]> granicus.if.org Git - php/commitdiff
Added when experimental functions are added.
authorYasuo Ohgaki <yohgaki@php.net>
Thu, 20 Dec 2001 02:31:44 +0000 (02:31 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Thu, 20 Dec 2001 02:31:44 +0000 (02:31 +0000)
ext/pgsql/README

index 2ed5404e89685bc2325cb0b03e29a15d87687c75..180cc14e02ff8d83e0e98e6a4fc85e2df1ddd56e 100644 (file)
@@ -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