summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.