diff options
Diffstat (limited to 'php.ini')
-rw-r--r-- | php.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |