From 06b36f7cea4be182f426f6c240e3adfb2e973f46 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 6 Dec 2005 01:40:06 +0000 Subject: MFH: nuke php3 legacy --- ext/mysqli/mysqli_exception.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysqli/mysqli_exception.c') 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} }; /* }}} */ -- cgit v1.2.1