From 954051f240ca0984a1a96fe6568225c1cd0b8e7a Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 7 Apr 2016 14:51:49 +0900 Subject: [PATCH] Run test_old using php -n Xdebug is killing performance. --- test_old/run-php-src.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_old/run-php-src.sh b/test_old/run-php-src.sh index 0df442bf..45e93443 100755 --- a/test_old/run-php-src.sh +++ b/test_old/run-php-src.sh @@ -1,4 +1,4 @@ wget -q https://github.com/php/php-src/archive/php-7.0.5.tar.gz mkdir -p ./data/php-src tar -xzf ./php-7.0.5.tar.gz -C ./data/php-src --strip-components=1 -php test_old/run.php --verbose --no-progress PHP7 ./data/php-src +php -n test_old/run.php --verbose --no-progress PHP7 ./data/php-src