From: Ilia Alshanetsky Date: Tue, 22 Jul 2003 01:35:02 +0000 (+0000) Subject: BFN + proper credit for session bug fix. X-Git-Tag: php-4.3.3RC2~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f55e1330d589136900edf81cfd480efdde6df3d8;p=php BFN + proper credit for session bug fix. --- diff --git a/NEWS b/NEWS index cdd0fa37f7..7cd2f25b32 100644 --- a/NEWS +++ b/NEWS @@ -10,9 +10,11 @@ PHP 4 NEWS byte in multipart/form-data. (Rui) - Fixed possible crash in imagerotate() when an invalid color index is used for background color. (Pierre-Alain Joye) +- 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). - (Ilia) + (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)