[xdebug-general] XDebug generates recursive error on startup

From: oracle <oracle.shinoda[@]gmail.com>
Date: Mon, 18 Oct 2004 15:40:01 +1300

Hi everyone,

I downloaded and installed XDebug 1.3.2 for my Debian Linux/PHP4.3.9-1
combo. The install seemed to go smoothly - I had phpize and
php-config, and make didn't spew any errors, and I got an xdebug.so
out of it. I duly copied this to my extensions directory
(/usr/lib/php4/20020429/, where my other extensions are), and added
the line zend_extension="/usr/lib/php4/20020429/xdebug.so" to php.ini.
However, when I restarted apache and viewed a page, I got the
following:

Fatal error: Maximum function nesting level of '64' reached, aborting!
in Unknown on line 0

And a whole table full of calls to {main}.

When I tried it as simply 'extension="xdebug.so"', it wasn't loaded.

When I used dl() to get it, I'd end up with reports with "out of
memory" errors in them whenever it hits an include() or require().

Any ideas?
Received on Mon Oct 18 2004 - 04:40:07 BST

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST