From: Xinchen Hui Date: Sun, 16 Jun 2013 14:56:47 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-5.5.0~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3e4ec3f5569bcca5ed6ee784889e6b908c77374;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 757e9185f6..b3117ad39d 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,10 @@ PHP NEWS . Fixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC). (Laruence) . Fixed bug #64934 (Apache2 TS crash with get_browser()). (Anatol) +- PDO: + . Fixed bug #63176 (Segmentation fault when instantiate 2 persistent PDO to + the same db server). (Laruence) + - SPL: . Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits systems). (Laruence)