summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïck Piera <pyrech@gmail.com>2015-05-07 16:59:08 +0200
committerJulien Pauli <jpauli@php.net>2015-05-12 09:58:08 +0200
commit5cf78b81eac3f7dd71ac8652db9973f5e432c3fd (patch)
tree1c25d1c078a1d11ec87f1bade7c77c5a49eedbfa
parent413d23f6f0d5e56bda3c01d3951590c05ed4d7fc (diff)
downloadphp-git-5cf78b81eac3f7dd71ac8652db9973f5e432c3fd.tar.gz
Fix typo in INSTALL
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 935877b9f9..a37d9a2c8d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -464,7 +464,7 @@ LoadModule php7_module modules/libphp7.so
Or, if we wanted to allow .php, .php2, .php3, .php4, .php5, .php7,
and .phtml files to be executed as PHP, but nothing else, we'd use
this:
-<FilesMatch "\.ph(p[2-6]?|tml)$">
+<FilesMatch "\.ph(p[2-7]?|tml)$">
SetHandler application/x-httpd-php
</FilesMatch>
And to allow .phps files to be handled by the php source filter,