- update to 5.5.4

- improve security, use specific soap.wsdl_cache_dir
  use /var/lib/php/wsdlcache for mod_php and php-fpm
- sync short_tag comments in php.ini with upstream
This commit is contained in:
Remi Collet 2013-09-19 13:11:59 +02:00
parent 6b2f673b42
commit 6a3c1d1290
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ php-5.4.*.bz2
/php-5.5.2-strip.tar.xz
/php-5.5.3.tar.xz
/php-5.5.3-strip.tar.xz
/php-5.5.4-strip.tar.xz

View File

@ -68,7 +68,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.5.3
Version: 5.5.4
Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
@ -848,8 +848,7 @@ build() {
mkdir Zend && cp ../Zend/zend_{language,ini}_{parser,scanner}.[ch] Zend
# Always static:
# date, filter, libxml, reflection, spl: not supported
# ereg: build options vary per SAPI
# date, ereg, filter, libxml, reflection, spl: not supported
# hash: for PHAR_SIG_SHA256 and PHAR_SIG_SHA512
# session: dep on hash, used by soap and wddx
# pcre: used by filter, zip
@ -1539,6 +1538,12 @@ exit 0
%changelog
* Thu Sep 19 2013 Remi Collet <rcollet@redhat.com> - 5.5.4-1
- update to 5.5.4
- improve security, use specific soap.wsdl_cache_dir
use /var/lib/php/wsdlcache for mod_php and php-fpm
- sync short_tag comments in php.ini with upstream
* Wed Aug 21 2013 Remi Collet <rcollet@redhat.com> - 5.5.3-1
- update to 5.5.3
- fix typo and add missing entries in php.ini

View File

@ -1 +1 @@
e67fdc8840b0df782ede7c01f1058ca4 php-5.5.3-strip.tar.xz
149d9f20ee7f68130d1d960536a3bff3 php-5.5.4-strip.tar.xz