diff --git a/.gitignore b/.gitignore index a35ff44..0e34476 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ php-5.4.*.bz2 /php-5.5.3.tar.xz /php-5.5.3-strip.tar.xz /php-5.5.4-strip.tar.xz +/php-5.5.5-strip.tar.xz 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. diff --git a/php.spec b/php.spec index e87a1a4..8e50969 100644 --- a/php.spec +++ b/php.spec @@ -68,7 +68,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.5.4 +Version: 5.5.5 Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1538,6 +1538,10 @@ exit 0 %changelog +* Thu Oct 17 2013 Remi Collet - 5.5.5-1 +- update to 5.5.5 +- sync php.ini with upstream + * Thu Sep 19 2013 Remi Collet - 5.5.4-1 - update to 5.5.4 - improve security, use specific soap.wsdl_cache_dir diff --git a/sources b/sources index cb62045..ff61232 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -149d9f20ee7f68130d1d960536a3bff3 php-5.5.4-strip.tar.xz +f9d0ee5179b4561324b33636db4a2132 php-5.5.5-strip.tar.xz