update to 5.4.11

This commit is contained in:
Remi Collet 2013-01-16 16:42:18 +01:00
parent 667d2252f1
commit 1794235971
4 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ php-5.3*.bz2
/php-5.4.9.tar.bz2
/php-5.4.10.tar.bz2
/php-5.4.11RC1.tar.bz2
/php-5.4.11.tar.bz2

View File

@ -4,7 +4,10 @@
<FilesMatch \.php$>
SetHandler application/x-httpd-php
</FilesMatch>
# Need for Multiviews
#
# Allow php to handle Multiviews
#
AddType text/html .php
#

View File

@ -53,12 +53,12 @@
%global db_devel libdb-devel
%endif
%global rcver RC1
#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.4.11
Release: 0.2.rc1%{?dist}
Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@ -1403,6 +1403,9 @@ fi
%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
- fix php.conf to allow MultiViews managed by php scripts

View File

@ -1 +1 @@
1c645e16d131189a1237033681b5cb52 php-5.4.11RC1.tar.bz2
9975e68c22b86b013b934743ad2d2276 php-5.4.11.tar.bz2