1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

Implicit flush fix

This commit is contained in:
Yasuo Ohgaki
2002-10-01 02:54:30 +00:00
parent 47ca8127bb
commit 2ecf6161b8
+1
View File
@@ -4,6 +4,7 @@ PHP 4 NEWS
- ATTENTION!! "make install" will *always* install the CLI SAPI binary in
{PREFIX}/bin/php. If you enable the CGI binary to be built, it will be
installed as {PREFIX}/bin/php-cgi.
- Fixed output buffering implicit flush. (Yasuo)
- Added getopt() for parsing command line options and arguments. (Jon)
- Added pg_fetch_assoc(), pg_fetch_all(), pg_metadata(), pg_convert(),
pg_insert(), pg_select(), pg_update() and pg_delete(). (Yasuo)