projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
413d23f
)
Fix typo in INSTALL
author
Loïck Piera
<pyrech@gmail.com>
Thu, 7 May 2015 14:59:08 +0000
(16:59 +0200)
committer
Julien Pauli
<jpauli@php.net>
Tue, 12 May 2015 07:58:08 +0000
(09:58 +0200)
INSTALL
patch
|
blob
|
history
diff --git
a/INSTALL
b/INSTALL
index 935877b9f9fa71c46af104b38609e77ecb556070..a37d9a2c8d079b09ee15166dcdc61d771c0b98be 100644
(file)
--- 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,