From: jim winstead Date: Sat, 23 Mar 2002 18:37:43 +0000 (+0000) Subject: rewrite history a bit. there is no is_enum(), it was com_isenum(). X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1082 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c06307e8bbde6a64dfe2c6e2ad318405f5b93324;p=php rewrite history a bit. there is no is_enum(), it was com_isenum(). --- diff --git a/NEWS b/NEWS index 8f9cd8288b..751afc14e4 100644 --- a/NEWS +++ b/NEWS @@ -302,7 +302,7 @@ PHP 4 NEWS - Fixed a crash in dbase_replace_record. (Patch by robin.marlow@dps-int.com) - 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 + Added an com_isenum() function to check if a component implements an enumeration. (Alan, Harald) - Fixed a bug in dbase_get_record() and dbase_get_record_with_names(). boolean fields are now returned correctly.