]> granicus.if.org Git - php/commitdiff
.
authorSascha Schumann <sas@php.net>
Wed, 17 May 2000 16:10:48 +0000 (16:10 +0000)
committerSascha Schumann <sas@php.net>
Wed, 17 May 2000 16:10:48 +0000 (16:10 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 881863fa263afea5779d5da52993486407e2a473..0b4e590122c79dde090a7867d632e8c9371e6531 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,12 +2,13 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 2000, Version 4.0.0 Release
+- Fixed two 64-bit issues (startup crash, gethostbyaddr). (Sascha)
 - NULL values are now preserved in the return value of mysql_fetch_array()
-- and mysql_fetch_object(). (Andrei)
-- InterBase module finally ported from PHP3 to PHP4. Full support for
+  and mysql_fetch_object(). (Andrei)
+- Ported InterBase module finally from PHP 3 to PHP 4. Full support for
   InterBase 6. (Jouni)
-- Add swf_definepoly for drawing polygons to the SWF functions. (Sterling)
-- Port imagegammacorrect from PHP3 to PHP4. (Sterling)
+- Added swf_definepoly for drawing polygons to the SWF functions. (Sterling)
+- Ported imagegammacorrect from PHP3 to PHP4. (Sterling)
 - Added array_rand() function. (Andrei)
 
 8 May 2000, Version 4.0 Release Candidate 2