diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-08 10:10:46 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-08 10:10:46 +0200 |
commit | cf0f99a53bfa268dec1320d2814a961596959265 (patch) | |
tree | ee03ba53c240eb4533548facd5c1297da1a88694 /php-8.2.0-parser.patch | |
parent | da777dfce518a0a0e975134b531bcb33c22fc687 (diff) |
update to 8.2.0alpha1
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)) { |