From: Michael Wallner Date: Thu, 26 Jan 2006 13:26:51 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.1.3RC1~204 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9eda552c75c744c42c3603eb5637e4bb32e01136;p=php BFN --- diff --git a/NEWS b/NEWS index dd018a7505..a4b84274c4 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,7 @@ PHP NEWS - Added ReflectionClass::newInstanceArgs($args). (Marcus) - Fixed imagecolorallocate() and imagecolorallocatelapha() to return FALSE on error. (Pierre) +- Fixed bug #36152 (problems with curl+ssl and pgsql+ssl in same PHP). (Mike) - Fixed bug #36134 (DirectoryIterator constructor failed to detect empty directory names). (Ilia) - Fixed bug #36113 (Reading records of unsupported type causes segfault).