Re: php5apache.dll not found after install
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?
|