Hi,
I have tried to find the solution by visiting this forum and PHP bug database and it's still no luck. Please help me with the following problem. Thank you!!!!!!!!!!!!!
The error message issued at the time of starting APACHE is:-
can't locate API module "php4_module" in file "d:/php405/php4apache.dll" ..., specified procedure cannot be found.
APACHE can be started if request of load PHP module is commented out.
The followings are the environment or modified file:-
APACHE 1.3.19 (installed in d:/APACHE), PHP 4.0.5 (installed in d:/PHP405), NT 4.0 with service pack 5 (installed in C:/WINNT)
In php.ini file:-
extension_dir = d:/php405/extensions
In httpd.conf:-
ServerName 127.0.0.1
LoadModule php405_module d:/php405/sapi/php4apache.dll
AddType application/x-httpd-php .php
In WINNT/SYSTEM32 directory;-
php4ts.dll and php.ini have been copied in it.