summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2007-06-11 20:19:53 +0000
committerfoobar <sniper@php.net>2007-06-11 20:19:53 +0000
commitd7ddbd5ccf848ad5951af038aa5b2cdd3e0d2d8e (patch)
tree43ec1e1af5e8c652659c86cef15fe9ebd595b60b
parent1432e64a6512b1f987d568d3758f4ca2cce2d112 (diff)
downloadphp-git-d7ddbd5ccf848ad5951af038aa5b2cdd3e0d2d8e.tar.gz
Human readable..
-rw-r--r--NEWS11
1 files changed, 6 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 7a046c8b1d..b13bc50efb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,17 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2007, Version 4.4.8
-- Improved fix for MOPB-02-2007 (Ilia)
-- Fixed an interger overflow inside chunk_split(), identified by Gerhard
- Wagner (Ilia)
-- Fixed integer overlow in str[c]spn() (Stas)
-- Fixed UMR in money_format() (Stas, Ilia)
+- Improved fix for MOPB-02-2007. (Ilia)
+- Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner.
+ (Ilia)
+- Fixed integer overlow in str[c]spn(). (Stas)
+- Fixed money_format() not to accept multiple %i or %n tokens. (Stas, Ilia)
- Addded "max_input_nesting_level" php.ini option to limit nesting level of
input variables. Fix for MOPB-03-2007. (Stas)
- Fixed bug #41630 (segfault when an invalid color index is present in
the image data). (Reported by Elliot <wccoder@gmail dot com>) (Pierre)
- Fixed bug #38798 (OpenSSL init corrected in php5 but not in php4). (Tony)
+
04 May 2007, Version 4.4.7
- Fixed libgd #86 (Fixed possible infinite loop in imagecreatefrompng)
(Reported by Xavier Roche) (Pierre)