diff options
Diffstat (limited to 'ext/pgsql/README')
| -rw-r--r-- | ext/pgsql/README | 5 |
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 |
