From:             [EMAIL PROTECTED]
Operating system: Windows 98
PHP version:      4.0.6
PHP Bug Type:     PWS related
Bug description:  include() before sending headers causes hang

[contents of testinclude.php]
<?php include("myinclude.php"); ?>
some text

[contents of myinclude.php]
some included text


This causes MS Personal Web Server on Win98 to hang (using php.exe, not the isapi 
dll).  It works fine on Apache.  If I change testinclude.php to include a space or 
newline or anything before the "<?php", it works fine on PWS.  Contents of the 
included file don't seem to matter.



-- 
Edit Bug report at: http://bugs.php.net/?id=11913&edit=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]

Reply via email to