From 355f62c2645eb6cf8686cbda7e2bdc9600e2a83a Mon Sep 17 00:00:00 2001 From: Scott MacVicar Date: Sun, 2 Nov 2008 23:06:27 +0000 Subject: [PATCH] Add some missing news entries --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 8327157cbfb..bc30206e8b8 100644 --- a/NEWS +++ b/NEWS @@ -19,7 +19,11 @@ PHP NEWS - Deprecated define_syslog_variables(). (Kalle) - Fixed bug causing the algorithm parameter of mhash() to be modified. (Scott) +- Fixed invalid calls to free when internal fileinfo magic file is used. (Scott) +- Synced changes from libmagic 4.26 to bundled libmagic. (Scott) +- Fixed bug #46331 - (Segfault when using internal fileinfo magic file on big + endian systems). (Scott) - Fixed bug #46285 (lastInsertId() returns "0" when a deferenced PDOStatement is executed). (Johannes) - Fixed bug #46238 (Segmentation fault on static call with empty string method).