Hi !
I've got a big problem while trying to load this damend library in order to
make php working as module
I'm working under Win 2K SP2, Apache 2.0, and PHP 411.
I've copied the php4ts.dll in the winnt\system32 directory
I've set in my httpd.ini :
LoadModule php4_module "c:/php/sapi/php4apache.dll"
AddType application/x-httpd-php .php
i've set in my php.ini :
doc_root = "c:\Web"
extension_dir = c:\php
since it still wasn't working i've copied all the dlls of my php\dll
directory in the winnt\system32\ directory but i've always got the same
problem :
Syntax error on line 175 of C:/Program Files/Apache
Group/Apache2/conf/httpd.conf:
Cannot load C:/PHP/SAPI/php4apache.dll into server:
cannot find c:/PHP/SAPI/php4apache.dll
I'm going slightly mad, Please help i'm really stuck !
PS : I've read all the topics related to this in the forum, and no one of the solution given work (all tried), it's why i set this new topic up !