ID: 26660 Updated by: [EMAIL PROTECTED] Reported By: 610041 at 163 dot com -Status: Open +Status: Bogus Bug Type: *General Issues Operating System: Windows2000 Advanced Server PHP Version: 4.3.4 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. [EMAIL PROTECTED] Previous Comments: ------------------------------------------------------------------------ [2003-12-18 06:17:18] 610041 at 163 dot com Description: ------------ My environment: ---------------------------- Windows2000 Advanced Server Apache 2.0.48 PHP 4.3.4 ---------------------------- When i explore this php program(see aaa.php below) from IE, it tell me save file but output the correct content. It is bizarrerie deeply. But any output before "begin<" will run correctly(see bbb.php below). The symbol "<" is become to a pipe? My guess only. strange. Reproduce code: --------------- aaa.php -------------------------- <?php echo "begin<br>"; ?> -------------------------- bbb.php -------------------------- <?php echo "hello<br>"; echo "begin<br>"; ?> -------------------------- Expected result: ---------------- Output begin on IE like below begin Actual result: -------------- aaa.php --------------------- It tell me save file. --------------------- bbb.php ------------------------------------------ It run the correct and output on IE: hello begin ------------------------------------------ ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26660&edit=1
