summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_exception.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-12-06 01:39:35 +0000
committerfoobar <sniper@php.net>2005-12-06 01:39:35 +0000
commitc0c7b984f0cdaf6b722cd0194e466d2771d3cd25 (patch)
treebad85fb43fa63c16529ae2b1f075497e51954b6b /ext/mysqli/mysqli_exception.c
parentacf2ab661a3a8e006315ee5771d32d3f54d2ba4a (diff)
downloadphp-git-c0c7b984f0cdaf6b722cd0194e466d2771d3cd25.tar.gz
nuke php3 legacy
Diffstat (limited to 'ext/mysqli/mysqli_exception.c')
-rw-r--r--ext/mysqli/mysqli_exception.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/mysqli_exception.c b/ext/mysqli/mysqli_exception.c
index a65fd97eb6..1ae42c9bfb 100644
--- a/ext/mysqli/mysqli_exception.c
+++ b/ext/mysqli/mysqli_exception.c
@@ -30,7 +30,7 @@
/* {{{ mysqli_exception_methods[]
*/
-function_entry mysqli_exception_methods[] = {
+zend_function_entry mysqli_exception_methods[] = {
{NULL, NULL, NULL}
};
/* }}} */