Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [PHP]
- engine = On
- ;memory_limit = 128M
- memory_limit = 256M
- error_reporting = E_ALL & ~E_DEPRECATED & ~E_NOTICE
- ;error_reporting = E_ALL ^E_NOTICE ^E_WARNING ^E_DEPRECATED ^E_STRICT
- display_errors = On
- display_startup_errors = On
- track_errors = On
- html_errors = On
- log_errors = On
- log_errors_max_len = 1024
- ;max_input_vars = 1500
- max_input_vars = 3000
- post_max_size = 10M
- upload_max_filesize = 10M
- file_uploads = On
- max_file_uploads = 20
- include_path = ".:/usr/local/share/pear:/usr/local/share/ZendFramework/library"
- cgi.fix_pathinfo = 0
- short_open_tag = Off
- asp_tags = Off
- precision = 14
- y2k_compliance = On
- output_buffering = 4096
- zlib.output_compression = Off
- implicit_flush = Off
- unserialize_callback_func =
- serialize_precision = 17
- allow_call_time_pass_reference = Off
- safe_mode = Off
- safe_mode_gid = Off
- safe_mode_include_dir =
- safe_mode_exec_dir =
- safe_mode_allowed_env_vars = PHP_
- safe_mode_protected_env_vars = LD_LIBRARY_PATH
- disable_functions =
- disable_classes =
- zend.enable_gc = On
- expose_php = On
- max_execution_time = 300
- max_input_time = 60
- ignore_repeated_errors = Off
- ignore_repeated_source = Off
- report_memleaks = On
- variables_order = "GPCS"
- request_order = "GP"
- register_globals = Off
- register_long_arrays = Off
- register_argc_argv = Off
- auto_globals_jit = On
- magic_quotes_gpc = Off
- magic_quotes_runtime = Off
- magic_quotes_sybase = Off
- auto_prepend_file =
- auto_append_file =
- default_mimetype = "text/html"
- doc_root =
- user_dir =
- enable_dl = Off
- allow_url_fopen = On
- allow_url_include = Off
- default_socket_timeout = 60
- [Date]
- date.timezone = Europe/Rome
- [browscap]
- browscap = /home/serverweb/etc/php/browscap.ini
- [mail function]
- SMTP = localhost
- smtp_port = 25
- mail.add_x_header = On
- [MySQL]
- mysql.allow_local_infile= On
- mysql.allow_persistent = On
- mysql.cache_size = 2000
- mysql.max_persistent = -1
- mysql.max_links = -1
- mysql.default_port =
- mysql.default_socket =
- mysql.default_host =
- mysql.default_user =
- mysql.default_password =
- mysql.connect_timeout = 60
- mysql.trace_mode = Off
- [MySQLi]
- mysqli.max_persistent = -1
- mysqli.allow_persistent = On
- mysqli.max_links = -1
- mysqli.cache_size = 2000
- mysqli.default_port = 3306
- mysqli.default_socket =
- mysqli.default_host =
- mysqli.default_user =
- mysqli.default_pw =
- mysqli.reconnect = Off
- [mysqlnd]
- mysqlnd.collect_statistics = On
- mysqlnd.collect_memory_statistics = Off
- [Session]
- session.save_handler = files
- session.save_path = "/tmp"
- session.use_cookies = 1
- session.use_only_cookies= 1
- session.name = PHPSESSID
- session.auto_start = 0
- session.cookie_lifetime = 0
- session.cookie_path = /
- session.cookie_domain =
- session.cookie_httponly =
- session.serialize_handler = php
- session.gc_probability = 1
- session.gc_divisor = 1000
- session.gc_maxlifetime = 1440
- session.bug_compat_42 = Off
- session.bug_compat_warn = Off
- session.referer_check =
- session.entropy_length = 0
- session.cache_limiter = nocache
- session.cache_expire = 180
- session.use_trans_sid = 0
- session.hash_function = 0
- session.hash_bits_per_character = 5
- url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
- [Tidy]
- tidy.clean_output = Off
- [ldap]
- ldap.max_links = -1
- [soap]
- soap.wsdl_cache_enabled = 1
- soap.wsdl_cache_dir = "/tmp"
- soap.wsdl_cache_ttl = 86400
- soap.wsdl_cache_limit = 5
- [Pdo_mysql]
- pdo_mysql.cache_size = 2000
- pdo_mysql.default_socket=
- [Syslog]
- define_syslog_variables = Off
- [SQL]
- sql.safe_mode = Off
- [ODBC]
- odbc.allow_persistent = On
- odbc.check_persistent = On
- odbc.max_persistent = -1
- odbc.max_links = -1
- odbc.defaultlrl = 4096
- odbc.defaultbinmode = 1
- [Interbase]
- ibase.allow_persistent = 1
- ibase.max_persistent = -1
- ibase.max_links = -1
- ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
- ibase.dateformat = "%Y-%m-%d"
- ibase.timeformat = "%H:%M:%S"
- [PostgreSQL]
- pgsql.allow_persistent = On
- pgsql.auto_reset_persistent = Off
- pgsql.max_persistent = -1
- pgsql.max_links = -1
- pgsql.ignore_notice = 0
- pgsql.log_notice = 0
- [Sybase-CT]
- sybct.allow_persistent = On
- sybct.max_persistent = -1
- sybct.max_links = -1
- sybct.min_server_severity = 10
- sybct.min_client_severity = 10
- [bcmath]
- bcmath.scale = 0
- [MSSQL]
- mssql.allow_persistent = On
- mssql.max_persistent = -1
- mssql.max_links = -1
- mssql.min_error_severity= 10
- mssql.min_message_severity = 10
- mssql.compatability_mode= Off
- mssql.secure_connection = Off
- [Date]
- [filter]
- [iconv]
- [intl]
- [sqlite]
- [sqlite3]
- [Pcre]
- [Pdo]
- [Phar]
- [OCI8]
- [Assertion]
- [COM]
- [mbstring]
- [gd]
- [exif]
- [sysvshm]
- [mcrypt]
- [dba]
- [xsl]
- [mysqlnd]
- [Session]
- [opcache]
- ; Determines if Zend OPCache is enabled
- opcache.enable=1
- ; Determines if Zend OPCache is enabled for the CLI version of PHP
- opcache.enable_cli=1
- ; The OPcache shared memory storage size.
- opcache.memory_consumption=64
- ; The amount of memory for interned strings in Mbytes.
- opcache.interned_strings_buffer=4
- ; The maximum number of keys (scripts) in the OPcache hash table.
- ; Only numbers between 200 and 100000 are allowed.
- opcache.max_accelerated_files=7963
- ; The maximum percentage of "wasted" memory until a restart is scheduled.
- ;opcache.max_wasted_percentage=5
- ; When this directive is enabled, the OPcache appends the current working
- ; directory to the script key, thus eliminating possible collisions between
- ; files with the same name (basename). Disabling the directive improves
- ; performance, but may break existing applications.
- ;opcache.use_cwd=1
- ; When disabled, you must reset the OPcache manually or restart the
- ; webserver for changes to the filesystem to take effect.
- ;opcache.validate_timestamps=1
- ; How often (in seconds) to check file timestamps for changes to the shared
- ; memory storage allocation. ("1" means validate once per second, but only
- ; once per request. "0" means always validate)
- opcache.revalidate_freq=120
- ; Enables or disables file search in include_path optimization
- ;opcache.revalidate_path=0
- ; If disabled, all PHPDoc comments are dropped from the code to reduce the
- ; size of the optimized code.
- ;opcache.save_comments=1
- ; If disabled, PHPDoc comments are not loaded from SHM, so "Doc Comments"
- ; may be always stored (save_comments=1), but not loaded by applications
- ; that don't need them anyway.
- ;opcache.load_comments=1
- ; If enabled, a fast shutdown sequence is used for the accelerated code
- opcache.fast_shutdown=1
- ; Allow file existence override (file_exists, etc.) performance feature.
- ;opcache.enable_file_override=0
- ; A bitmask, where each bit enables or disables the appropriate OPcache
- ; passes
- ;opcache.optimization_level=0xffffffff
- ;opcache.inherited_hack=1
- ;opcache.dups_fix=0
- ; The location of the OPcache blacklist file (wildcards allowed).
- ; Each OPcache blacklist file is a text file that holds the names of files
- ; that should not be accelerated. The file format is to add each filename
- ; to a new line. The filename may be a full path or just a file prefix
- ; (i.e., /var/www/x blacklists all the files and directories in /var/www
- ; that start with 'x'). Line starting with a ; are ignored (comments).
- ;opcache.blacklist_filename=
- ; Allows exclusion of large files from being cached. By default all files
- ; are cached.
- ;opcache.max_file_size=0
- ; Check the cache checksum each N requests.
- ; The default value of "0" means that the checks are disabled.
- ;opcache.consistency_checks=0
- ; How long to wait (in seconds) for a scheduled restart to begin if the cache
- ; is not being accessed.
- ;opcache.force_restart_timeout=180
- ; OPcache error_log file name. Empty string assumes "stderr".
- ;opcache.error_log=
- ; All OPcache errors go to the Web server log.
- ; By default, only fatal errors (level 0) or errors (level 1) are logged.
- ; You can also enable warnings (level 2), info messages (level 3) or
- ; debug messages (level 4).
- ;opcache.log_verbosity_level=1
- ; Preferred Shared Memory back-end. Leave empty and let the system decide.
- ;opcache.preferred_memory_model=
- ; Protect the shared memory from unexpected writing during script execution.
- ; Useful for internal debugging only.
- ;opcache.protect_memory=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement