diff options
author | Marcus Boerger <helly@php.net> | 2006-03-05 17:31:44 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-03-05 17:31:44 +0000 |
commit | 20273c4fe977751f1cf96ca8fa500b9b0fe8846d (patch) | |
tree | 440c6e6d2067939f5cf59fc60bc165b7b7adee55 /ext/mysqli/php_mysqli.h | |
parent | d9b2a3372e7d7955d8ea1ef45ef09ce69ee00c32 (diff) | |
download | php-git-20273c4fe977751f1cf96ca8fa500b9b0fe8846d.tar.gz |
- Fix build
Diffstat (limited to 'ext/mysqli/php_mysqli.h')
-rw-r--r-- | ext/mysqli/php_mysqli.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/php_mysqli.h b/ext/mysqli/php_mysqli.h index eba63f928b..54bddadd52 100644 --- a/ext/mysqli/php_mysqli.h +++ b/ext/mysqli/php_mysqli.h @@ -411,7 +411,7 @@ PHP_FUNCTION(mysqli_warning_count); ZEND_FUNCTION(mysqli_stmt_construct); ZEND_FUNCTION(mysqli_result_construct); ZEND_FUNCTION(mysqli_driver_construct); -ZEND_METHOD(mysqli_warning,__construct); +PHP_METHOD(mysqli_warning, __construct); ZEND_BEGIN_MODULE_GLOBALS(mysqli) long default_link; |