From:             [EMAIL PROTECTED]
Operating system: Win2000 SP3
PHP version:      4.3.0
PHP Bug Type:     Unknown/Other Function
Bug description:  include_once fails when include tree is deeply nested and recursive

Basically I have some files that link to others via include_once, and some
farther down in the chain recursively link back to higher in the list
(this is for an odd method of function including I've come up with).

I've done full text searches and made sure all the files in the tree use
include_once. Basically, if I link down 6 times, and then link to a file
included somewhere in a different include branch of my script, I get
redeclared function problems.
-- 
Edit bug report at http://bugs.php.net/?id=21315&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21315&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21315&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21315&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21315&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21315&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21315&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21315&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21315&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21315&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21315&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21315&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21315&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21315&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21315&r=gnused

Reply via email to