summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2da4d6d72f..bfe92aef0e 100644
--- a/NEWS
+++ b/NEWS
@@ -21,7 +21,7 @@ PHP 4 NEWS
- Fixed strstr(), strchr() and strrchr() to be binary safe. (Andrey)
- Added array_diff_assoc() and array_intersect_assoc(). (Andrey)
- Fixed bug #17825 (ob_start() chunk size option didn't work well). (Yasuo)
-- Fixed output buffer infinate loop when buffer_size became 0. (Marcus, Wez)
+- Fixed output buffer infinite loop when buffer_size became 0. (Marcus, Wez)
- Fixed output buffering implicit flush. (Yasuo)
- Added getopt() for parsing command line options and arguments. (Jon)
- Added pg_fetch_assoc(), pg_fetch_all(), pg_ping(), pg_meta_data(), pg_convert(),