This is a discussion on php5apache.dll not found after install within the PHP Language forums, part of the PHP Programming Forums category; php5apache.dll was not found after installing php5 on win xp, I'm supposed to add this to the apache ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Tim wrote:
> php5apache.dll was not found after installing php5 on win xp, I'm > supposed to add this to the apache conf file. > > Does anyone have an idea what has happened or how I can get the file? The file php5apache.dll should be in the PHP install directory, by default c:\php You need to add lines like: LoadModule php5_module "c:/php/php5apache2.dll" AddType application/x-httpd-php .php PHPIniDir "c:/php" to your Apache conf file. -- Jasper Bryant-Greene Cabbage Promotions |
|
|||
|
Jasper Bryant-Greene <jasperbg@gmail.com> wrote in message news:<9ES_c.22356$N77.969590@news.xtra.co.nz>...
> Tim wrote: > > > php5apache.dll was not found after installing php5 on win xp, I'm > > supposed to add this to the apache conf file. > > > > Does anyone have an idea what has happened or how I can get the file? > > The file php5apache.dll should be in the PHP install directory, by > default c:\php > > You need to add lines like: > > LoadModule php5_module "c:/php/php5apache2.dll" > AddType application/x-httpd-php .php > PHPIniDir "c:/php" > > to your Apache conf file. I should have been clearer, the file does not exist in the c: directory and search does not locate it. The php5 installation should have written it there correct? |
|
|||
|
Tim wrote:
> I should have been clearer, the file does not exist in the c: > directory and search does not locate it. The php5 installation should > have written it there correct? Yes, perhaps you should try downloading the file again from http://php.net/ and unzipping it again. On the PHP5 build I installed yesterday php5apache.dll is in the c:\php directory. -- Jasper Bryant-Greene Cabbage Promotions |
![]() |
| Thread Tools | |
| Display Modes | |
|
|