update to 5.4.11
This commit is contained in:
parent
667d2252f1
commit
1794235971
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ php-5.3*.bz2
|
|||||||
/php-5.4.9.tar.bz2
|
/php-5.4.9.tar.bz2
|
||||||
/php-5.4.10.tar.bz2
|
/php-5.4.10.tar.bz2
|
||||||
/php-5.4.11RC1.tar.bz2
|
/php-5.4.11RC1.tar.bz2
|
||||||
|
/php-5.4.11.tar.bz2
|
||||||
|
5
php.conf
5
php.conf
@ -4,7 +4,10 @@
|
|||||||
<FilesMatch \.php$>
|
<FilesMatch \.php$>
|
||||||
SetHandler application/x-httpd-php
|
SetHandler application/x-httpd-php
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
# Need for Multiviews
|
|
||||||
|
#
|
||||||
|
# Allow php to handle Multiviews
|
||||||
|
#
|
||||||
AddType text/html .php
|
AddType text/html .php
|
||||||
|
|
||||||
#
|
#
|
||||||
|
7
php.spec
7
php.spec
@ -53,12 +53,12 @@
|
|||||||
%global db_devel libdb-devel
|
%global db_devel libdb-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global rcver RC1
|
#global rcver RC1
|
||||||
|
|
||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
Version: 5.4.11
|
Version: 5.4.11
|
||||||
Release: 0.2.rc1%{?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
|
||||||
# TSRM is licensed under BSD
|
# TSRM is licensed under BSD
|
||||||
@ -1403,6 +1403,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 16 2013 Remi Collet <rcollet@redhat.com> 5.4.11-1
|
||||||
|
- update to 5.4.10
|
||||||
|
|
||||||
* Thu Jan 10 2013 Remi Collet <rcollet@redhat.com> 5.4.11-0.2.RC1
|
* Thu Jan 10 2013 Remi Collet <rcollet@redhat.com> 5.4.11-0.2.RC1
|
||||||
- fix php.conf to allow MultiViews managed by php scripts
|
- fix php.conf to allow MultiViews managed by php scripts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user