ID: 37704 Updated by: [EMAIL PROTECTED] Reported By: php at bouchery dot com -Status: Open +Status: Wont fix Bug Type: Output Control Operating System: Windows XP PHP Version: 5.1.4 New Comment:
This is a feature and changing this would break tons of existing applications. Previous Comments: ------------------------------------------------------------------------ [2006-06-05 18:40:12] php at bouchery dot com Description: ------------ After php closing tag, carriage returns are deleted. If I add some text after the closing tag, it's OK. It happen only if the carriage return is place just after the closing tag. Reproduce code: --------------- <?php echo 'Line 1' ?> <?php echo 'Line 2' ?> Expected result: ---------------- Line 1 Line 2 Actual result: -------------- Line 1Line 2 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37704&edit=1