diff options
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 ed4ba27..f9cf060 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.5.0"; + $version = "5.6.0"; $phpParserDir = __DIR__ . "/PHP-Parser-$version"; if (!is_dir($phpParserDir)) { |