]> granicus.if.org Git - php/commitdiff
Add some missing news entries
authorScott MacVicar <scottmac@php.net>
Sun, 2 Nov 2008 23:06:27 +0000 (23:06 +0000)
committerScott MacVicar <scottmac@php.net>
Sun, 2 Nov 2008 23:06:27 +0000 (23:06 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8327157cbfbee13658cd2fe508ed09d306ef4f62..bc30206e8b8dd34a186c36d3ca2dae11883ebf62 100644 (file)
--- 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).