Skip to content
Merged
Prev Previous commit
[skip ci] NEWS/UPGRADING
  • Loading branch information
TimWolla committed May 31, 2024
commit 4113c1f08e9184a09b1e3a9563cd550a6875684c
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ PHP NEWS
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)
. Added array_find(), array_find_key(), array_all(), and array_any(). (josh)

- XML:
. Added XML_OPTION_PARSE_HUGE parser option. (nielsdos)
Expand Down
3 changes: 3 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,9 @@ PHP 8.4 UPGRADE NOTES
http_clear_last_response_headers() that allows retrieving the same content
as the magic $http_response_header variable.
. Added function fpow() following rules of IEEE 754.
. Added functions array_find(), array_find_key(), array_all(), and
array_any().
RFC: https://wiki.php.net/rfc/array_find

- XSL:
. Added XSLTProcessor::registerPhpFunctionNS().
Expand Down