summaryrefslogtreecommitdiff
path: root/ext/mysqli/config.w32
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2008-03-10 20:15:38 +0000
committerAndrey Hristov <andrey@php.net>2008-03-10 20:15:38 +0000
commit725b31fc6cce293405d8c7875f2fdc657f9daccc (patch)
tree639cfa727c33909c1aad49786ed31609808833a9 /ext/mysqli/config.w32
parent49add03404141a0af3683471f2aa967818ba350e (diff)
downloadphp-git-725b31fc6cce293405d8c7875f2fdc657f9daccc.tar.gz
Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with different
configurations one or the another extension to use libmysql or mysqlnd mixed in one binary
Diffstat (limited to 'ext/mysqli/config.w32')
-rw-r--r--ext/mysqli/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/config.w32 b/ext/mysqli/config.w32
index 4e269778e8..88f571e6e5 100644
--- a/ext/mysqli/config.w32
+++ b/ext/mysqli/config.w32
@@ -33,7 +33,7 @@ if (PHP_MYSQLI != "no") {
}
} else {
EXTENSION("mysqli", mysqli_source);
- AC_DEFINE('HAVE_MYSQLND', 1, 'MySQLi with native driver support enabled');
+ AC_DEFINE('MYSQLI_USE_MYSQLND', 1, 'MySQLi with native driver support enabled');
AC_DEFINE('HAVE_MYSQLILIB', 1, 'Have MySQLi library');
ADD_EXTENSION_DEP('mysqli', 'mysqlnd', true);
}