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 90d15a3 commit eb121ceCopy full SHA for eb121ce
.github/actions/templating/action.yml
@@ -8,5 +8,5 @@ runs:
8
git add . -N && git diff --exit-code
9
scripts/dev/genfiles
10
Zend/zend_vm_gen.php
11
- echo XXX not runnable using PHP 8.2 XXX build/gen_stub.php -f
+ echo build/gen_stub.php -f
12
build/gen_stub.php
@@ -1801,7 +1801,7 @@ function initPhpParser() {
1801
}
1802
1803
$isInitialized = true;
1804
- $version = "4.9.0";
+ $version = "4.13.2";
1805
$phpParserDir = __DIR__ . "/PHP-Parser-$version";
1806
if (!is_dir($phpParserDir)) {
1807
installPhpParser($version, $phpParserDir);
0 commit comments