diff options
author | foobar <sniper@php.net> | 2005-12-06 01:39:35 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-12-06 01:39:35 +0000 |
commit | c0c7b984f0cdaf6b722cd0194e466d2771d3cd25 (patch) | |
tree | bad85fb43fa63c16529ae2b1f075497e51954b6b /ext/mysqli/mysqli_exception.c | |
parent | acf2ab661a3a8e006315ee5771d32d3f54d2ba4a (diff) | |
download | php-git-c0c7b984f0cdaf6b722cd0194e466d2771d3cd25.tar.gz |
nuke php3 legacy
Diffstat (limited to 'ext/mysqli/mysqli_exception.c')
-rw-r--r-- | ext/mysqli/mysqli_exception.c | 2 |
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} }; /* }}} */ |