summaryrefslogtreecommitdiffstats
path: root/php-8.5.0-parser.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-07-30 10:13:46 +0200
committerRemi Collet <remi@php.net>2025-07-30 10:13:46 +0200
commit24b4f20486d9b456f28fee8eab1e1b0522bcb424 (patch)
tree560550e60b1b6d055aa804bdd4011bc1495b241e /php-8.5.0-parser.patch
parent7262ed1b8c5b4bad0c1b1fdbc4293ab053842720 (diff)
update to 8.5.0alpha3
bump dependency on php-nikic-php-parser5 5.6 drop opcache subpackage, extension is build statically fix missing libraries for opcache using patch from https://github.com/php/php-src/pull/19301
Diffstat (limited to 'php-8.5.0-parser.patch')
-rw-r--r--php-8.5.0-parser.patch2
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)) {