diff options
author | Remi Collet <remi@remirepo.net> | 2021-08-03 16:44:30 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-08-03 16:44:30 +0200 |
commit | a29819c2a477fdccc1a9b7809b1bcbff7cc84e64 (patch) | |
tree | 9f0d14240afb8f6b59f4911ea45d86e78f57acac /php-8.0.0-parser.patch | |
parent | b1dbf0e231eaf28f99ac5a25c5fb669a38ac2600 (diff) |
update to 8.1.0beta2
oci8 version is now 3.1.0
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)) { |