ID: 6652
Updated by: cynic
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: *Function Specific
Assigned To:
Comments:
have you by any chance updated your PHP since 4.0.2? does it still happen?
Previous Comments:
---------------------------------------------------------------------------
[2000-09-17 02:14:47] [EMAIL PROTECTED]
Start include.php
START<?include('/web/file.inc')?>END
End include.php
Start file.inc:
This is some text
End file.inc
Niether file has a trailing new line. Remember to do a view source to see this
because the browser will not render a new line.
---------------------------------------------------------------------------
[2000-09-16 18:25:09] [EMAIL PROTECTED]
Cannot reproduce that on my system. Could you publish your file.inc?
---------------------------------------------------------------------------
[2000-09-10 18:11:37] [EMAIL PROTECTED]
When using include() or require imbeded in HTML a trailing new line is added. Example:
START<?include('/file.inc');?>END
Will produce:
START<<File contents>>
END
The file can contain any number of characters.
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=6652
--
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]