[PHP-DEV] Bug #11678 Updated: ob_get_contents in ob_start() callback causes infinite loop

2001-06-26 Thread rick
ID: 11678 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating system: Linux w/ 2.4.4 kernel PHP Version: 4.0.4pl1 Description: ob_get_contents in ob_start() callback causes infinite loop The occurrence of $baz should be $bar in function my_callback (this

[PHP-DEV] Bug #11678 Updated: ob_get_contents in ob_start() callback causes infinite loop

2001-06-26 Thread zeev
ID: 11678 Updated by: zeev Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Output buffering indeed cannot be used inside output handler functions. However, the code that handled