1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Add note for libxml handlers in UPGRADING.INTERNALS

This commit is contained in:
Niels Dossche
2024-05-11 01:41:11 +02:00
parent dfde0d4cef
commit 8776561581

View File

@@ -202,6 +202,8 @@ PHP 8.4 INTERNALS UPGRADE NOTES
- Added a way to attached private data to a php_libxml_ref_obj.
- Added a way to fix a class type onto php_libxml_ref_obj.
- Added php_libxml_uses_internal_errors().
- Added a way to override document handlers (e.g. serialization) with
php_libxml_document_handlers.
e. ext/date
- Added the php_format_date_ex() API to format instances of php_date_obj.