From: Date: Fri, 9 Jun 2000 02:14:55 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf8545794b630fd5885619fe2694729785b59e68;p=php NEWS update --- diff --git a/NEWS b/NEWS index a25a7bccf2..ee48eaba5a 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.1 +- Fixed crash in OCIFetchStatement() when trying to read after + all data has already been read. (Thies) +- fopen_wrappers() are now extensible via modules - Make trim strip \0 to match php 3 (Rasmus) - Added function imagecreatefromxbm(). (Jouni) - Added function imagewbmp(). (Jouni, based on patch from Rune Nordbøe Skillingstad)