summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0b3bac1764..83eb76a466 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,9 @@ PHP 4.0 NEWS
?? ?? 1999, Version 4.0 Beta 3
- - Added session.cookie_path and session.cookie_domain (Sascha)
-Continue processing PHP_INI_SYSTEM knownDirectives after extension=
+- Added session.cookie_path and session.cookie_domain (Sascha)
+- Continue processing PHP_INI_SYSTEM knownDirectives after extension=
+ (Sam Ruby)
- Enable IBM DB2 support - Tested against DB2 6.1 UDB on Linux (Rasmus)
- Added new str_repeat() function. (Andrei)
- Output-Buffering system is now Thread-Safe. (Thies)