diff --git a/NEWS b/NEWS index d2ed14804a5..39670fa94f9 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,10 @@ PHP NEWS . Fixed oss-fuzz #64209 (In-place modification of filename in php_message_handler_for_zend). (ilutov) +- Date: + . Fixed improbably integer overflow while parsing really large (or small) + Unix timestamps. (Derick) + - DOM: . Fixed bug GH-12616 (DOM: Removing XMLNS namespace node results in invalid default: prefix). (nielsdos)