From f51070aa116ab2c1ab930aa76e3c783c3bd01da6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Oct 2013 14:38:45 +0200 Subject: php55: sync with upstream php.ini --- php.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- cgit