]> granicus.if.org Git - php/commitdiff
The experimental warning sohuld be in the configure output...
authorJohannes Schlüter <johannes@php.net>
Tue, 23 Jun 2009 13:19:22 +0000 (13:19 +0000)
committerJohannes Schlüter <johannes@php.net>
Tue, 23 Jun 2009 13:19:22 +0000 (13:19 +0000)
ext/mysqlnd/config9.m4

index 4f80290cb60757aa757c914fabaeb955a239f923..46b9699b54fda056623723d8e6f56d70ee897219 100644 (file)
@@ -5,7 +5,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. Note: This forces ZTS on!], no, no)
+                            EXPERIMENTAL: Enable mysqlnd 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
@@ -23,7 +24,7 @@ if test "$PHP_MYSQLND_ENABLED" = "yes"; then
   dnl Windows uses config.w32 thus this code is safe for now
   if test "$PHP_MYSQLND_THREADING" = "yes"; then
     PHP_BUILD_THREAD_SAFE
-    AC_DEFINE([MYSQLND_THREADED], 1, [EXPERIMENTAL: Use mysqlnd internal threading])
+    AC_DEFINE([MYSQLND_THREADED], 1, [Use mysqlnd internal threading])
   fi
 
   dnl This creates a file so it has to be after above macros