]> granicus.if.org Git - php/commitdiff
BFN
authorfoobar <sniper@php.net>
Thu, 3 Nov 2005 20:30:59 +0000 (20:30 +0000)
committerfoobar <sniper@php.net>
Thu, 3 Nov 2005 20:30:59 +0000 (20:30 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 356583607078a3bcaed82442dbf382b9736a0edd..5e6c9e06610c7521994467cb14703b3db6929129 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,15 +2,16 @@ PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2006, Version 4.4.2
 - Backport missing imap_mailcompose fixes from 5.X. (Ilia)
-- Missing safe_mode/open_basedir check in cURL extension. (Ilia)
+- Added missing safe_mode/open_basedir checks in cURL extension. (Ilia)
+- Fixed bug #35071 (Wrong fopen mode used in GD safe-mode checks). (Jani)
 - Fixed bug #35067, #35063 (key(),current() need to work by reference). (Ilia)
 - Fixed bug #35059 (Apache2 crash with mod_rewrite). (Ilia)
-- Fixed bug #34996 (ImageTrueColorToPalette() crashes when ncolors is 
-  zero). (Tony)
+- Fixed bug #34996 (ImageTrueColorToPalette() crashes when ncolors is zero).
+  (Tony)
 - Fixed bug #34851 (SO_RECVTIMEO and SO_SNDTIMEO socket options expect integer
   parameter on Windows). (Mike)
-- Fixed bug #33760 (cURL needs to implement CRYPTO_callback functions to prevent
-  locking). (Mike)
+- Fixed bug #33760 (cURL needs CRYPTO_callback functions to prevent locking).
+  (Mike)
 
 31 Oct 2005, Version 4.4.1
 - Added missing safe_mode checks for image* functions and cURL. (Ilia)