|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-06-02 14:01 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 00:00:02 2025 UTC |
[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.