1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 20:04:48 +01:00

Run test_old using php -n

Xdebug is killing performance.
This commit is contained in:
Nikita Popov 2016-04-07 14:51:49 +09:00
parent 39f93f09f9
commit 954051f240

View File

@ -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