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_api.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_api.c')
-rw-r--r-- | ext/mysqli/mysqli_api.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c index b24787caef..43b60848ca 100644 --- a/ext/mysqli/mysqli_api.c +++ b/ext/mysqli/mysqli_api.c @@ -31,7 +31,6 @@ #include "php_globals.h" #include "ext/standard/info.h" #include "php_mysqli_structs.h" -#include "ext/mysqlnd/mysqlnd_portability.h" /* {{{ proto mixed mysqli_affected_rows(object link) Get number of affected rows in previous MySQL operation */ |