From:             [EMAIL PROTECTED]
Operating system: RedHat Linux 8.0
PHP version:      4.3.0
PHP Bug Type:     Reproducible crash
Bug description:  Nesting level too deep - recursive dependency?

This error message appears on every script, even in this one:

<? ?>

This is just as it looks at the end of ANY php page:

"Fatal error: Nesting level too deep - recursive dependency? in Unknown on
line 0"

Environment:

RedHat Linux8.0 Kernel 2.4.18-14 
Apache 2.0.40
PHP 4.3.0

And this is how I compiled PHP:

./configure i386-redhat-linux \
  --with-apxs2=/usr/sbin/apxs \
  --with-config-file-path=/etc \
  --with-gd \
  --with-zlib \
  --enable-ftp \
  --with-mysql \
  --with-informix=/opt/informix \
  --enable-sockets

-- 
Edit bug report at http://bugs.php.net/?id=21333&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21333&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21333&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21333&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21333&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21333&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21333&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21333&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21333&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21333&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21333&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21333&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21333&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21333&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21333&r=gnused

Reply via email to