summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-12-16 09:56:01 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-12-16 09:56:01 +0000
commitafba31f4405b1644277277ec6715d70a17a97e6b (patch)
treeea024f450191fa59e98161c944d16c635effbdd9 /ext/pgsql/pgsql.c
parenta74e56fe05f172c73e1e3e6634943c0c69d750e6 (diff)
downloadphp-git-afba31f4405b1644277277ec6715d70a17a97e6b.tar.gz
proto fixes
Diffstat (limited to 'ext/pgsql/pgsql.c')
-rw-r--r--ext/pgsql/pgsql.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c
index 3a57b4e1f6..31ada9165e 100644
--- a/ext/pgsql/pgsql.c
+++ b/ext/pgsql/pgsql.c
@@ -2131,7 +2131,7 @@ void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS, int entry_type)
}
/* }}} */
-/* {{{ proto bool pg_async_request_cancel([resource connection])
+/* {{{ proto bool pg_request_cancel([resource connection])
Cancel request */
PHP_FUNCTION(pg_request_cancel)
{
@@ -2139,7 +2139,7 @@ PHP_FUNCTION(pg_request_cancel)
}
/* }}} */
-/* {{{ proto query bool pg_isbusy([resource connection])
+/* {{{ proto bool pg_is_busy([resource connection])
Get connection is busy or not */
PHP_FUNCTION(pg_is_busy)
{
@@ -2147,7 +2147,7 @@ PHP_FUNCTION(pg_is_busy)
}
/* }}} */
-/* {{{ proto bool pg_async_exec([resource connection], string qeury)
+/* {{{ proto bool pg_send_query([resource connection], string qeury)
Send asynchronous query */
PHP_FUNCTION(pg_send_query)
{
@@ -2203,7 +2203,7 @@ PHP_FUNCTION(pg_send_query)
/* }}} */
-/* {{{ proto query resouce pg_arync_result([resource connection])
+/* {{{ proto query resouce pg_get_result([resource connection])
Get asynchronous query result */
PHP_FUNCTION(pg_get_result)
{