diff options
author | foobar <sniper@php.net> | 2005-12-06 01:40:06 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-12-06 01:40:06 +0000 |
commit | 06b36f7cea4be182f426f6c240e3adfb2e973f46 (patch) | |
tree | e82f81e90fe8f7c2d89ba0586ed21432d850d0f7 /ext/mysqli/mysqli_warning.c | |
parent | 253392f64ffdcbf07f11cbdc822bf316773232e4 (diff) | |
download | php-git-06b36f7cea4be182f426f6c240e3adfb2e973f46.tar.gz |
MFH: nuke php3 legacy
Diffstat (limited to 'ext/mysqli/mysqli_warning.c')
-rw-r--r-- | ext/mysqli/mysqli_warning.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/mysqli_warning.c b/ext/mysqli/mysqli_warning.c index 19aa8eec8a..e9ae8fb263 100644 --- a/ext/mysqli/mysqli_warning.c +++ b/ext/mysqli/mysqli_warning.c @@ -211,7 +211,7 @@ PHP_METHOD(mysqli_warning, __construct) } /* }}} */ -function_entry mysqli_warning_methods[] = { +zend_function_entry mysqli_warning_methods[] = { PHP_ME(mysqli_warning, __construct, NULL, ZEND_ACC_PROTECTED) PHP_ME(mysqli_warning, next, NULL, ZEND_ACC_PUBLIC) {NULL, NULL, NULL} |