yohgaki Wed Oct 2 22:41:20 2002 EDT
Modified files:
/php4 NEWS
Log:
Rename pg_data_seek() to pg_result_seek().
Give a correct credit for Marcus and Wez.
Index: php4/NEWS
diff -u php4/NEWS:1.1173 php4/NEWS:1.1174
--- php4/NEWS:1.1173 Wed Oct 2 18:34:40 2002
+++ php4/NEWS Wed Oct 2 22:41:19 2002
@@ -11,10 +11,11 @@
. Renamed getallheaders() to apache_request_headers() and made an alias for BC.
. Added php_apache_sapi_getenv() and php_apache_sapi_get_stat().
- Fixed bug #17825 (ob_start() chunk size option didn't work well). (Yasuo)
-- Fixed output buffering implicit flush. (Yasuo, Marcus)
+- Fixed output buffer infinate 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(),
- pg_insert(), pg_select(), pg_update(), pg_delete(), pg_data_seek() and
+ pg_insert(), pg_select(), pg_update(), pg_delete(), pg_result_seek() and
pg_unescape_bytea(). (Yasuo)
- Fixed bug #17281 (Sanity checks for encoding sessions). (Ilia)
- Fixed bug #16995 and #19392 (Prevent crash if $HTTP_SESSION_VARS != ARRAY).
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php