diff options
author | Georg Richter <georg@php.net> | 2004-12-26 13:16:40 +0000 |
---|---|---|
committer | Georg Richter <georg@php.net> | 2004-12-26 13:16:40 +0000 |
commit | 683f6c879cef59992ee25eeddb36ef9d7c38b311 (patch) | |
tree | 52c999c2bd6bdfd0717c9e0466107b1f84d38bcf /ext/mysqli/php_mysqli.h | |
parent | b44785e958e7c74cd4047daa255e8a279835ac3d (diff) | |
download | php-git-683f6c879cef59992ee25eeddb36ef9d7c38b311.tar.gz |
added constructors for mysqli_stmt and mysqli_result classes
Diffstat (limited to 'ext/mysqli/php_mysqli.h')
-rw-r--r-- | ext/mysqli/php_mysqli.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/mysqli/php_mysqli.h b/ext/mysqli/php_mysqli.h index dfd4f6cd4c..e259bd6879 100644 --- a/ext/mysqli/php_mysqli.h +++ b/ext/mysqli/php_mysqli.h @@ -372,6 +372,9 @@ PHP_FUNCTION(mysqli_thread_safe); PHP_FUNCTION(mysqli_use_result); PHP_FUNCTION(mysqli_warning_count); +ZEND_FUNCTION(mysqli_stmt_construct); +ZEND_FUNCTION(mysqli_result_construct); + ZEND_BEGIN_MODULE_GLOBALS(mysqli) long default_link; long num_links; |