[PHP-DEV] Bug #13371: PHP Crashes with weird output sometimes

2001-09-20 Thread jlp

From: [EMAIL PROTECTED]
Operating system: Windows XP Professional
PHP version:  4.0.6
PHP Bug Type: IIS related
Bug description:  PHP Crashes with weird output sometimes

I recently installed PHP 4 on Windows XP with IIS 5...
I coded the following script:

?php
$temp=$SERVER_SOFTWARE;
?
HTML
HEAD
TITLETesting/TITLE
/HEAD
BODY
p
the var is: ? echo $temp ?!
/BODY
/HTML

I tried to run this and it just stalled (kept trying to load the page), no
server error or anything.  I clicked stop in IE and tried to reload, same
thing.
I modified the php source and changed $SERVER_SOFTWARE to a.  
Then when I reloaded the php script, it gave me this:

the var is: a! HTTP/1.1 500 Server Error Server: Microsoft-IIS/5.1
Date: Thu, 20 Sep 2001 19:34:24 GMT Content-Type: text/html Content-Length:
44 -2147417842 (0x8001010e)

all on 1 line.

Sometimes, I reload the page and it works fully.  But it never works only
in certain circumstances (like in the script above.  Seems that it only
works if I have a minimal amount of scripting before the HTML output on the
top of the PHP file script.

Weird.

-- 
Edit bug report at: http://bugs.php.net/?id=13371edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #13371 Updated: PHP Crashes with weird output sometimes

2001-09-20 Thread jlp

ID: 13371
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: IIS related
Operating System: Windows XP Professional
PHP Version: 4.0.6
New Comment:

This only happens with ISAPI.  Not with the cgi php.exe (I just changed to use this 
since I couldn't get things working with ISAPI).

Previous Comments:


[2001-09-21 03:45:07] [EMAIL PROTECTED]

I recently installed PHP 4 on Windows XP with IIS 5...
I coded the following script:

?php
$temp=$SERVER_SOFTWARE;
?
HTML
HEAD
TITLETesting/TITLE
/HEAD
BODY
p
the var is: ? echo $temp ?!
/BODY
/HTML

I tried to run this and it just stalled (kept trying to load the page), no server 
error or anything.  I clicked stop in IE and tried to reload, same thing.
I modified the php source and changed $SERVER_SOFTWARE to a.  
Then when I reloaded the php script, it gave me this:

the var is: a! HTTP/1.1 500 Server Error Server: Microsoft-IIS/5.1 Date: Thu, 20 
Sep 2001 19:34:24 GMT Content-Type: text/html Content-Length: 44 -2147417842 
(0x8001010e)

all on 1 line.

Sometimes, I reload the page and it works fully.  But it never works only in certain 
circumstances (like in the script above.  Seems that it only works if I have a minimal 
amount of scripting before the HTML output on the top of the PHP file script.

Weird.






Edit this bug report at http://bugs.php.net/?id=13371edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]