summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_exception.c
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-04-19 18:34:37 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-04-19 21:56:47 +0200
commit928b25cd6e6a6c6f039b22e7ff55c1a67339256c (patch)
treeb85673abd1d82ff5dc6d8d0e6673e545ff8fb0d4 /ext/mysqli/mysqli_exception.c
parent4e1219ac88a2a4e0dd939c910889bfd88608e4ff (diff)
downloadphp-git-928b25cd6e6a6c6f039b22e7ff55c1a67339256c.tar.gz
Generate function entries from stubs for mysqli
Closes GH-5420
Diffstat (limited to 'ext/mysqli/mysqli_exception.c')
-rw-r--r--ext/mysqli/mysqli_exception.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/mysqli/mysqli_exception.c b/ext/mysqli/mysqli_exception.c
index f93479328c..d8a8d4dad1 100644
--- a/ext/mysqli/mysqli_exception.c
+++ b/ext/mysqli/mysqli_exception.c
@@ -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;