dev-php/xdebug: Increase max_nesting_level wrt bug 568248

Increase the setting in the generated ini to 256 to match the upstream default

Package-Manager: portage-2.2.28
This commit is contained in:
Brian Evans
2016-03-22 10:29:35 -04:00
parent 40548b883a
commit 6fa30e3f99

View File

@@ -45,7 +45,7 @@ src_install() {
php-ext-source-r2_addtoinifiles "xdebug.default_enable" '"1"'
php-ext-source-r2_addtoinifiles "xdebug.extended_info" '"1"'
php-ext-source-r2_addtoinifiles "xdebug.manual_url" '"http://www.php.net"'
php-ext-source-r2_addtoinifiles "xdebug.max_nesting_level" '"100"'
php-ext-source-r2_addtoinifiles "xdebug.max_nesting_level" '"256"'
php-ext-source-r2_addtoinifiles "xdebug.show_error_trace" '"0"'
php-ext-source-r2_addtoinifiles "xdebug.show_exception_trace" '"0"'
php-ext-source-r2_addtoinifiles "xdebug.show_local_vars" '"0"'