Mercurial > hg > isophonics-drupal-site
diff vendor/nikic/php-parser/test_old/run-php-src.sh @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
line wrap: on
line diff
--- a/vendor/nikic/php-parser/test_old/run-php-src.sh Tue Jul 10 15:07:59 2018 +0100 +++ b/vendor/nikic/php-parser/test_old/run-php-src.sh Thu Feb 28 13:21:36 2019 +0000 @@ -1,4 +1,4 @@ -wget -q https://github.com/php/php-src/archive/php-7.1.0.tar.gz +wget -q https://github.com/php/php-src/archive/php-7.3.0RC1.tar.gz mkdir -p ./data/php-src -tar -xzf ./php-7.1.0.tar.gz -C ./data/php-src --strip-components=1 +tar -xzf ./php-7.3.0RC1.tar.gz -C ./data/php-src --strip-components=1 php -n test_old/run.php --verbose --no-progress PHP7 ./data/php-src