]> granicus.if.org Git - php/commitdiff
BFN
authorMichael Wallner <mike@php.net>
Thu, 26 Jan 2006 13:26:51 +0000 (13:26 +0000)
committerMichael Wallner <mike@php.net>
Thu, 26 Jan 2006 13:26:51 +0000 (13:26 +0000)
NEWS

diff --git a/NEWS b/NEWS
index dd018a7505f0506a437beb526102e754c5bf654f..a4b84274c461279d353036cb90415dfc899bcc85 100644 (file)
--- 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).