diff --git a/NEWS b/NEWS index b21897cbbd8..c469ba952a8 100644 --- a/NEWS +++ b/NEWS @@ -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)