- 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:
parent
6b2f673b42
commit
6a3c1d1290
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ php-5.4.*.bz2
|
|||||||
/php-5.5.2-strip.tar.xz
|
/php-5.5.2-strip.tar.xz
|
||||||
/php-5.5.3.tar.xz
|
/php-5.5.3.tar.xz
|
||||||
/php-5.5.3-strip.tar.xz
|
/php-5.5.3-strip.tar.xz
|
||||||
|
/php-5.5.4-strip.tar.xz
|
||||||
|
11
php.spec
11
php.spec
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
Version: 5.5.3
|
Version: 5.5.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# All files licensed under PHP version 3.01, except
|
# All files licensed under PHP version 3.01, except
|
||||||
# Zend is licensed under Zend
|
# Zend is licensed under Zend
|
||||||
@ -848,8 +848,7 @@ build() {
|
|||||||
mkdir Zend && cp ../Zend/zend_{language,ini}_{parser,scanner}.[ch] Zend
|
mkdir Zend && cp ../Zend/zend_{language,ini}_{parser,scanner}.[ch] Zend
|
||||||
|
|
||||||
# Always static:
|
# Always static:
|
||||||
# date, filter, libxml, reflection, spl: not supported
|
# date, ereg, filter, libxml, reflection, spl: not supported
|
||||||
# ereg: build options vary per SAPI
|
|
||||||
# hash: for PHAR_SIG_SHA256 and PHAR_SIG_SHA512
|
# hash: for PHAR_SIG_SHA256 and PHAR_SIG_SHA512
|
||||||
# session: dep on hash, used by soap and wddx
|
# session: dep on hash, used by soap and wddx
|
||||||
# pcre: used by filter, zip
|
# pcre: used by filter, zip
|
||||||
@ -1539,6 +1538,12 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 21 2013 Remi Collet <rcollet@redhat.com> - 5.5.3-1
|
||||||
- update to 5.5.3
|
- update to 5.5.3
|
||||||
- fix typo and add missing entries in php.ini
|
- fix typo and add missing entries in php.ini
|
||||||
|
Loading…
Reference in New Issue
Block a user