diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-16 14:38:45 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-16 14:38:45 +0200 |
commit | f51070aa116ab2c1ab930aa76e3c783c3bd01da6 (patch) | |
tree | 8dcfb7efe649e3a548b51a9bc2a271a0b07bf01a | |
parent | c2fd3ff5536cb639c34cc6f52d2912a75e47b2d3 (diff) |
php55: sync with upstream 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. |