mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"'
|
||||
|
||||
Reference in New Issue
Block a user