[PHP-CVS] [php-src] master: [skip ci] Document Windows libxml2 URI behavior change (#23327)
[email protected] (Shivam Mathur via GitHub)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Shivam Mathur (shivammathur)
Committer: GitHub (web-flow)
Pusher: shivammathur
Date: 2026-08-17T12:11:56+05:30
Commit: https://github.com/php/php-src/commit/9f32f90ad35b536bb56c18f3981eafae8cad86e4
Raw diff: https://github.com/php/php-src/commit/9f32f90ad35b536bb56c18f3981eafae8cad86e4.diff
[skip ci] Document Windows libxml2 URI behavior change (#23327)
Changed paths:
M UPGRADING
Diff:
diff --git a/UPGRADING b/UPGRADING
index c9b14fca0dec..e32c1fe55748 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -792,6 +792,12 @@ PHP 8.6 UPGRADE NOTES
- Core:
. The official Windows builds now use Visual Studio 2026 (VS18).
+- LibXML:
+ . The libxml2 library used by the official Windows builds has been upgraded
+ to version 2.15.3. As a result, DOMDocument::$documentURI for documents
+ loaded from a local file now contains a native filesystem path instead of
+ a file URI.
+
- OpenSSL:
. The OpenSSL library used by the official Windows builds has been upgraded
to OpenSSL 4.