mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-11-30 04:19:30 +01:00
6 lines
262 B
Bash
Executable File
6 lines
262 B
Bash
Executable File
VERSION=$1
|
|
wget -q https://github.com/php/php-src/archive/php-$VERSION.tar.gz
|
|
mkdir -p ./data/php-src
|
|
tar -xzf ./php-$VERSION.tar.gz -C ./data/php-src --strip-components=1
|
|
php -n test_old/run.php --verbose --no-progress --php-version=$VERSION PHP ./data/php-src
|