From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: ob_clean() undefined
According to PHP Manual, dated 4-12-2001, the ob_clean() function is available. When I code it on a page I get: Fatal error: Call to undefined function: ob_clean() in C:\Inetpub\wwwroot\PHP_Library\SPCG_ACCESS_Form2.php on line 21. I did a print_r( get_defined_funcs() ). ob_clean() is not shown in the function list. ob_start and ob_end_clean() work fine. I did a standard/default install. Ed -- Edit bug report at: http://bugs.php.net/?id=14810&edit=1 -- 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]