"Sek-Mun Wong" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Well, it works for me under 1.3.28,
that might be the difference here. ??
> so let me walk through your apache config.
>
> I'm sure there are issues with the script to say the least,
refering to my script?
<?php
require("Date.php");
?>
or the Date package as a whole?
> but just one more try with apache2:
>
> Your httpd.conf:
> 1) remove these lines
> LoadFile "/etc/php/php4ts.dll"
> Action application/x-httpd-php "/etc/php/php.exe"
> LoadModule php4_module "/etc/php/sapi/php4apache2.dll"
OK, these are now commented out.
> 2) add these lines:
> LoadModule php4_module "c:/php/sapi/php4apache2.dll"
> (or wherever your sapi is)
> AddType application/x-httpd-php .php .phtml
OK, I added the volume letter to my php4apache2.dll line
LoadModule php4_module "G:/etc/php/sapi/php4apache2.dll"
> 3) copy php4ts.dll to C:\WINDOWS\SYSTEM32
OK, but why?
> 3a) do a "apache -t" test your conf
Apache -w -d "G:\etc\httpd" -f "G:\etc\httpd\conf\httpd.conf" -D SSL -t
Syntax OK
> 4) restart apache
done.
> give that a go and see what happens
crash and burn!
No difference. :/
Well, thanks for the thoughts and your effort.
Walter
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php