Generate function entries from stubs for mysqli

Closes GH-5420
This commit is contained in:
Máté Kocsis 2020-04-19 18:34:37 +02:00
parent 4e1219ac88
commit 928b25cd6e
No known key found for this signature in database
GPG key ID: FD055E41728BF310
12 changed files with 827 additions and 654 deletions

View file

@ -27,13 +27,6 @@
#include "mysqli_priv.h"
#include "zend_exceptions.h"
/* {{{ mysqli_exception_methods[]
*/
const zend_function_entry mysqli_exception_methods[] = {
PHP_FE_END
};
/* }}} */
void php_mysqli_throw_sql_exception(char *sqlstate, int errorno, char *format, ...)
{
zval sql_ex;