summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2001-12-20 02:31:44 +0000
committerYasuo Ohgaki <yohgaki@php.net>2001-12-20 02:31:44 +0000
commitd9149f023d94a6eff46360f5080d61244e7a03a8 (patch)
tree02d687fe989eb23c722761097a1a07d5c2b207e8
parent5e6a0cf6c09683da596204cca2c066c2a6c6f503 (diff)
downloadphp-git-d9149f023d94a6eff46360f5080d61244e7a03a8.tar.gz
Added when experimental functions are added.
-rw-r--r--ext/pgsql/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/pgsql/README b/ext/pgsql/README
index 2ed5404e89..180cc14e02 100644
--- a/ext/pgsql/README
+++ b/ext/pgsql/README
@@ -80,6 +80,8 @@ Please refer to libpq manual or source for details.
These functions are *NOT* supposed to be documented, yet.
API may be changed.
+NOTE: These functions are added in PHP 4.2.0 unless they are mentioned.
+
-------------------------------------------------------------------
bool pg_send_query(resource connection, string query)
@@ -169,6 +171,9 @@ Returns the last notice set by the backend
Currently pg_last_notice() does not return notice message associated
with the connection.
+NOTE: Added in PHP 4.0.6, but there is bug in notice message handling
+in PHP 4.0.6. Do no use 4.0.6 with pgsql module!!
+
--------------------------------------------------------------------
Again, experimental functions are subject to be changed without