summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-10-05 16:25:55 +0000
committerWez Furlong <wez@php.net>2002-10-05 16:25:55 +0000
commit778615bd6c22ff260b2c5ddb13ba55b895746c5a (patch)
tree723953b4107b17620596166639075382e8e32bad
parentb83d7bbf8ab418494783d41fd989ba55f9c1de60 (diff)
downloadphp-git-778615bd6c22ff260b2c5ddb13ba55b895746c5a.tar.gz
sp
-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(),