diff options
author | Andrey Hristov <andrey@php.net> | 2010-01-14 09:47:57 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2010-01-14 09:47:57 +0000 |
commit | 36a037d236a9abbd05a3515c43a44a7de9c17405 (patch) | |
tree | ad6f39994fef95a00bf76b8a66bf5b518e9b4b6e /ext/mysqli/mysqli.c | |
parent | 6a8d4c3287b11a133d5c048ab6af4af0ccc75825 (diff) | |
download | php-git-36a037d236a9abbd05a3515c43a44a7de9c17405.tar.gz |
Fix build of mysqli when libmysql is used, mysqlnd_portability.h
might not be available for some weird reasons. Added the macros
that we need, in that case
Code by Jess Portnoy
Diffstat (limited to 'ext/mysqli/mysqli.c')
-rw-r--r-- | ext/mysqli/mysqli.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqli/mysqli.c b/ext/mysqli/mysqli.c index f5b7b96487..266329e32d 100644 --- a/ext/mysqli/mysqli.c +++ b/ext/mysqli/mysqli.c @@ -32,7 +32,6 @@ #include "ext/standard/php_string.h" #include "php_mysqli_structs.h" #include "zend_exceptions.h" -#include "ext/mysqlnd/mysqlnd_portability.h" ZEND_DECLARE_MODULE_GLOBALS(mysqli) static PHP_GINIT_FUNCTION(mysqli); |