ID:               41773
 User updated by:  andi at splitbrain dot org
 Reported By:      andi at splitbrain dot org
-Status:           Feedback
+Status:           Open
 Bug Type:         Output Control
 Operating System: Linux (Debian unstable)
-PHP Version:      5.2.3
+PHP Version:      5.2.4-dev (200706222030)
 New Comment:

Its still the same with the snapshot you linked.


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

[2007-06-21 22:30:56] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows (zip):
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

For Windows (installer):

  http://snaps.php.net/win32/php5.2-win32-installer-latest.msi



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

[2007-06-21 22:16:48] andi at splitbrain dot org

Description:
------------
When suppressing error output of php_strip_whitespace and trying to
load a non existent file, output is started. The code below prints "not
sent" on older PHP versions but prints "sent" on PHP 5.2.3-1

Reproduce code:
---------------
<?php

$foo = @php_strip_whitespace('non existent file');

if(headers_sent()){
    echo "sent\n";
}else{
    echo "not sent\n";
}


Expected result:
----------------
not sent

Actual result:
--------------
sent


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


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

Reply via email to