summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-10-16 14:38:45 +0200
committerRemi Collet <fedora@famillecollet.com>2013-10-16 14:38:45 +0200
commitf51070aa116ab2c1ab930aa76e3c783c3bd01da6 (patch)
tree8dcfb7efe649e3a548b51a9bc2a271a0b07bf01a
parentc2fd3ff5536cb639c34cc6f52d2912a75e47b2d3 (diff)
php55: sync with upstream php.ini
-rw-r--r--php.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/php.ini b/php.ini
index 539f961..c9ece6c 100644
--- a/php.ini
+++ b/php.ini
@@ -83,6 +83,8 @@
; development version only in development environments as errors shown to
; application users can inadvertently leak otherwise secure information.
+; This is php.ini-production INI file.
+
;;;;;;;;;;;;;;;;;;;
; Quick Reference ;
;;;;;;;;;;;;;;;;;;;
@@ -1767,7 +1769,7 @@ soap.wsdl_cache_enabled=1
; RPM note : cache directory must be owned by process owner
; for mod_php, see /etc/httpd/conf.d/php.conf
; for php-fpm, see /etc/php-fpm.d/*conf
-;soap.wsdl_cache_dir="/tmp"
+soap.wsdl_cache_dir="/tmp"
; (time to live) Sets the number of second while cached file will be used
; instead of original one.