johannes                Tue Mar 17 10:04:57 2009 UTC

  Modified files:              
    /php-src/ext/mysqlnd        config9.m4 
  Log:
  - mark mysqlnd's threading (which can be used for background pre-fetching)
    experimental
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/config9.m4?r1=1.9&r2=1.10&diff_format=u
Index: php-src/ext/mysqlnd/config9.m4
diff -u php-src/ext/mysqlnd/config9.m4:1.9 php-src/ext/mysqlnd/config9.m4:1.10
--- php-src/ext/mysqlnd/config9.m4:1.9  Mon Jul 14 10:32:45 2008
+++ php-src/ext/mysqlnd/config9.m4      Tue Mar 17 10:04:57 2009
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config9.m4,v 1.9 2008/07/14 10:32:45 jani Exp $
+dnl $Id: config9.m4,v 1.10 2009/03/17 10:04:57 johannes Exp $
 dnl config.m4 for mysqlnd driver
 
 
@@ -23,7 +23,7 @@
   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, [Whether mysqlnd threading is enabled])
+    AC_DEFINE([MYSQLND_THREADED], 1, [EXPERIMENTAL: Use mysqlnd internal 
threading])
   fi
 
   dnl This creates a file so it has to be after above macros



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to