Mercurial > hg > cmmr2012-drupal-site
diff vendor/nikic/php-parser/test_old/run-php-src.sh @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children |
line wrap: on
line diff
--- a/vendor/nikic/php-parser/test_old/run-php-src.sh Thu Feb 28 11:14:44 2019 +0000 +++ b/vendor/nikic/php-parser/test_old/run-php-src.sh Thu Feb 28 13:11:55 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