]> granicus.if.org Git - php/commitdiff
BFN + proper credit for session bug fix.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 22 Jul 2003 01:35:02 +0000 (01:35 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 22 Jul 2003 01:35:02 +0000 (01:35 +0000)
NEWS

diff --git a/NEWS b/NEWS
index cdd0fa37f71e75a2b043d83d69db1e34847ea242..7cd2f25b32347a54bac93365852684b8c829d514 100644 (file)
--- 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)