From: Ilia Alshanetsky Date: Tue, 28 Jan 2003 16:36:50 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-4.3.2RC1~387 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63610854d5be3170d3f50ceb395c9a617efafb26;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index a56bd393b2..8c4e874350 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ PHP 4 NEWS . Disallow linkage of Berkeley db submodules against libraries with different major version. . Disallow configuring of more than one Berkeley db handler. +- Fixed bug #17868 (more then the directive used to include + a PHP file would result in a crash). (Ilia) - Fixed bug #21597 (made glob() understand Windows paths). (Edin) - Fixed bug #20857 (snmpset() failed always, patch by: rs@epost.de). (Jani) - Fixed bug #14532 (fixed connection_status() to return 2 for timeouts). (Jani)