Lines Matching refs:mysqlnd
3 dnl config.m4 for mysqlnd driver
5 PHP_ARG_ENABLE(mysqlnd, whether to enable mysqlnd,
6 [ --enable-mysqlnd Enable mysqlnd explicitly, will be done implicitly
9 …_ARG_ENABLE(mysqlnd_compression_support, whether to disable compressed protocol support in mysqlnd,
10 [ --disable-mysqlnd-compression-support
11 Disable support for the MySQL compressed protocol in mysqlnd], yes, no)
15 [ --with-zlib-dir[=DIR] mysqlnd: Set the path to libz install prefix], no, no)
18 dnl If some extension uses mysqlnd it will get compiled in PHP core
21 …mysqlnd_base_sources="mysqlnd.c mysqlnd_alloc.c mysqlnd_bt.c mysqlnd_charset.c mysqlnd_wireprotoco…
34 PHP_NEW_EXTENSION(mysqlnd, $mysqlnd_sources, $ext_shared)
35 PHP_ADD_BUILD_DIR([ext/mysqlnd], 1)
36 PHP_INSTALL_HEADERS([ext/mysqlnd/])
40 PHP_ADD_BUILD_DIR([ext/mysqlnd], 1)
44 ext/mysqlnd/php_mysqlnd_config.h