summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2001-08-15 17:39:08 +0000
committerHarald Radi <phanto@php.net>2001-08-15 17:39:08 +0000
commitdb33d810f3e88587bf3f5850f32602ea1df3d72d (patch)
tree86244613f614117a75973a35f5249faf45db59b0
parent04c3f8403fbe085403b285356ec164d219ac9404 (diff)
downloadphp-git-db33d810f3e88587bf3f5850f32602ea1df3d72d.tar.gz
no message
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 977a347ef5..65b1febcb0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.7-dev
+- Added support for single dimensional SafeArrays and Enumerations.
+ Added an is_enum() 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.
Patch by Lawrence E. Widman <widman@cardiothink.com> (Jani)