I found a space in one of my variables. But the CGi Error happen again
today. Intermittent problem with IIS 5.1. Any config tweaks suggested?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I found a space in one of my variables. But the CGi Error happen again
today. Intermittent problem with IIS 5.1. Any config tweaks suggested?
"Sheldon Quinton" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I am running php 4.3.2 as service module on IIS
handled a SID to perform an oracle connection from my php page. I
stumbled upon the space and everything worked like a charm.
i.e.
$var = " (sid information)";
Fixed by:
$var = "(sid information)";
-Original Message-
From: Sheldon Quinton [mailto:[EMAIL PROTECTED]
Se
I am running php 4.3.2 as service module on IIS 5.1 with Windows XP Pro. It
stopped working after 2 windows security updates (817606, 823559) today. I
recieve a CGI error "No Headers Sent" and the browser displays nothing. PHP
runs from the command line and I have checked security permissions o
dsd
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php