View Single Post

  #2 (permalink)  
Old 09-06-2004
Jasper Bryant-Greene
 
Posts: n/a
Default Re: php5apache.dll not found after install

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
Reply With Quote