Hi,
I'm trying to configure php 4.3.0 for apache 2 (or 1.3) on windows XP.
All install tutorials I've come across instruct me to include a line in the apache httpd.conf file to load the php4_module from the file php4apache.dll:
LoadModule php4_module "c:/Program Files/php/sapi/php4apache.dll"
(I've installed php in program files)
THE PROBLEM IS that this file, php4apache.dll, can't be found anywhere in the php folder (or any subfolder therewithin) that I got from php.net:
http://www.php.net/get_download.php?df=php-4.3.0-Win32.zip
What gives?
Also, some tutorials mention to copy php4ts.dll into the windows folder,while others don't mention it at all. This file also does not appear anywhere in the php4.3.0 that I unzipped.
Any comments?
-mghfaust