johannes                Tue Mar 17 10:05:19 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/mysqlnd        config9.m4 
  Log:
  MFH: 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.3.2.8&r2=1.3.2.9&diff_format=u
Index: php-src/ext/mysqlnd/config9.m4
diff -u php-src/ext/mysqlnd/config9.m4:1.3.2.8 
php-src/ext/mysqlnd/config9.m4:1.3.2.9
--- php-src/ext/mysqlnd/config9.m4:1.3.2.8      Mon Jul 14 09:02:26 2008
+++ php-src/ext/mysqlnd/config9.m4      Tue Mar 17 10:05:19 2009
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config9.m4,v 1.3.2.8 2008/07/14 09:02:26 jani Exp $
+dnl $Id: config9.m4,v 1.3.2.9 2009/03/17 10:05:19 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