We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e36ef7 commit 0f64504Copy full SHA for 0f64504
test_old/run-php-src.sh
@@ -2,4 +2,4 @@ VERSION=$1
2
wget -q https://github.com/php/php-src/archive/php-$VERSION.tar.gz
3
mkdir -p ./data/php-src
4
tar -xzf ./php-$VERSION.tar.gz -C ./data/php-src --strip-components=1
5
-php -n test_old/run.php --verbose --no-progress --php-version=$VERSION PHP ./data/php-src
+php test_old/run.php --verbose --no-progress --php-version=$VERSION PHP ./data/php-src
0 commit comments