diff options
author | Jani Taskinen <jani@php.net> | 2008-07-14 10:32:45 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2008-07-14 10:32:45 +0000 |
commit | 430feb52a6a147a304e0d486e2717c7b2b7bc2b0 (patch) | |
tree | 785b0ca141723c07b600f0251dbe5822e372089f /ext/mysqlnd/config9.m4 | |
parent | 683a62834a7b6958f43f2cf12ec9353d3ff6fd9f (diff) | |
download | php-git-430feb52a6a147a304e0d486e2717c7b2b7bc2b0.tar.gz |
MFB
Diffstat (limited to 'ext/mysqlnd/config9.m4')
-rw-r--r-- | ext/mysqlnd/config9.m4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/mysqlnd/config9.m4 b/ext/mysqlnd/config9.m4 index de1d53d31b..08a38e8afb 100644 --- a/ext/mysqlnd/config9.m4 +++ b/ext/mysqlnd/config9.m4 @@ -4,8 +4,8 @@ dnl config.m4 for mysqlnd driver PHP_ARG_ENABLE(mysqlnd_threading, whether to enable threaded fetch in mysqlnd, -[ --enable-mysqlnd-threading mysqlnd: Enable threaded fetch], no, no) - +[ --enable-mysqlnd-threading + MYSQLND: Enable threaded fetch. Note: This forces ZTS on!], no, no) dnl If some extension uses mysqlnd it will get compiled in PHP core if test "$PHP_MYSQLND_ENABLED" = "yes"; then @@ -26,7 +26,6 @@ if test "$PHP_MYSQLND_ENABLED" = "yes"; then AC_DEFINE([MYSQLND_THREADED], 1, [Whether mysqlnd threading is enabled]) fi - dnl This creates a file so it has to be after above macros PHP_CHECK_TYPES([int8 uint8 int16 uint16 int32 uint32 uchar ulong int8_t uint8_t int16_t uint16_t int32_t uint32_t int64_t uint64_t], [ $ext_builddir/php_mysqlnd_config.h |