Commit aa795a6aa3f for php.net
commit aa795a6aa3ff6d2b57a24afd0390c10b30c9cf50
Merge: f8c7dc19a47 355d296baa5
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date: Mon Dec 1 13:40:23 2025 -0800
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Fix GH-20426: fix Spoofchecker::setRestrictionLevel() error (#20427)
diff --cc NEWS
index fc9d9162fb5,59d46ef25dd..b89c399f3fe
--- a/NEWS
+++ b/NEWS
@@@ -26,12 -28,19 +26,16 @@@ PH
. Fixed bug GH-20483 (ASAN stack overflow with fiber.stack_size INI
small value). (David Carlier)
-- FTP:
- . Fixed bug GH-20601 (ftp_connect overflow on timeout). (David Carlier)
-
-- GD:
- . Fixed bug GH-20511 (imagegammacorrect out of range input/output values).
- (David Carlier)
- . Fixed bug GH-20602 (imagescale overflow with large height values).
- (David Carlier)
-
+ - Intl:
+ . Fixed bug GH-20426 (Spoofchecker::setRestrictionLevel() error message
+ suggests missing constants). (DanielEScherzer)
+
+- Lexbor:
+ . Fixed bug GH-20501 (\Uri\WhatWg\Url lose host after calling
+ withPath() or withQuery()). (lexborisov)
+ . Fixed bug GH-20502 (\Uri\WhatWg\Url crashes (SEGV) when parsing
+ malformed URL due to Lexbor memory corruption). (lexborisov)
+
- LibXML:
. Fix some deprecations on newer libxml versions regarding input
buffer/parser handling. (ndossche)