From: Ilia Alshanetsky Date: Mon, 28 Oct 2002 01:17:32 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-4.3.0RC1~501 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=beed359434f11469f50c4024f60f63250363a630;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index 29375750c4..78e6231a79 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,9 @@ PHP 4 NEWS . ext/icap . sapi/fhttpd - Moved ext/vpopmail to PECL. (James) +- Fixed bug #20110 (added sanity check to prevent include/require functions + from trying to include directories). (Ilia) +- Fixed bug #20108 (segmentation fault on printf("%1.1s", "string")). (Ilia) - Added dba_handlers() that returns an array of installed handlers. (Marcus) - Added Oracle (oci8) support to dbx module. (Marc) - Updated FDF extension to work with Adode fdftk 5.0. (Hartmut)