Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
Setup xdebug.max_nesting_level to 3k
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Sep 14, 2015
1 parent 513be41 commit 01fd94e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/phpsa
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@ if (!defined('PHPSA_COMPOSER_INSTALL')) {

include_once PHPSA_COMPOSER_INSTALL;

if (extension_loaded('xdebug')) {
ini_set('xdebug.max_nesting_level', 3000);
}

$console = new \PHPSA\Application();
$console->run();

0 comments on commit 01fd94e

Please sign in to comment.