ID:               22401
 User updated by:  php at andyuhl dot com
 Reported By:      php at andyuhl dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         Output Control
 Operating System: Win2K
 PHP Version:      4.3.0
 New Comment:

Problem still occurs with latest snapshot.  

It should be noted that not only does the replaced output not appear,
but the original output containing the timeout error message and
whatever your original output should be also does not appear.  It is
simply empty.

I tested this on a different machine as I am not able to upgrade the
original machine at this time.  This machine is WinXP instead of Win2K
and it is now running the latest snapshot.


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

[2003-02-25 02:20:50] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

Can not reproduce using latest CVS snapshot..


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

[2003-02-24 13:07:56] php at andyuhl dot com

The ob_start callback function doesn't seem to get called when the
script runs long.  To reproduce:

<?php
        function callback($buffer) {
                return "callback function executed successfully.";
        }
        
        set_time_limit(5);
        ob_start("callback");
        
        while (1) {
                // do nothing
        }
        
        ob_end_flush();
?>


This results in empty output for me.  You can see my environment here:
http://www.andyuhl.com/phpinfo.php

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


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

Reply via email to