[thelist] PHP installation

David Mitchell dmitchell at oproma.com
Wed Jun 18 08:09:00 CDT 2003


I seem to remember that the Windows Installer only installs the CGI
version of php - it's much better to load it as an Apache module.
Instead, download and install the "PHP 4.3.2 zip package".

Are you using Apache2? If so, make sure that these 2 lines are in your
conf/httpd.conf file:

LoadModule php4_module "c:/php/sapi/php4apache2.dll"
AddType application/x-httpd-php .php

(make sure that the "c:/php/..." portion of the php4_module actually
reflects the path to your php install dir.

Copy the php4ts.dll dll to your windows system dir (on win2k
c:\WINNT\System32).

Restart Apache.

Dave





More information about the thelist mailing list