Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /data/e/7/e76990b9-3372-4d88-8089-fce36e16744a/webperfection.net/sub/rady-nosu/wp-content/plugins/seo-ultimate/modules/class.su-module.php on line 1195
ZendServer nesting level fatal php cli | Real Solution for Your Problem!

December 10, 2013 | In: Programovanie

ZendServer nesting level fatal php cli

Pri testovani som dostal hlasku:

Fatal error: Maximum function nesting level of ‘100’ reached, aborting! in /usr/share/php/PHPUnit/Util/ErrorHandler.php on line 608

treba upravit php cli config:
/etc/php5/cli/php.ini
a pridat (aj napriek tomu ze xdebug nemam ale zendserver si to tam sam nastavi):
[xdebug]
xdebug.max_nesting_level = 500

Share This:

Comments are closed.