From: Sascha Schumann Date: Tue, 22 Jul 2003 01:39:52 +0000 (+0000) Subject: fix typo, shorten line X-Git-Tag: php-4.3.3RC2~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fe43e8af8249854b1b495e7887ea76f9e1adb48;p=php fix typo, shorten line --- diff --git a/NEWS b/NEWS index 7cd2f25b32..9df535578b 100644 --- a/NEWS +++ b/NEWS @@ -13,8 +13,7 @@ PHP 4 NEWS - Fixed a bug that under certain circumstances could invalidate safe_mode. (Ilia) - Fixed bug #24640 (var_export and var_dump can't output large float). (Marcus) -- Fixed bug #24592 (Possible crash in session extnsion, with NULL values). - (Sascha) +- Fixed bug #24592 (NULL related crash in session extension). (Sascha) - Fixed bug #24573 (debug_backtrace() crashes if $this set to null). (Jani) - Fixed bug #24560 (parse_url() incorrectly handling certain file:// based schemas). (Ilia)