]> granicus.if.org Git - php/commitdiff
MFB
authorJani Taskinen <jani@php.net>
Mon, 14 Jul 2008 10:32:45 +0000 (10:32 +0000)
committerJani Taskinen <jani@php.net>
Mon, 14 Jul 2008 10:32:45 +0000 (10:32 +0000)
ext/mysqlnd/config9.m4

index de1d53d31b3a50526da3465f639c0d1104c70c2a..08a38e8afbf295c3de610ec045c4d8d105397bf7 100644 (file)
@@ -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