- update to 5.5.5
- sync php.ini with upstream
This commit is contained in:
parent
6a3c1d1290
commit
191249c5b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
4
php.ini
4
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.
|
||||
|
6
php.spec
6
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 <rcollet@redhat.com> - 5.5.5-1
|
||||
- update to 5.5.5
|
||||
- sync php.ini with upstream
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user