From:             [EMAIL PROTECTED]
Operating system: windows 2000
PHP version:      4.1.1
PHP Bug Type:     Unknown/Other Function
Bug description:  include recursive bug

//code of file 1.php 

<?php
include ("1.php");
phpinfo();
?>


Execution will result in stack overflow in apache php4ts.dll

Apache 1.3+php 4.1.1


-- 
Edit bug report at http://bugs.php.net/?id=15739&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15739&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15739&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15739&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15739&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15739&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15739&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15739&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15739&r=submittedtwice

Reply via email to