|
@@ -311,7 +311,7 @@ serialize_precision = -1
|
|
|
; This directive allows you to disable certain functions for security reasons.
|
|
|
; It receives a comma-delimited list of function names.
|
|
|
; http://php.net/disable-functions
|
|
|
-disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
|
|
|
+disable_functions =
|
|
|
|
|
|
; This directive allows you to disable certain classes for security reasons.
|
|
|
; It receives a comma-delimited list of class names.
|
|
@@ -338,13 +338,13 @@ disable_classes =
|
|
|
; be increased on systems where PHP opens many files to reflect the quantity of
|
|
|
; the file operations performed.
|
|
|
; http://php.net/realpath-cache-size
|
|
|
-;realpath_cache_size = 4096k
|
|
|
+realpath_cache_size = 4096k
|
|
|
|
|
|
; Duration of time, in seconds for which to cache realpath information for a given
|
|
|
; file or directory. For systems with rarely changing files, consider increasing this
|
|
|
; value.
|
|
|
; http://php.net/realpath-cache-ttl
|
|
|
-;realpath_cache_ttl = 120
|
|
|
+realpath_cache_ttl = 600
|
|
|
|
|
|
; Enables or disables the circular reference collector.
|
|
|
; http://php.net/zend.enable-gc
|
|
@@ -936,7 +936,7 @@ cli_server.color = On
|
|
|
[Date]
|
|
|
; Defines the default timezone used by the date functions
|
|
|
; http://php.net/date.timezone
|
|
|
-;date.timezone =
|
|
|
+date.timezone = UTC
|
|
|
|
|
|
; http://php.net/date.default-latitude
|
|
|
;date.default_latitude = 31.7667
|
|
@@ -1188,7 +1188,7 @@ mysqli.reconnect = Off
|
|
|
; Enable / Disable collection of general statistics by mysqlnd which can be
|
|
|
; used to tune and monitor MySQL operations.
|
|
|
; http://php.net/mysqlnd.collect_statistics
|
|
|
-mysqlnd.collect_statistics = On
|
|
|
+mysqlnd.collect_statistics = Off
|
|
|
|
|
|
; Enable / Disable collection of memory usage statistics by mysqlnd which can be
|
|
|
; used to tune and monitor MySQL operations.
|
|
@@ -1764,7 +1764,7 @@ ldap.max_links = -1
|
|
|
|
|
|
[opcache]
|
|
|
; Determines if Zend OPCache is enabled
|
|
|
-;opcache.enable=1
|
|
|
+opcache.enable=1
|
|
|
|
|
|
; Determines if Zend OPCache is enabled for the CLI version of PHP
|
|
|
;opcache.enable_cli=0
|
|
@@ -1790,7 +1790,7 @@ ldap.max_links = -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
|
|
|
+opcache.validate_timestamps=0
|
|
|
|
|
|
; How often (in seconds) to check file timestamps for changes to the shared
|
|
|
; memory storage allocation. ("1" means validate once per second, but only
|
|
@@ -1878,7 +1878,7 @@ ldap.max_links = -1
|
|
|
|
|
|
; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
|
|
|
; This should improve performance, but requires appropriate OS configuration.
|
|
|
-;opcache.huge_code_pages=1
|
|
|
+opcache.huge_code_pages=1
|
|
|
|
|
|
; Validate cached file permissions.
|
|
|
;opcache.validate_permission=0
|