From: Georg Richter Date: Mon, 1 Nov 2004 07:59:05 +0000 (+0000) Subject: fixed error handling in mysqli_multi_query X-Git-Tag: php-5.0.3RC1~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd0e9cc04444b3378eeb131e4e5dd416254a87bb;p=php fixed error handling in mysqli_multi_query --- diff --git a/NEWS b/NEWS index 4ff43af0ed..13934e17e8 100644 --- 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)