php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40715 level too deep - recursive dependency? in Unknown on line 0
Submitted: 2007-03-04 09:44 UTC Modified: 2007-03-04 16:27 UTC
From: shoichi at cf7 dot so-net dot ne dot jp Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 5.2.1 OS: CentOS4.4
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: shoichi at cf7 dot so-net dot ne dot jp
New email:
PHP Version: OS:

 

 [2007-03-04 09:44 UTC] shoichi at cf7 dot so-net dot ne dot jp
Description:
------------
A error occured when I re-installed php
from 5.16 to 5.21.

The error message
'level too deep - recursive dependency? in Unknown on line 0'
occurs even such as short script.
<?php phpinfo();

I configured like this.


Reproduce code:
---------------
'./configure' --with-pgsql '--build=i686-redhat-linux-gnu' '--host=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--program-pre
fix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/s
bin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--l
ibdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstat
edir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-fi
le=../config.cache' '--with-libdir=lib' '--with-config-file-path=/etc' '--with-c
onfig-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic' '--disable-rpath'
 '--without-pear' '--with-bz2' '--with-curl' '--with-exec-dir=/usr/bin' '--with-
freetype' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--with-gmp
' '--with-iconv' '--with-openssl' '--with-pspell' '--with-expat-dir=/usr' '--wit
h-pcre-regex=/usr' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-f
tp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysv
shm' '--enable-sysvmsg' '--enable-track-vars' '--enable-trans-sid' '--enable-yp'
 '--enable-wddx' '--with-kerberos' '--enable-ucd-snmp-hack' '--with-unixODBC=sha
red,/usr' '--enable-memory-limit' '--enable-shmop' '--enable-calendar' '--enable
-dbx' '--enable-dio' '--with-mime-magic=/etc/httpd/conf/magic' '--without-sqlite
' '--with-libxml-dir=/usr' '--with-xml' '--with-apxs2=/usr/sbin/apxs' '--with-my
sql' '--with-gd' '--without-odbc' '--disable-dom' '--disable-dba' '--without-uni
xODBC' '--disable-pdo' '--disable-xmlreader' '--disable-xmlwriter' '--with-mcryp
t' '--with-png-dir=/usr' '--with-jpeg-dir' --enable-mbstring --enable-mbstr-enc-trans


Expected result:
----------------
Other existing php script can't move usually.
About all show nothing because of error.



Actual result:
--------------
I read past logs like
http://bugs.php.net/bug.php?id=21333
http://bugs.php.net/bug.php?id=22482

but, there are no files in
extension_dir ( /usr/lib/php ) and
source dir ( /usr/local/src/modules )
in my case.

I home your help.
thankyou.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-03-04 16:09 UTC] shoichi at cf7 dot so-net dot ne dot jp
This trable has been fixed.


It was bad to repeat configure and make.

When I 'make clean' and 'make',
it resolved.

Thank you very much.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Nov 28 17:00:01 2025 UTC