Hi, have posted this on general, maybe incorrect there. I've installed apache 2, Mysql 4.1 and Php 4.3.7 win 32. Running xp pro.
Then change php.ini-dist [re-name] to php.ini and move to windows folder.
Next move both:
php4ts.dll and
php4ts.LIB to windows system 32 folder.
Next edit httpd config
Find LoadModule and add at end of file
LoadModule php4_module "C:/php-4.3.7-win32/sapi/php4apache2.dll".
The find AddType, and, add the following
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps.
When I try to restart apache it fails. I checked the log files and the following errors are listed:
Syntax error on line 173 of C:/Apache2/conf/httpd.conf:
<b>line containing LoadModule above.</b>
Cannot load C:/php-4.3.7-Win32/sapi/php4apache2.dll into server: The specified module could not be found.
<b>This is where I said it was in the LoadModule above?</b>
Any help greatly appreciated,
Kind regards
MM