diff options
author | Jani Taskinen <jani@php.net> | 2007-07-25 23:47:33 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2007-07-25 23:47:33 +0000 |
commit | f3c2a33f4232b60b67e584ad94aeea3c3f8f7cf4 (patch) | |
tree | 4bef837b820227aafd16043ef700601588d9ac23 /ext/mysqli/php_mysqli.h | |
parent | e0849ab010c287912986698230cb02ef74bddfb8 (diff) | |
download | php-git-f3c2a33f4232b60b67e584ad94aeea3c3f8f7cf4.tar.gz |
- Moved mysqnd to it's own directory: It is sort of an extension itself.
(Similar to what ext/libxml is..)
Diffstat (limited to 'ext/mysqli/php_mysqli.h')
-rw-r--r-- | ext/mysqli/php_mysqli.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/mysqli/php_mysqli.h b/ext/mysqli/php_mysqli.h index 334792e835..0a732c7333 100644 --- a/ext/mysqli/php_mysqli.h +++ b/ext/mysqli/php_mysqli.h @@ -144,14 +144,11 @@ ZEND_FUNCTION(mysqli_result_construct); ZEND_FUNCTION(mysqli_driver_construct); ZEND_METHOD(mysqli_warning,__construct); - #define phpext_mysqli_ptr &mysqli_module_entry extern zend_module_entry mysqli_module_entry; #endif /* PHP_MYSQLI.H */ -#include "ext/mysqli/mysqlnd/php_mysqlnd.h" - /* * Local variables: * tab-width: 4 |