ID:               37704
 User updated by:  php at bouchery dot com
 Reported By:      php at bouchery dot com
 Status:           Wont fix
 Bug Type:         Output Control
 Operating System: Windows XP
 PHP Version:      5.1.4
 New Comment:

Ok.
Is it writen in the documentation ?


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

[2006-06-05 19:09:27] [EMAIL PROTECTED]

This is a feature and changing this would break tons of existing
applications.

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

[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

Reply via email to