RE: [PHP-WIN] weird random parse errors on PHP 4.1.x / Win2k

2003-10-06 Thread Charles P. Killmer
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

RE: [PHP-WIN] weird random parse errors on PHP 4.1.x / Win2k

2003-10-03 Thread Charles P. Killmer
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