1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00

proto fixes

This commit is contained in:
Hartmut Holzgraefe
2001-12-07 10:17:20 +00:00
parent 7c8dc40fe3
commit 836e8af6ff

View File

@@ -278,7 +278,7 @@ PHP_FUNCTION(velocis_close)
}
/* }}} */
/* {{{ proto int velocis(int index, string exec_str)
/* {{{ proto int velocis_exec(int index, string exec_str)
*/
PHP_FUNCTION(velocis_exec)
{
@@ -537,7 +537,7 @@ PHP_FUNCTION(velocis_freeresult)
}
/* }}} */
/* {{{ proto bool velocis_on_autocommit(int index)
/* {{{ proto bool velocis_autocommit(int index)
*/
PHP_FUNCTION(velocis_autocommit)
{