Well, it works for me under 1.3.28, so let me walk through your apache config.
I'm sure there are issues with the script to say the least, 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" 2) add these lines: LoadModule php4_module "c:/php/sapi/php4apache2.dll" (or wherever ur sapi is) AddType application/x-httpd-php .php .phtml 3) copy php4ts.dll to C:\WINDOWS\SYSTEM32 3a) do a "apache -t" test your conf 4) restart apache give that a go and see what happens "Jswalter" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > So, we mark this down as a bug in the go-pear web-access script? > > Walter > > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php