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

It seems even the new versions have this problem.

I tried with 4.2.3 last time around, and had to change back to 4.0.6 in
CGI mode.

This is funny since I have another server running 4.0.6 ISAPI mode


Previous Comments:
------------------------------------------------------------------------

[2002-06-03 12:18:12] [EMAIL PROTECTED]

Thank you for taking the time to report a problem with PHP.
Unfortunately your version of PHP is too old -- the problem
might already be fixed. Please download a new PHP
version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.



------------------------------------------------------------------------

[2001-09-21 03:51:28] [EMAIL PROTECTED]

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).

------------------------------------------------------------------------

[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>
<TITLE>Testing</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 aaaaa.  
Then when I reloaded the php script, it gave me this:

the var is: aaaaa! 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=13371&edit=1

Reply via email to