ID:               42799
 Comment by:       cool_hottdogg at excite dot com
 Reported By:      castletoday at hotmail dot com
 Status:           No Feedback
 Bug Type:         Performance problem
 Operating System: xp
 PHP Version:      5.1.4
 New Comment:

Alhough jani has made comment to upgrade to 5.2.4
I just want to confirm that I'm also have the same problem.
I run linux slackware 12, php 5.2.3 (default slackware), apache 2.2.4
(default slackware).
\n is ignored by php 5.2.3.


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

[2007-10-08 01:00:00] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

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

[2007-09-30 04:36:45] [EMAIL PROTECTED]

Upgrade to 5.2.4 first..

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

[2007-09-29 21:52:13] castletoday at hotmail dot com

Description:
------------
the print"\n"; to start a new line is ignored. I am using APACHE 2.0.58
and PHP 5.1.4. 
Instead of 1 line of output I am expecting 2 lines

Reproduce code:
---------------
<?php
print 'The comments are texts in a script that are ignored by the PHP
engine';
print"\n";
print 'test';
// For example this is single line comment
# Another single line of comment may be done by using this symbol #
/*
For multilines comments 
we use the slash and the asterisk
to start and the asterisk and slash to end
*/
?>

Expected result:
----------------
The comments are texts in a script that are ignored by the PHP engine
test

Actual result:
--------------
The comments are texts in a script that are ignored by the PHP engine
test

(All of this is in the same single line)


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


-- 
Edit this bug report at http://bugs.php.net/?id=42799&edit=1

Reply via email to