Skip to content

Commit eb121ce

Browse files
committed
upgrade PHP-Parser to fix PHP 8.2 error when run
1 parent 90d15a3 commit eb121ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/templating/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ runs:
88
git add . -N && git diff --exit-code
99
scripts/dev/genfiles
1010
Zend/zend_vm_gen.php
11-
echo XXX not runnable using PHP 8.2 XXX build/gen_stub.php -f
11+
echo build/gen_stub.php -f
1212
git add . -N && git diff --exit-code

build/gen_stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,7 @@ function initPhpParser() {
18011801
}
18021802

18031803
$isInitialized = true;
1804-
$version = "4.9.0";
1804+
$version = "4.13.2";
18051805
$phpParserDir = __DIR__ . "/PHP-Parser-$version";
18061806
if (!is_dir($phpParserDir)) {
18071807
installPhpParser($version, $phpParserDir);

0 commit comments

Comments
 (0)