summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_exception.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-12-06 01:40:06 +0000
committerfoobar <sniper@php.net>2005-12-06 01:40:06 +0000
commit06b36f7cea4be182f426f6c240e3adfb2e973f46 (patch)
treee82f81e90fe8f7c2d89ba0586ed21432d850d0f7 /ext/mysqli/mysqli_exception.c
parent253392f64ffdcbf07f11cbdc822bf316773232e4 (diff)
downloadphp-git-06b36f7cea4be182f426f6c240e3adfb2e973f46.tar.gz
MFH: 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}
};
/* }}} */