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 | 43d90d8d1677ca5933f07babe378f05a0bcc4390 (patch) | |
tree | 4a77746f9b2c0d7a44691e8c4221eb2badf1c93f /ext/mysqli/mysqli.c | |
parent | c42541a25313107991a3ff5f6e5db63f61050283 (diff) | |
download | php-git-43d90d8d1677ca5933f07babe378f05a0bcc4390.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 d3e855dde7..cf02be36ff 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); |