From:             [EMAIL PROTECTED]
Operating system: any
PHP version:      4.0.6
PHP Bug Type:     Scripting Engine problem
Bug description:  Self-icludes causes system to consume all of available memory

test.php contains:
<?
include ( 'test.php' );
?>

then just request test.php via any browser and here you are.

Suggestion:
Add variable to php.ini file, which restricts amount of nested includes.
-- 
Edit bug report at: http://bugs.php.net/?id=12016&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]

Reply via email to