From 430feb52a6a147a304e0d486e2717c7b2b7bc2b0 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Mon, 14 Jul 2008 10:32:45 +0000 Subject: [PATCH] MFB --- ext/mysqlnd/config9.m4 | 5 ++--- 1 file 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 -- 2.40.0