From aafbe70784f1b5719ae59289cf6d23b535f8ce0f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Jan 2018 09:26:30 +0100 Subject: add xdebug.max_nesting_level=256 for EL-6 --- php-horde-Horde-Mime.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-horde-Horde-Mime.spec b/php-horde-Horde-Mime.spec index d188067..eb16454 100644 --- a/php-horde-Horde-Mime.spec +++ b/php-horde-Horde-Mime.spec @@ -137,7 +137,7 @@ rm MdnTest.php ret=0 for cmd in php php56 php70 php71 php72; do if which $cmd; then - $cmd %{_bindir}/phpunit --bootstrap bootstrap.php --verbose . || ret=1 + $cmd -dxdebug.max_nesting_level=256 %{_bindir}/phpunit --bootstrap bootstrap.php --verbose . || ret=1 fi done exit $ret -- cgit