From: Felipe Pena Date: Mon, 24 Jun 2013 17:50:14 +0000 (-0300) Subject: - BFN X-Git-Tag: php-5.4.18RC1~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d43a2f0ffb669971d8c549554e9e85cbcdd90f20;p=php - BFN --- diff --git a/NEWS b/NEWS index 2dbe468d4d..e441cd3c41 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,10 @@ PHP NEWS - Intl: . Fixed bug #62759: Buggy grapheme_substr() on edge case. (Stas) + +- ODBC: + . Fixed bug #61387 (NULL valued anonymous column causes segfault in + odbc_fetch_array). (Brandon Kirsch) - Sockets: . Implemented FR #63472 (Setting SO_BINDTODEVICE with socket_set_option).