From: Zeev Suraski Date: Sat, 18 Aug 2001 17:00:01 +0000 (+0000) Subject: Update NEWS X-Git-Tag: PRE_SUBST_Z_MACROS~456 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d921a2a5ea7377d8df8645704fb7f6f9f47af6be;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 5b5c55a3fa..936ad823c0 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,10 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 200?, Version 4.0.7-dev -- Fix a crash in dbase_replace_record (Patch by robin.marlow@dps-int.com). +?? ??? 200?, Version 4.0.8-dev +- Fixed a crash in dbase_replace_record (Patch by robin.marlow@dps-int.com). + +?? ??? 200?, Version 4.0.7 +- Fixed a crash in msql_result() (Zeev) - Added support for single dimensional SafeArrays and Enumerations. Added an is_enum() function to check if a component implements an enumeration. (Alan, Harald)