diff options
Diffstat (limited to 'php-8.2.0-parser.patch')
-rw-r--r-- | php-8.2.0-parser.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-8.2.0-parser.patch b/php-8.2.0-parser.patch index b648290..1b4cdaa 100644 --- a/php-8.2.0-parser.patch +++ b/php-8.2.0-parser.patch @@ -11,6 +11,6 @@ diff -up ./build/gen_stub.php.syslib ./build/gen_stub.php + return; + } + - $version = "4.13.2"; + $version = "4.14.0"; $phpParserDir = __DIR__ . "/PHP-Parser-$version"; if (!is_dir($phpParserDir)) { |