[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c

2011-05-04 Thread Andrey Hristov
andrey Wed, 04 May 2011 10:35:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=310757 Log: fix valgrind warning Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd.c Modified: php/php-src/trunk/ext/mysqlnd/mysqlnd.c =

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c mysqlnd_alloc.c mysqlnd_alloc.h mysqlnd_debug.c mysqlnd_net.c mysqlnd_ps.c mysqlnd_ps_codec.c

2011-03-18 Thread Andrey Hristov
andrey Fri, 18 Mar 2011 14:56:20 + Revision: http://svn.php.net/viewvc?view=revision&revision=309388 Log: add a proxy for sppintf and vspprintf Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd.c U php/php-src/trunk/ext/mysqlnd/mysqlnd_alloc

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c mysqlnd_net.c mysqlnd_ps.c mysqlnd_result.c

2011-03-18 Thread Andrey Hristov
andrey Fri, 18 Mar 2011 12:33:17 + Revision: http://svn.php.net/viewvc?view=revision&revision=309381 Log: less trace info Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd.c U php/php-src/trunk/ext/mysqlnd/mysqlnd_net.c U php/php-src/t

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c

2011-01-31 Thread Andrey Hristov
andrey Mon, 31 Jan 2011 13:29:18 + Revision: http://svn.php.net/viewvc?view=revision&revision=307882 Log: Don't lose this data anymore. It worked without the fix, but it with it is just correct (trunk only). Changed paths: U php/php-src/trunk/ext/mysql

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c

2011-01-28 Thread Andrey Hristov
andrey Fri, 28 Jan 2011 17:33:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=307827 Log: clear error before doing anything, because we can get trapped by previous error : php -r '$link = mysqli_init(); var_dump($link->real_connect("127.0.0.1"

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c mysqlnd_auth.c mysqlnd_priv.h

2011-01-24 Thread Andrey Hristov
andrey Mon, 24 Jan 2011 13:58:18 + Revision: http://svn.php.net/viewvc?view=revision&revision=307711 Log: small cleanups Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd.c U php/php-src/trunk/ext/mysqlnd/mysqlnd_auth.c U php/php-src/t

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c mysqlnd_statistics.c

2011-01-19 Thread Andrey Hristov
andrey Wed, 19 Jan 2011 17:51:02 + Revision: http://svn.php.net/viewvc?view=revision&revision=307592 Log: fix ZTS build Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd.c U php/php-src/trunk/ext/mysqlnd/mysqlnd_statistics.c Modified: php/p

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c mysqlnd_auth.c mysqlnd_priv.h mysqlnd_structs.h mysqlnd_wireprotocol.c mysqlnd_wireprotocol.h

2011-01-14 Thread Andrey Hristov
andrey Fri, 14 Jan 2011 20:04:17 + Revision: http://svn.php.net/viewvc?view=revision&revision=307493 Log: Update on the mysqlnd auth plugins, changed the plugin structure and where they load themselves. 0xFE packets (method switch) needs to be done, additiona

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c mysqlnd_wireprotocol.c mysqlnd_wireprotocol.h

2011-01-11 Thread Andrey Hristov
andrey Tue, 11 Jan 2011 13:02:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=307377 Log: Use common code to handle initial authentication and COM_CHANGE_USER Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd.c U php/php-src/

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c mysqlnd_net.c

2010-09-22 Thread Andrey Hristov
andrey Wed, 22 Sep 2010 15:14:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=303679 Log: Fix for Request #48082 mysql_connect does not work with named pipes Bug: http://bugs.php.net/48082 (Analyzed) mysql_connect does not work with named pi

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c mysqlnd_statistics.c mysqlnd_statistics.h

2010-01-11 Thread Andrey Hristov
andrey Mon, 11 Jan 2010 18:27:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=293417 Log: and another change to make the stats API re-usable Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd.c U php/php-src/trunk/ext/mysqlnd/