running PHP 4.3.2 as CGI under IIS 5.0.
The piece of code that I pasted is the first line of the file after the
mailto:[EMAIL PROTECTED]
Sent: Sunday, October 05, 2003 7:17 AM
To: Charles P. Killmer
Subject: Re: [PHP-WIN] weird random parse errors on PHP 4.1.x / Win2k
Is it possible that the
I don't know if this is related but every once in a while I get timeout
issues. A script that usually runs just fine will timeout on line 2 or
3.
A few times it has been on a line like this.
If (isset($REMOTE_ADDR)) {
//stuff
}
The if statement is the line that times out.
Just a weird thi