summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-09-30 08:32:03 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-09-30 08:32:03 +0000
commit9049e7547cefee7e8e70c19c9da40c2b7c334f09 (patch)
tree45ff9d37328707652194028d83ebad97c625153d
parent6dbe013b9e02af256390cc76803d123c0578a210 (diff)
downloadphp-git-9049e7547cefee7e8e70c19c9da40c2b7c334f09.tar.gz
Consolidate some entries.
-rw-r--r--NEWS7
1 files changed, 2 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 0bfb18b9fb..c52feb388d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,8 @@ PHP 4 NEWS
- ATTENTION!! "make install" will *always* install the CLI SAPI binary in
{PREFIX}/bin/php. If you did enable the CGI binary to be build, it is
installed as {PREFIX}/bin/php-cgi.
-- Added pg_fetch_assoc() returns associative array from result resource.
- (Yasuo)
+- Added pg_fetch_assoc(), pg_fetch_all(), pg_metadate(), pg_convert(),
+ pg_insert(), pg_select(), pg_update() and pg_delete(). (Yasuo)
- Fixed bug #17281 (Sanity checks for encoding sessions). (Ilia)
- Fixed bug #16995 and #19392 (Prevent crash if $HTTP_SESSION_VARS != ARRAY).
(Ilia)
@@ -166,7 +166,6 @@ PHP 4 NEWS
representation instead of echoing it. (Derick)
- Added mysql_ping(), mysql_real_escape_string(), mysql_character_set_name(),
mysql_thread_id(), mysql_stat() and mysql_list_processes(). (Zak, Georg)
-- Added pg_fetch_all() which fetches all rows in a result. (Yasuo)
- Added safe_mode & open_basedir checks for pg_lo_export(). (Yasuo)
- Added open_basedir check for pg_lo_import(). (Yasuo)
- Fixed infinite recursion crash bug in ticks. (Jason)
@@ -273,8 +272,6 @@ PHP 4 NEWS
- Added version information to the .dll and .exe files created under Windows.
(jtate)
- Added __FUNCTION__ and __CLASS__ constants. (Jani, Zend Engine)
-- Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update()
- and pg_delete(). (Yasuo)
- Added optional 2nd parameter for pg_result_status() to specify return type.
(Yasuo)
- Added "log_errors_max_len" php.ini option which controls maximum length for