#40715 [NEW]: level too deep - recursive dependency? in Unknown on line 0

Ask a Question related to PHP Bugs, Design and Development.

  1. #1

    Default #40715 [NEW]: level too deep - recursive dependency? in Unknown on line 0

    From: shoichi at cf7 dot so-net dot ne dot jp
    Operating system: CentOS4.4
    PHP version: 5.2.1
    PHP Bug Type: Scripting Engine problem
    Bug description: level too deep - recursive dependency? in Unknown on line 0

    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
    [url]http://bugs.php.net/bug.php?id=21333[/url]
    [url]http://bugs.php.net/bug.php?id=22482[/url]

    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.


    --
    Edit bug report at [url]http://bugs.php.net/?id=40715&edit=1[/url]
    --
    Try a CVS snapshot (PHP 4.4): [url]http://bugs.php.net/fix.php?id=40715&r=trysnapshot44[/url]
    Try a CVS snapshot (PHP 5.2): [url]http://bugs.php.net/fix.php?id=40715&r=trysnapshot52[/url]
    Try a CVS snapshot (PHP 6.0): [url]http://bugs.php.net/fix.php?id=40715&r=trysnapshot60[/url]
    Fixed in CVS: [url]http://bugs.php.net/fix.php?id=40715&r=fixedcvs[/url]
    Fixed in release: [url]http://bugs.php.net/fix.php?id=40715&r=alreadyfixed[/url]
    Need backtrace: [url]http://bugs.php.net/fix.php?id=40715&r=needtrace[/url]
    Need Reproduce Script: [url]http://bugs.php.net/fix.php?id=40715&r=needscript[/url]
    Try newer version: [url]http://bugs.php.net/fix.php?id=40715&r=oldversion[/url]
    Not developer issue: [url]http://bugs.php.net/fix.php?id=40715&r=support[/url]
    Expected behavior: [url]http://bugs.php.net/fix.php?id=40715&r=notwrong[/url]
    Not enough info: [url]http://bugs.php.net/fix.php?id=40715&r=notenoughinfo[/url]
    Submitted twice: [url]http://bugs.php.net/fix.php?id=40715&r=submittedtwice[/url]
    register_globals: [url]http://bugs.php.net/fix.php?id=40715&r=globals[/url]
    PHP 3 support discontinued: [url]http://bugs.php.net/fix.php?id=40715&r=php3[/url]
    Daylight Savings: [url]http://bugs.php.net/fix.php?id=40715&r=dst[/url]
    IIS Stability: [url]http://bugs.php.net/fix.php?id=40715&r=isapi[/url]
    Install GNU Sed: [url]http://bugs.php.net/fix.php?id=40715&r=gnused[/url]
    Floating point limitations: [url]http://bugs.php.net/fix.php?id=40715&r=float[/url]
    No Zend Extensions: [url]http://bugs.php.net/fix.php?id=40715&r=nozend[/url]
    MySQL Configuration Error: [url]http://bugs.php.net/fix.php?id=40715&r=mysqlcfg[/url]
    shoichi at cf7 dot so-net dot ne dot jp Guest

  2. Similar Questions and Discussions

    1. #25916 [Opn]: PHP Fatal error: Nesting level too deep - recursive dependency?
      ID: 25916 Updated by: thetaphi@php.net Reported By: thetaphi@php.net Status: Open Bug Type: ...
    2. #25916 [NEW]: PHP Fatal error: Nesting level too deep - recursive dependency?
      From: thetaphi@php.net Operating system: Solaris 9 PHP version: 4.3.4RC1 PHP Bug Type: Unknown/Other Function Bug...
    3. #24746 [Bgs]: Fatal error: Nesting level too deep - recursive dependency?
      ID: 24746 User updated by: tim at sparkart dot com Reported By: tim at sparkart dot com Status: Bogus Bug Type: ...
    4. #24746 [Opn->Bgs]: Fatal error: Nesting level too deep - recursive dependency?
      ID: 24746 Updated by: iliaa@php.net Reported By: tim at sparkart dot com -Status: Open +Status: ...
    5. #24746 [NEW]: Fatal error: Nesting level too deep - recursive dependency?
      From: tim at sparkart dot com Operating system: Linux/FreeBSD PHP version: 4.3.3RC1 PHP Bug Type: Reproducible crash Bug...
  3. #2

    Default #40715 [Opn->Csd]: level too deep - recursive dependency? in Unknown on line 0

    ID: 40715
    User updated by: shoichi at cf7 dot so-net dot ne dot jp
    Reported By: shoichi at cf7 dot so-net dot ne dot jp
    -Status: Open
    +Status: Closed
    Bug Type: Scripting Engine problem
    Operating System: CentOS4.4
    PHP Version: 5.2.1
    New Comment:

    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.


    Previous Comments:
    ------------------------------------------------------------------------

    [2007-03-04 09:44:16] 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
    [url]http://bugs.php.net/bug.php?id=21333[/url]
    [url]http://bugs.php.net/bug.php?id=22482[/url]

    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.



    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=40715&edit=1[/url]
    shoichi at cf7 dot so-net dot ne dot jp Guest

  4. #3

    Default #40715 [Csd->Bgs]: level too deep - recursive dependency? in Unknown on line 0

    ID: 40715
    Updated by: [email]johannes@php.net[/email]
    Reported By: shoichi at cf7 dot so-net dot ne dot jp
    -Status: Closed
    +Status: Bogus
    Bug Type: Scripting Engine problem
    Operating System: CentOS4.4
    PHP Version: 5.2.1


    Previous Comments:
    ------------------------------------------------------------------------

    [2007-03-04 16:09:14] 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.

    ------------------------------------------------------------------------

    [2007-03-04 09:44:16] 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
    [url]http://bugs.php.net/bug.php?id=21333[/url]
    [url]http://bugs.php.net/bug.php?id=22482[/url]

    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.



    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=40715&edit=1[/url]
    johannes@php.net Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139