]> granicus.if.org Git - php/commitdiff
massage
authorfoobar <sniper@php.net>
Tue, 25 Jan 2005 23:43:10 +0000 (23:43 +0000)
committerfoobar <sniper@php.net>
Tue, 25 Jan 2005 23:43:10 +0000 (23:43 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 70aa7bf37c78b9e66dcbf18789e7ceef82025830..878ababfafa8bff96ebff53e5cccd28c823946ba 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,12 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2005, PHP 5.0.4
-- Fixed several egregious leaks in ext/browscap and sapi/embed. (Andrei)
 - Added Oracle Instant Client support. (cjbj at hotmail dot com, Tony)
 - Added length and charsetnr for field array and object in mysqli. (Georg)
 - Changed foreach() to throw an exception if IteratorAggregate::getIterator()
   does not return an Iterator. (Marcus)
 - Changed phpize not to require libtool. (Jani)
+- Fixed several egregious leaks in ext/browscap and sapi/embed. (Andrei)
 - Fixed build system to always use bundled libtool files. (Jani)
 - Fixed a bug in mysqli_stmt_execute() (type conversion with NULL values). (Georg)
 - Fixed bug #31684 (dio_tcsetattr(): misconfigured termios settings).