Browse Source

proto fixes

experimental/ZendEngine2
Hartmut Holzgraefe 25 years ago
parent
commit
836e8af6ff
  1. 4
      ext/odbc/velocis.c

4
ext/odbc/velocis.c

@ -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)
{

Loading…
Cancel
Save