1)Check if you don't have an instance of php.exe running for some reason when you load apache 2)try using LoadModule php4_module (not LoadModule php5) The module might for some reason be called Module php4 internally 3) put php4apache2.dll in c:/php/sapi/php4apache2.dll (wherever your sapi dir is) and put a copy of the php4ts.dll the same dir 4) try the latest snapshot from http://snaps.php.net/ Just for curiosity: why are you tryning PHP 5? Version 4.3.3 with the latest snapshot appears to be pretty stable on Apache or did you encounter any specific problems with 4.3.3? -----Oorspronkelijk bericht----- Van: tim sawyers [mailto:tim@sawyers.com] Verzonden: zaterdag 18 oktober 2003 5:02 Aan: php-windows@lists.php.net Onderwerp: PHP 5 And Apache2.0.47 I am having trouble installing php5 with apache 2.0.47 The setup of apache whent with out a hitch and tested fine. But i can not get the php4apache2.dll to loud? it bombs out with syntex error in hhtp.conf : php4apche2.dill moduel can not be found. I Have tryed every think i can think of to get it to work inclouding: I put bot php4apache2.dll and php4ts.dll in the apache\model folder and used LoadModule php5_module modules/php4apache2.dll. I left the php4apache2.dll in C:\www\php\sapi folder moved the php4ts.dll to the sapi folder and used LoadModule php5_module c:/www/php/sapi/php4apache2.dll. also tryed the above with php4ts.dll in systom and systome32 then i whent of the handel and tryed LoadModule php5_module C\www\php\sapi\php4apache2.dll. and LoadModule php5_module "C/www/php/sapi/php4apache2.dll" then i moved both dll's to c:\www\php\ and tryed LoadModule php5_module C/www/php/php4apache2.dll my php.ini file is in C:\www\php along with php.exe i have a copy of php4apace2.dll and php4ts.dll in systome, systome32, C\www\php, and C:\www\apache\model. Howe do i make this work? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php