diff options
-rw-r--r-- | php.conf | 5 | ||||
-rw-r--r-- | php54.spec | 6 |
2 files changed, 9 insertions, 2 deletions
@@ -4,7 +4,10 @@ <FilesMatch \.php$> SetHandler application/x-httpd-php </FilesMatch> -# Need for Multiviews + +# +# Allow php to handle Multiviews +# AddType text/html .php # @@ -65,7 +65,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.4.10 +Version: 5.4.11 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.5.%{?snapdate}%{?rcver}%{?dist} %else @@ -1610,6 +1610,10 @@ fi %changelog +* Wed Jan 16 2013 Remi Collet <rcollet@redhat.com> 5.4.11-1 +- update to 5.4.11 +- fix php.conf to allow MultiViews managed by php scripts + * Wed Dec 19 2012 Remi Collet <rcollet@redhat.com> 5.4.10-1 - update to 5.4.10 - remove patches merged upstream |