]> granicus.if.org Git - php/commitdiff
MFH: - Compile fix for systems without int32_t typedef
authorfoobar <sniper@php.net>
Thu, 17 Feb 2005 04:45:21 +0000 (04:45 +0000)
committerfoobar <sniper@php.net>
Thu, 17 Feb 2005 04:45:21 +0000 (04:45 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 172690b5d797558f255941b1dcfb85881d4ab279..c76dede09b5a3e88e45543eb9319fa32673ee89e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ PHP 4                                                                      NEWS
 ?? ??? ????, Version 4.3.11
 - Added Oracle Instant Client support. (cjbj at hotmail dot com, Tony)
 - Changed phpize not to require libtool. (Jani)
-- Fixed several egregious leaks in ext/browscap and sapi/embed. (Andrei)
+- Fixed several leaks in ext/browscap and sapi/embed. (Andrei)
 - Fixed several leaks in ext/filepro. (Tony)
 - Fixed build system to always use bundled libtool files. (Jani)  
 - Fixed MacOSX shared extensions crashing on Apache startup. (Rasmus)
@@ -44,7 +44,8 @@ PHP 4                                                                      NEWS
   (Ilia)
 - Fixed bug #31120 (mssql_query returns false on successfull inserts and 
   stored procedures). (Frank)
-- Fixed bugs #31107, #31110, #31111 (Compile failure of zend_strtod.c). (Jani)
+- Fixed bugs #31107, #31110, #31111, #31249 (Compile failure of zend_strtod.c). 
+  (Jani)
 - Fixed bug #31106 (Fixed crash in overloaded objects). (Stas)
 - Fixed bug #31103 (Better error message when c-client cannot be found). (Ilia)
 - Fixed bug #31101 (missing kerberos header file path with --with-openssl). (Jani)