From d9149f023d94a6eff46360f5080d61244e7a03a8 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Thu, 20 Dec 2001 02:31:44 +0000 Subject: [PATCH] Added when experimental functions are added. --- ext/pgsql/README | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.40.0