]> granicus.if.org Git - php/commitdiff
fixed error handling in mysqli_multi_query
authorGeorg Richter <georg@php.net>
Mon, 1 Nov 2004 07:59:05 +0000 (07:59 +0000)
committerGeorg Richter <georg@php.net>
Mon, 1 Nov 2004 07:59:05 +0000 (07:59 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4ff43af0edcdeabd3e2546856c69d06e4c5cb472..13934e17e8909b39c021838f0c2186a606208b69 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5.0.3
+- Fixed error handling in mysqli_multi_query. (Georg)
 - Fixed a problem with SPL iterators aggregating the innner iterator. (Marcus)
 - Extended the functionality of is_subclass_of() to accept either a class name
   or an object as first parameter. (Andrey)