|
Posted by davids58 on 10/19/06 04:41
Still getting an error. Told that it can't find php5apache2.dll
specified in httpd.conf as follows (PHP stored in c:\php\):
LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:/php/"
AddType application/x-httpd-php-source .phps
Yet I've confirmed it's there (along with the new php5apache2_2.dll).
Also, I should move php5ts.dll from windows/system32, right?
Thanks for your help!
David
> Go to http://snaps.php.net and download the latest PHP development
> snapshot. It is stable (or so they say), but isn't the normal download.
> Inside is a different version of the PHP dll needed to link PHP to
> Apache. It is now php5apache2_2.dll.
>
> 1) Make sure php5ts.dll is in the Apache\bin folder
> 2) You MAY (or may not--I did) need to add the following line to Apache's
> httpd.config file: Win32DisableAcceptEx (Apache runs at 100% CPU without
> it on my system).
> 3) Make sure you set up your php.ini file per PHP's install.txt
> instructions
> 4) Add the following lines to httpd.config (per PHP install.txt
> instructions):
>
> LoadModule php5_module "C:/directoryPHPIsIn/php5apache2_2.dll"
> AddType application/x-httpd-php .php
> PHPIniDir "C:/directoryPHPIsIn/"
> AddType application/x-httpd-php-source .phps
>
> That SHOULD get it to work. If not, let me know.
Navigation:
[Reply to this message]
|