summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-12 16:13:50 +0200
committerRemi Collet <remi@remirepo.net>2017-04-12 16:13:50 +0200
commit2330699e986692f90e64c23781ac9376c959aa90 (patch)
tree7ddda0c88d8991a815fab1952cf3600e2c34ca91
parent7634c1df0d88b2cf9d981dfbf7caca6cbdc221e8 (diff)
cleanup php.ini
-rw-r--r--php.ini19
1 files changed, 2 insertions, 17 deletions
diff --git a/php.ini b/php.ini
index fc457f2..fba59c8 100644
--- a/php.ini
+++ b/php.ini
@@ -294,7 +294,7 @@ implicit_flush = Off
; callback-function.
unserialize_callback_func =
-; When floats & doubles are serialized store serialize_precision significant
+; When floats & doubles are serialized, store serialize_precision significant
; digits after the floating point. The default value ensures that when floats
; are decoded with unserialize, the data will remain the same.
; The value is also used for json_encode when encoding double values.
@@ -338,7 +338,7 @@ 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 = 16k
+;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
@@ -1010,10 +1010,6 @@ mail.add_x_header = On
; Log mail to syslog;
;mail.log = syslog
-[SQL]
-; http://php.net/sql.safe-mode
-sql.safe_mode = Off
-
[ODBC]
; http://php.net/odbc.default-db
;odbc.default_db = Not yet implemented
@@ -1646,17 +1642,6 @@ soap.wsdl_cache_limit = 5
; Sets the maximum number of open links or -1 for unlimited.
ldap.max_links = -1
-[mcrypt]
-; For more information about mcrypt settings see http://php.net/mcrypt-module-open
-
-; Directory where to load mcrypt algorithms
-; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
-;mcrypt.algorithms_dir=
-
-; Directory where to load mcrypt modes
-; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
-;mcrypt.modes_dir=
-
[dba]
;dba.default_handler=