diff options
author | Andrei Zmievski <andrei@php.net> | 2007-01-10 23:46:09 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2007-01-10 23:46:09 +0000 |
commit | 0b222980d0330a21bbcbb4748d0baaef9930ea8e (patch) | |
tree | 29b9faa7736093acdf06fd40c5ebd9c4c489d5eb /INSTALL | |
parent | e3cf215f1c6da7963b4f9bc9457a4449254d1257 (diff) | |
download | php-git-0b222980d0330a21bbcbb4748d0baaef9930ea8e.tar.gz |
Rename php5 module to php6. Remove version number from
sapi/apache/mod_php.* filenames (for future's sake). No other SAPI
moduels modified (up to invididual maintainers).
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -218,6 +218,10 @@ Apache 1.3.x on Unix systems LoadModule php5_module libexec/libphp5.so + For PHP 6: + + LoadModule php6_module libexec/libphp6.so + 15. And in the AddModule section of httpd.conf, somewhere under the ClearModuleList, add this: @@ -467,6 +471,10 @@ Apache 2.0 on Unix systems LoadModule php5_module libexec/libphp5.so + For PHP 6: + + LoadModule php6_module libexec/libphp6.so + 15. Tell Apache to parse certain extensions as PHP. For example, let's have Apache parse the .php extension as PHP. You could have any extension(s) parse as PHP by simply adding more, with |