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

[skip ci] Add news entry

This commit is contained in:
Ilija Tovilo
2024-05-22 16:27:16 +02:00
parent 23afe57f01
commit 69e2ef694e

1
NEWS
View File

@@ -275,6 +275,7 @@ PHP NEWS
http_clear_last_response_headers() that allows retrieving the same content
as the magic $http_response_header variable.
. Add php_base64_encode_ex() API. (Remi)
. Implemented "Raising zero to the power of negative number" RFC (Jorg Sowa)
- XML:
. Added XML_OPTION_PARSE_HUGE parser option. (nielsdos)