diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-02 09:35:47 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-02 09:35:47 +0200 |
commit | 329a894341b196feda4dce9db40401614faf7947 (patch) | |
tree | 3dbd9b61e7215332df55c4b38d15ccae4ad6e02e /php-8.0.0-parser.patch | |
parent | f847f63e240f9b94ffae9895b21f6da3804afd82 (diff) |
update to 8.1.0RC1
bump API version
Diffstat (limited to 'php-8.0.0-parser.patch')
-rw-r--r-- | php-8.0.0-parser.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-8.0.0-parser.patch b/php-8.0.0-parser.patch index f5da3b5..f443f1d 100644 --- a/php-8.0.0-parser.patch +++ b/php-8.0.0-parser.patch @@ -11,6 +11,6 @@ diff -up ./build/gen_stub.php.syslib ./build/gen_stub.php + return; + } + - $version = "4.9.0"; + $version = "4.12.0"; $phpParserDir = __DIR__ . "/PHP-Parser-$version"; if (!is_dir($phpParserDir)) { |