From:             [EMAIL PROTECTED]
Operating system: Windows, Linux
PHP version:      4.0.5
PHP Bug Type:     Reproducible crash
Bug description:  PHP will crash if you execute a double-include, which go through 2 
directories

To reproduce it, create a php file (content doesn't matter), then make a directory and 
change into it. Create a second php file including the first one, make another 
directory and write a php file with an include to the second file into it. When you 
start this file, PHP begins to consume all available CPU und RAM resources. The 
consequence is a crash of the whole machine running the httpd- or php-process. The 
memory limiting function in PHP doesn't take effect in this case.

Regards,

Daniel Fuehrer


-- 
Edit Bug report at: http://bugs.php.net/?id=10834&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