uw Fri, 25 Mar 2011 10:45:28 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=309688
Log: Update of mysqlnd version. This has been forgotten when introducing set_autocommit, tx_commit, tx_rollback calls (http://svn.php.net/viewvc?view=revision&revision=308669). Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd.h Modified: php/php-src/trunk/ext/mysqlnd/mysqlnd.h =================================================================== --- php/php-src/trunk/ext/mysqlnd/mysqlnd.h 2011-03-25 10:25:42 UTC (rev 309687) +++ php/php-src/trunk/ext/mysqlnd/mysqlnd.h 2011-03-25 10:45:28 UTC (rev 309688) @@ -22,8 +22,8 @@ #ifndef MYSQLND_H #define MYSQLND_H -#define MYSQLND_VERSION "mysqlnd 5.0.8-dev - 20101228 - $Revision$" -#define MYSQLND_VERSION_ID 50008 +#define MYSQLND_VERSION "mysqlnd 5.0.9-dev - 20110325 - $Revision$" +#define MYSQLND_VERSION_ID 50009 #define MYSQLND_PLUGIN_API_VERSION 1
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php