diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-28 15:21:06 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-28 15:21:06 +0200 |
commit | c7c881f23694a23aa8478e6c7be1d516107f5e45 (patch) | |
tree | 18e48fb668c11f3005214a855fd863c168b1131f /php-8.5.0-parser.patch | |
parent | d06dd9337d67178f3b7e81198cd3156c9affe913 (diff) |
update to 8.5.0beta2
Diffstat (limited to 'php-8.5.0-parser.patch')
-rw-r--r-- | php-8.5.0-parser.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-8.5.0-parser.patch b/php-8.5.0-parser.patch index f9cf060..d103ff0 100644 --- a/php-8.5.0-parser.patch +++ b/php-8.5.0-parser.patch @@ -11,6 +11,6 @@ diff -up ./build/gen_stub.php.syslib ./build/gen_stub.php + return; + } + - $version = "5.6.0"; + $version = "5.6.1"; $phpParserDir = __DIR__ . "/PHP-Parser-$version"; if (!is_dir($phpParserDir)) { |