summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-01-16 18:28:55 +0100
committerRemi Collet <fedora@famillecollet.com>2013-01-16 18:28:55 +0100
commit4ed5052f317cc911e254ede4947573b671123d51 (patch)
tree71f1c8d0ff7281ed7ba1ab20d2e392cfe2d12e07
parenta59d47046d9bc71a0f13a9bc24c675038068ebff (diff)
php 5.4.11
-rw-r--r--php.conf5
-rw-r--r--php54.spec6
2 files changed, 9 insertions, 2 deletions
diff --git a/php.conf b/php.conf
index 201efb7..64eb5fd 100644
--- a/php.conf
+++ b/php.conf
@@ -4,7 +4,10 @@
<FilesMatch \.php$>
SetHandler application/x-httpd-php
</FilesMatch>
-# Need for Multiviews
+
+#
+# Allow php to handle Multiviews
+#
AddType text/html .php
#
diff --git a/php54.spec b/php54.spec
index 8e542f9..eafad67 100644
--- a/php54.spec
+++ b/php54.spec
@@ -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