mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-26 20:14:46 +01:00
Run test_old using php -n
Xdebug is killing performance.
This commit is contained in:
parent
39f93f09f9
commit
954051f240
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user