]> granicus.if.org Git - php/commitdiff
proto fixes
authorHartmut Holzgraefe <hholzgra@php.net>
Sun, 16 Dec 2001 09:56:01 +0000 (09:56 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Sun, 16 Dec 2001 09:56:01 +0000 (09:56 +0000)
ext/pgsql/pgsql.c

index 3a57b4e1f6b48611b6c73b2c0e3c5b728373de5e..31ada9165ed33420fb4617632c5e1ea89c197440 100644 (file)
@@ -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)
 {