]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Tue, 22 May 2001 01:09:17 +0000 (01:09 +0000)
committer <changelog@php.net> <>
Tue, 22 May 2001 01:09:17 +0000 (01:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 2edf9a2fe384219f20b59a58aa53f66bef88a63a..a883dea884447b0d153046507288d0f12b062d02 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.0.7-dev
+- Added get_defined_constants() function to return an associative array of
+  constants mapped to their values. (Sean)
 - New mailparse extension for parsing and manipulating MIME mail (Wez)
 - Define HAVE_CONFIG_H when building standalone DSO extensions (Stig)
 - Added the 'u' modifier to printf/sprintf which prints unsigned longs.