From: Antony Dovgal Date: Thu, 30 Sep 2004 15:02:06 +0000 (+0000) Subject: BFN X-Git-Tag: php-4.3.10RC1~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e8ce192df5c083388d9bc50b52b79306d392c31;p=php BFN --- diff --git a/NEWS b/NEWS index fa8964448b..4d8f3595ed 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP 4 NEWS ?? ??? 2004, Version 4.3.10 - Backported Marcus' foreach() speedup patch from PHP 5.x. (Derick) - Fixed potential problems with unserializing invalid serialize data. (Marcus) +- Fixed bug #30282 (segfault when using unknown/unsupported session.save_handler + and/or session.serialize_handler). (Tony) - Fixed bug #30276 (Possible crash in ctype_digit on large numbers). (Ilia) - Fixed bug #30224 (Sybase date strings are sometimes not null terminated). (Ilia)