This commit is contained in:
Wez Furlong 2002-10-05 16:25:55 +00:00
parent b83d7bbf8a
commit 778615bd6c

2
NEWS
View File

@ -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(),