1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 18:43:37 +02:00
This commit is contained in:
Andrei Zmievski
2001-05-22 20:13:52 +00:00
parent 177934732b
commit b31fbdc7b3

6
NEWS
View File

@@ -3,10 +3,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.
(Derick)
- 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.
(Derick)
- Improved IRIX compatibility. (Sascha)