diff options
| author | Johannes Schlüter <johannes@php.net> | 2009-06-23 13:19:28 +0000 |
|---|---|---|
| committer | Johannes Schlüter <johannes@php.net> | 2009-06-23 13:19:28 +0000 |
| commit | 86eaa90955dd005c6e273ed79ec4f2958e2b152f (patch) | |
| tree | 32ef4887ce107558ca99b31cac097dac7d75f41d /ext | |
| parent | 96d5c5e93138088c281c2f9536366a628c60e49c (diff) | |
| download | php-git-86eaa90955dd005c6e273ed79ec4f2958e2b152f.tar.gz | |
MFH The experimental warning sohuld be in the configure output...
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/mysqlnd/config9.m4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/mysqlnd/config9.m4 b/ext/mysqlnd/config9.m4 index 4f80290cb6..46b9699b54 100644 --- a/ext/mysqlnd/config9.m4 +++ b/ext/mysqlnd/config9.m4 @@ -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 |
