Originally posted by felipe_lopes
Could you tell me how you made it work with apache 2.0.48?
I'm trying to install php5 and it gives me the famous "cannot load..."
LoadModule php4_module "c:/php/sapi/php4apache2.dll"
Is it wrong? I've tried "php5_module" and nothing...I copy php4ts.dll into sapi and nothing again....
php5_module is the one to work with. have everting in php/dlls, and php4ts.dll, in %systemroot%\system32. then put php.ini-dist into %systemroot% as php.ini. modify upload_tempdir and session.save_path to %systemroot%\Temp. add the LoadModule and AddType directives to httpd.conf, restart, and everything should work.
Piersk: yes, but I'm using a CVS snapshot thats from nov 18th. the newest win32 ones have no php4apache2.dll and the compile keeps failing, so i cant grab a new one. unfortuantely, i dont think this would be taken seriously being so old....