rewrite history a bit. there is no is_enum(), it was com_isenum().

This commit is contained in:
jim winstead 2002-03-23 18:37:43 +00:00
parent b217ed9711
commit c06307e8bb

2
NEWS
View File

@ -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.