Hello Azn,

I tried PHP as an Apache module on W2K with Apache 2.0.46 & PHP 5.0.0 Beta 1, but didn't work. You may need to install it as a CGI. It works!

Azn wrote:
Hi,
Can anyone get PHP5 beta to work on Apache 2.0.46? Heres what I'm doing:

Extract PHP5 to C:\php
Put php4ts.dll into C:\WINDOWS\system32
Put php.ini-recommended into C:\WINDOWS, rename to php.ini

Add to httpd.conf:
    LoadModule php4_module "c:/php/sapi/php4apache2.dll"
    AddType application/x-httpd-php .php

Those are the same steps I followed for PHP4. However, when I run Apache, I
get:
    Cannot load c:/php/sapi/php4apache2.dll into server: The specified
module could not be found.

The file php4apache2.dll does exist in c:\php\sapi\.. Are there new
instructions for installing PHP5?




--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to