From: Andrey Hristov Date: Wed, 23 Jul 2008 14:10:04 +0000 (+0000) Subject: NEWS!: X-Git-Tag: php-5.3.0alpha1~184 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f677316c7e3fc6768dc3d8ef68d66b5404e25ba;p=php NEWS!: --- diff --git a/NEWS b/NEWS index d064998452..9c7832428a 100644 --- a/NEWS +++ b/NEWS @@ -221,13 +221,14 @@ PHP NEWS - Fixed bug #44769 (declaring private magic methods should throw error). (Felipe) - Fixed bug #44913 (Segfault when using return in combination with nested loops and continue 2). (Dmitry) -- Fixed bug #44899 (__isset usage changes behavior of empty()) (Etienne) -- Fixed bug #44849 (imagecolorclosesthwb() is not available on Windows) (Kalle) +- Fixed bug #44899 (__isset usage changes behavior of empty()). (Etienne) +- Fixed bug #44897 (failed to prepare statement). (Andrey) +- Fixed bug #44849 (imagecolorclosesthwb() is not available on Windows). (Kalle) - Fixed bug #44805 (rename() function is not portable to Windows). (Pierre) - Fixed bug #44742 (timezone_offset_get() causes segmentation faults). (Derick) - Fixed bug #44648 (Attribute names not checked for wellformedness). (Rob) - Fixed bug #44414 (Incomplete reporting about abstract methods). (Dmitry) -- Fixed bug #44390 (mysqli_bind_param/bind_result and Object member variables) +- Fixed bug #44390 (mysqli_bind_param/bind_result and Object member variables). (Andrey) - Fixed bug #44352 (mysqli_connect_error() false negative for host errors). (Andrey)