summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-12-26 16:18:44 +0000
committerfoobar <sniper@php.net>2005-12-26 16:18:44 +0000
commit74d36310627c346688373e655f9c21a9ff4e15df (patch)
treeef34165893eff9ec3ed6d6d4fdd9a92933317a63
parent64363f71f2e96de0e45717356ba83f68f3454212 (diff)
downloadphp-git-74d36310627c346688373e655f9c21a9ff4e15df.tar.gz
reorder
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 97794a143f..7833ae8349 100644
--- a/NEWS
+++ b/NEWS
@@ -4,16 +4,16 @@ PHP NEWS
- Added constants for libxslt and libexslt versions: LIBXSLT_VERSION,
LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION and LIBEXSLT_DOTTED_VERSION. (Pierre)
- Changed errors to warnings in imagecolormatch(). (Pierre)
+- Fixed segfault/leak in imagecolormatch(). (Pierre)
- Fixed small leak in mysqli_stmt_fetch() when bound variable was empty string.
(Andrey)
- Fixed bug #35781 (stream_filter_append() can cause segfault). (Tony)
- Fixed bug #35759 (mysqli_stmt_bind_result() makes huge allocation when
column empty). (Andrey)
-- Fixed bug #28899 (mb_substr() and substr() work differently when
- "mbstring.func_overload" is enabled). (Rui)
- Fixed bug #29955 (mb_strtoupper() / lower() broken with Turkish encoding).
(Rui)
-- Fixed segfault/leak in imagecolormatch(). (Pierre)
+- Fixed bug #28899 (mb_substr() and substr() behave differently when
+ "mbstring.func_overload" is enabled). (Rui)
22 Dec 2005, PHP 5.1.2RC1
- Updated libsqlite in ext/sqlite to 2.8.17. (Ilia)