I'm having trouble installing the php5 beta as an apache module.
I keep getting:
Cannot load c:/php5/sapi/php4apache.dll into server: (126) The specified module could not be found.
I have:
LoadModule php4_module c:/php5/sapi/php4apache.dll
in my httpd.conf, and at this point, I've copied php4apache.dll and php4ts.dll into c:\windows, c:\php5\sapi, AND c:\apache\apache\modules
None of these seem to work, even when I change my LoadModule to match those directories.
Can anyone think of what might be happening?
Is there anything weird with installation of php5?
Thanks,
-L