diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-02 09:10:19 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-02 09:10:19 +0200 |
commit | 526ab4bd8fedcd3bf1a400b2a68be0da8c653d2c (patch) | |
tree | 64706aa723a76d52380035b4d358d8f890c916f1 /php-8.0.0-parser.patch | |
parent | 19f7991bd5abf6e9d197464bf3c393f6016ea782 (diff) |
update to 8.0.0beta3
adapt systzdata patch (v19)
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 4260b50..f5da3b5 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.3.0"; + $version = "4.9.0"; $phpParserDir = __DIR__ . "/PHP-Parser-$version"; if (!is_dir($phpParserDir)) { |