From: Michael Wallner Date: Fri, 9 Jun 2006 15:17:39 +0000 (+0000) Subject: BFN: - Fixed bug #37720 (merge_php_config scrambles values). (Mike, X-Git-Tag: php-5.2.0RC1~337 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96724797c832d8c6580c89d581544d89f5e94522;p=php BFN: - Fixed bug #37720 (merge_php_config scrambles values). (Mike, pumuckel at metropolis dot de) --- diff --git a/NEWS b/NEWS index f3631a0322..fb009debd8 100644 --- a/NEWS +++ b/NEWS @@ -50,6 +50,8 @@ PHP NEWS - Fixed memory leaks in openssl streams context options (Pierre) - Fixed handling of extremely long paths inside tempnam() function. (Ilia) - Fixed bug #37747 (strtotime segfaults when given "nextyear"). (Derick) +- Fixed bug #37720 (merge_php_config scrambles values). (Mike, + pumuckel at metropolis dot de) - Fixed bug #37709 (Possible crash in PDO::errorCode()). (Ilia) - Fixed bug #37707 (clone without assigning leaks memory). (Ilia, Nuno, Dmitri) - Fixed bug #37705 (Semaphore constants not available). (Ilia)