1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00

no message

This commit is contained in:
Harald Radi
2001-08-15 17:39:08 +00:00
parent 04c3f8403f
commit db33d810f3

3
NEWS
View File

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