Edit report at https://bugs.php.net/bug.php?id=29416&edit=1
ID: 29416
User updated by:edwin at cheatah dot nl
Reported by:edwin at cheatah dot nl
Summary:ob_include function
Status: Wont fix
Type: Feature/Change Req
From: edwin at cheatah dot nl
Operating system: ALL
PHP version: 5.2CVS-2008-07-11 (snap)
PHP Bug Type: *Configuration Issues
Bug description: Additional .ini filre directory should not be a constant
Description:
The directory for reading additional ini files is
From: edwin at cheatah dot nl
Operating system:
PHP version: Irrelevant
PHP Bug Type: Feature/Change Request
Bug description: ob_include function
Description:
I often use something like the following code:
ob_start ();
include './tpl/mail.php'