diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-14 14:04:15 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-14 14:04:15 +0200 |
commit | c209cd7b3486ca9ac327eeba353be46852c99b92 (patch) | |
tree | 3963c629d5bbe000c5612e45bdd5d30e91c7a85c /php-8.2.0-parser.patch | |
parent | 7ea0539bf780a37d5417d3f2229854258d14ba56 (diff) |
update to 8.2.0RC2 (new tag)
add patch from https://github.com/php/php-src/pull/9537
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 1b4cdaa..dcfe617 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.14.0"; + $version = "4.15.1"; $phpParserDir = __DIR__ . "/PHP-Parser-$version"; if (!is_dir($phpParserDir)) { |