summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
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)