summaryrefslogtreecommitdiff
path: root/ext/dbx/dbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dbx/dbx.c')
-rw-r--r--ext/dbx/dbx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dbx/dbx.c b/ext/dbx/dbx.c
index 8555ba47ec..0b0d4d83d9 100644
--- a/ext/dbx/dbx.c
+++ b/ext/dbx/dbx.c
@@ -310,7 +310,7 @@ ZEND_FUNCTION(dbx_connect)
}
/* }}} */
-/* {{{ proto bool dbx_close(dbx_link_object dbx_link)
+/* {{{ proto int dbx_close(dbx_link_object dbx_link)
Returns success or failure
*/
ZEND_FUNCTION(dbx_close)
@@ -515,7 +515,7 @@ ZEND_FUNCTION(dbx_query)
}
/* }}} */
-/* {{{ proto void dbx_error(dbx_link_object dbx_link)
+/* {{{ proto string dbx_error(dbx_link_object dbx_link)
Returns success or failure
*/
ZEND_FUNCTION(dbx_error)