This is a discussion on Can't get PHP to work with Apache for Win32 within the PHP Language forums, part of the PHP Programming Forums category; Thanks for your effort to help, but the strange thing is that there is no php4apache.dll file supplied in ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Thanks for your effort to help, but the strange thing is that there is
no php4apache.dll file supplied in the downloaded PHP package. I even search my complete disk. Strange because I downloaded PHP v4.3.7 from PHP.NET a couple of months ago, and it has been working OK with the Abyss webserver since then. Lars |
|
|||
|
Carved in mystic runes upon the very living rock, the last words of Lars
Gustavsson of comp.lang.php make plain: > Thanks for your effort to help, but the strange thing is that there is > no php4apache.dll file supplied in the downloaded PHP package. I even > search my complete disk. Strange because I downloaded PHP v4.3.7 from > PHP.NET a couple of months ago, and it has been working OK with the > Abyss webserver since then. If you downloaded the Windows Installer copy of PHP, it only contains the CGI version, and no extensions. You need to download the ZIP copy, which contains everything. The php4apache.dll file will be in the 'sapi' sub- directory. -- Alan Little Phorm PHP Form Processor http://www.phorm.com/ |