Hi,
PHP 4.1.x php4apache.dll WILL NOT WORK with Apache 2. You can
download the PHP 4.2RC4 and there is an experimental dll in the
experimental folder of the download that works with Apache 2. Apache
2 is configured the same in the conf file just replace
php4apache.dll with the experimental dll
Hi !
I've got a big problem while trying to load this damend library in order to
make php working as module :(
I've copied the php4ts.dll in the winnt\system32 directory
I've set in my httpd.ini :
* LoadModule php4_module "c:/php/sapi/php4apache.dll"
* AddType application/x-httpd-php .php
i've se