diff options
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |