From 80c568bb30d54138912a55fc99bcec775312a442 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Fri, 13 Jun 2003 14:47:11 +0000 Subject: [PATCH] Bug fixing news. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 886172e82a430..63b821cc6622c 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,7 @@ PHP 4 NEWS (Adam Dickmeiss) - Fixed a bug in bundled libmysql (mysql bug #564). (Georg) - Fixed ext/exif to honor "magic_quotes_runtime" php.ini option. (Marcus) +- Fixed bug #24161 (No timeout value for imap functions). (Ilia) - Fixed bug #24155 (gdImageRotate270 incorrectly use x parameter for y axis). (tom@gksystems.com, Ilia) - Fixed bug #24060 (ncurses_del_panel() causes segfault). (Georg) @@ -45,6 +46,8 @@ PHP 4 NEWS - Fixed bug #23733 (Coredump on startup with Oracle 9+). (Edin) - Fixed bug #23285 (Potential Stack overflow in zendlex). (Wez) - Fixed bug #23038, #23574 (aggregate() related leaks and crashes). (Andrei) +- Fixed bug #22505 (Allow imap_sort() and imap_search() to specify a charset). + (Ilia) 29 May 2003, Version 4.3.2 - Syncronized bundled GD library with GD 2.0.12. (Ilia)