From: Date: Tue, 22 May 2001 01:09:17 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~291 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f0aac7729d7e0e6ab76ade64640826ea4b7756d;p=php NEWS update --- diff --git a/NEWS b/NEWS index 2edf9a2fe3..a883dea884 100644 --- 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.