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

2012-02-02 Thread Andrey Hristov
andrey Thu, 02 Feb 2012 15:00:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=323020 Log: assert Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.c U php/php-src/branches/PHP_5_4/ext/mysqlnd/mysqlnd_w

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

2011-05-16 Thread Johannes Schlüter
johannes Tue, 17 May 2011 00:16:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=311120 Log: - Move the field access behind the check # Only called from one place where the connection is checked, but # playing safe, again (parfait) Changed paths

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

2010-10-05 Thread Andrey Hristov
andrey Tue, 05 Oct 2010 17:20:00 + Revision: http://svn.php.net/viewvc?view=revision&revision=304116 Log: rename parameter name - should not shadow the global symbol alloca Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.

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

2010-10-05 Thread Andrey Hristov
andrey Tue, 05 Oct 2010 11:08:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=304081 Log: add some safe casts Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.c U php/php-src/trunk/ext/mysqlnd/mysqlnd

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

2010-10-05 Thread Andrey Hristov
andrey Tue, 05 Oct 2010 08:56:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=304068 Log: fix types Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.c U php/php-src/trunk/ext/mysqlnd/mysqlnd_wireproto

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

2010-08-12 Thread Andrey Hristov
andrey Thu, 12 Aug 2010 13:23:16 + Revision: http://svn.php.net/viewvc?view=revision&revision=302143 Log: Allocate memory in a burst mode, and later use it. Increases locality of the data. Also use MYSQLND_INC_CONN_STATISTIC in one place, instead of two, thus

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

2010-06-21 Thread Andrey Hristov
andrey Mon, 21 Jun 2010 14:49:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=300634 Log: fix valgrind warnings on 64bit, thread_is is strictly 32bit Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.c U

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

2010-05-25 Thread Andrey Hristov
andrey Tue, 25 May 2010 22:34:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=299758 Log: Access memory which was really allocated Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.c U php/php-src/trun

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

2010-05-14 Thread Andrey Hristov
andrey Fri, 14 May 2010 13:32:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=299379 Log: Export MYSQLND_PROTOCOL methods Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.c U php/php-src/branches/PHP_

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

2010-04-29 Thread Andrey Hristov
andrey Thu, 29 Apr 2010 11:49:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=298767 Log: Fix crash if OOM and USE_ZEND_ALLOC=0 Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.c U php/php-src/trunk/e

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

2010-04-20 Thread Andrey Hristov
andrey Tue, 20 Apr 2010 20:02:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=298235 Log: Hardening the reads of mysqlnd. All packets but the row data packet are read into preallocated buffer, either on the stack or on the heap (cmd_buffer). T

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

2010-04-20 Thread Andrey Hristov
andrey Tue, 20 Apr 2010 19:09:56 + Revision: http://svn.php.net/viewvc?view=revision&revision=298230 Log: put the trigger in the right place Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.c U php/php-src/trunk/ext/

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

2010-04-15 Thread Andrey Hristov
andrey Thu, 15 Apr 2010 15:58:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=298046 Log: Last batch of int/uint comparison fixes Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.c U php/php-src/trunk

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

2010-04-08 Thread Andrey Hristov
andrey Thu, 08 Apr 2010 13:20:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=297701 Log: Fixint INT_AND_FLOAT_AS native. It was working ok on 64bit but because on 32bit SIZEOF_LONG is 4 and INT64 from MySQL is 8 everything was converted to st

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

2010-02-01 Thread Andrey Hristov
andrey Mon, 01 Feb 2010 17:12:40 + Revision: http://svn.php.net/viewvc?view=revision&revision=294317 Log: Fix second bug in that code, + instead of += thus not increasing a pointer and mangling data. Again, ext/mysql and ext/mysqli doesn't have access to this

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

2010-02-01 Thread Andrey Hristov
andrey Mon, 01 Feb 2010 16:12:03 + Revision: http://svn.php.net/viewvc?view=revision&revision=294313 Log: Fix a bug in mysqlnd where a pointer was not incremented and thus wrong data was saved MYSQLND_FIELD::db. However, this wasn't caught because there is no

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

2010-01-11 Thread Andrey Hristov
andrey Mon, 11 Jan 2010 20:18:56 + Revision: http://svn.php.net/viewvc?view=revision&revision=293430 Log: more typedef cosmetics Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.c U php/php-src/branches/PHP_5_3/ext/m

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

2010-01-11 Thread Andrey Hristov
andrey Mon, 11 Jan 2010 19:13:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=293424 Log: remove extern defintion of a variable that is no more used outside of the file where it is declared. Also really export with PHPAPI the protocol init/dei

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

2009-12-21 Thread Andrey Hristov
andrey Mon, 21 Dec 2009 16:17:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=292421 Log: magic numbers to macros Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.c U php/php-src/trunk/ext/mysqlnd/mys

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysqlnd/ mysqlnd_wireprotocol.c

2009-12-16 Thread Andrey Hristov
andrey Wed, 16 Dec 2009 14:06:09 + Revision: http://svn.php.net/viewvc?view=revision&revision=292211 Log: Remove unneeded dereferences (oops, committed the trunk changes from a wrong directory, which splitted this commit). Changed paths: U php/php-src/

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.c branches/PHP_5_3/ext/pdo_mysql/php_pdo_mysql_int.h trunk/ext/mysqlnd/mysqlnd_wireprotocol.c trunk/ext/pdo_mysql/php_pdo

2009-12-11 Thread Pierre Joye
pajoye Fri, 11 Dec 2009 16:35:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=291995 Log: - fix build, come on, it is not that hard to test before commit, is it? Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprot

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysqlnd/ mysqlnd_wireprotocol.c

2009-09-17 Thread Pierre Joye
hi Andrey, You can commit in many passes as long as you keep refer to the bug #, so the revision link will show up in the tracker :) Cheers, On Thu, Sep 17, 2009 at 5:13 PM, Andrey Hristov wrote: > andrey                                   Thu, 17 Sep 2009 15:13:14 + > > Revision: http://svn

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysqlnd/ mysqlnd_wireprotocol.c

2009-09-17 Thread Andrey Hristov
andrey Thu, 17 Sep 2009 15:13:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=288411 Log: MFH, a fix not included by the fix committed by Ulf. pemalloc and then efree - too bad! Sorry for committing in two passes, my big tree is already patche