This is a discussion on Where is php4apache2.dll located? within the PHP Language forums, part of the PHP Programming Forums category; Hi all, I'm trying to run PHP in my Apache on windows XP and so far it's not ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
I'm trying to run PHP in my Apache on windows XP and so far it's not working. I have been looking at various installtion pages and all they talk about is php4apache2.dll. But where is this file located? My php installation directory doesn't even have that file! So editing the httpd.conf file is not helping. I did a complete search on my computer and file is no where to be found. Am I missing something? Is there any place where I can download this php4apache2.dll file? I have also tried to reinstall php4 in standard and advanced mode but the file just doesn't get installed. The php installation directory has php4ts.dll but not the php4apache.dll. Thanks for any help. Cheers. |
|
|||
|
Don't use the installer, use the .zip package. It has all the extensions,
and modules. php4apache2.dll will be located in the sapi folder. SillyChild wrote: > Hi all, > > I'm trying to run PHP in my Apache on windows XP and so far it's not > working. I have been looking at various installtion pages and all > they talk about is php4apache2.dll. But where is this file located? > > My php installation directory doesn't even have that file! So editing > the httpd.conf file is not helping. I did a complete search on my > computer and file is no where to be found. Am I missing something? Is > there any place where I can download this php4apache2.dll file? > > I have also tried to reinstall php4 in standard and advanced mode but > the file just doesn't get installed. The php installation directory > has php4ts.dll but not the php4apache.dll. > > Thanks for any help. > > Cheers. |
|
|||
|
Thanks for that. It's all working now :)
"Agelmar" <ifetteNOSPAM@comcast.net> wrote in message news:bud3ea$g6h3e$1@ID-30799.news.uni-berlin.de... > Don't use the installer, use the .zip package. It has all the extensions, > and modules. php4apache2.dll will be located in the sapi folder. |