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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user