From: Loïck Piera Date: Thu, 7 May 2015 14:59:08 +0000 (+0200) Subject: Fix typo in INSTALL X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~42^2~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cf78b81eac3f7dd71ac8652db9973f5e432c3fd;p=php Fix typo in INSTALL --- 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: - + SetHandler application/x-httpd-php And to allow .phps files to be handled by the php source filter,