Click to See Complete Forum and Search --> : php 4.3.4 and apache 2 under windows any help please


crypto
10-31-2003, 08:59 AM
Iv installed apache 2 form apache.com and php 4.3.4 from php.net installed them correctley and changed the httpd.conf appropriateley to include the php5apache2.dll which IS in 'c:\php\sapi\' because I have found it in there but when I run the 'Test Configuration' for apache it says

Cannot load c:\php\sapi\php4apache.dll into server: the
specifide module could not be found.

It also says befor that line that there is a syntax error on the same line.

The line in my httpd.conf is

LoadModule php4_module C:\php\sapi\php4apache2.dll

can anyone help me please.

pyro
10-31-2003, 12:31 PM
Take a look at http://forums.webdeveloper.com/showthread.php?s=&threadid=20323#post106126.

crypto
10-31-2003, 04:20 PM
Ok I've sorted it out now I was missing the

php4ts.dll

from my windows directory. Lol. Symple mistake. Thanks.