]> granicus.if.org Git - php/commitdiff
Update installation instructions (Marco Kaiser)
authorZeev Suraski <zeev@php.net>
Sun, 23 Dec 2001 19:48:25 +0000 (19:48 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 23 Dec 2001 19:48:25 +0000 (19:48 +0000)
win32/install.txt

index b717d53facbaf592ae288e43e2b4b9190ca2afc0..8359f6bedc15cfd12d5957e240d5c6a10e10fbfb 100644 (file)
@@ -226,10 +226,11 @@ Web server configuration
   If you would like to use PHP as a module in Apache,
   you should move php4ts.dll to the windows/system (for Windows 9x/Me)
   or winnt/system32 (for Windows NT/2000) directory, overwriting any
-  older file. Then you should add the following two lines to you Apache
+  older file. Then you should add the following three lines to your Apache
   conf file:
 
    LoadModule php4_module c:/php/sapi/php4apache.dll
+   AddModule mod_php4.c
    AddType application/x-httpd-php .php
 
   Remember to restart the server, for example,