summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2003-07-22 01:39:52 +0000
committerSascha Schumann <sas@php.net>2003-07-22 01:39:52 +0000
commit2fe43e8af8249854b1b495e7887ea76f9e1adb48 (patch)
tree092d07a91f2b12ccaa043b8f6843eef41f8cff2b
parentf55e1330d589136900edf81cfd480efdde6df3d8 (diff)
downloadphp-git-2fe43e8af8249854b1b495e7887ea76f9e1adb48.tar.gz
fix typo, shorten line
-rw-r--r--NEWS3
1 files changed, 1 insertions, 2 deletions
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)