[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd.c mysqlnd_wireprotocol.c php_mysqlnd.c

2009-06-08 Thread Andrey Hristov
andrey Mon Jun 8 10:19:29 2009 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd_wireprotocol.c php_mysqlnd.c Log: Merge with the branch, someone made changes in PHP5_3 and did not merge. Also switch off the zval cache for now.

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd.c mysqlnd.h mysqlnd_priv.h mysqlnd_ps.c mysqlnd_ps_codec.c

2009-02-16 Thread Johannes Schlüter
johannesMon Feb 16 17:25:37 2009 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd.h mysqlnd_priv.h mysqlnd_ps.c mysqlnd_ps_codec.c Log: - Improve mysqlnd's internal method registration

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd.c mysqlnd.h mysqlnd_debug.h mysqlnd_palloc.c mysqlnd_ps.c mysqlnd_structs.h

2008-11-20 Thread Andrey Hristov
andrey Thu Nov 20 17:29:55 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd.h mysqlnd_debug.h mysqlnd_palloc.c mysqlnd_ps.c mysqlnd_structs.h Log: mysqlnd fixes for Windows :

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

2008-11-19 Thread Andrey Hristov
andrey Wed Nov 19 17:41:25 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c Log: Fix a small bug that mysqlnd::next_result didn't care about an error in a multi-statement. In an inner layer the error has been already set, thus it needed better

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

2008-11-18 Thread Andrey Hristov
andrey Tue Nov 18 18:02:07 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c Log: Fix windows build - pure C compiler http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd.c?r1=1.33r2=1.34diff_format=u Index: php-src/ext/mysqlnd/mysqlnd.c diff

Re: [PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd.c mysqlnd.h mysqlnd_block_alloc.c mysqlnd_block_alloc.h mysqlnd_debug.c mysqlnd_debug.h mysqlnd_enum_n_def.h mysqlnd_libmysql_compat.h mysqlnd_palloc.c

2008-11-01 Thread Pierre Joye
2008/10/31 Andrey Hristov [EMAIL PROTECTED]: andrey Fri Oct 31 20:30:34 2008 UTC hi, 64bit fixes: - fixes to sprintf modifiers, cleaning warnings - use _t types, like uint64_t instead of uint64, thus skipping series of typedefs. That's a good step but sadly some changes broke

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

2008-10-01 Thread Johannes Schlüter
johannesWed Oct 1 19:46:58 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c Log: Handle failed connections right http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd.c?r1=1.28r2=1.29diff_format=u Index: php-src/ext/mysqlnd/mysqlnd.c

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

2008-08-19 Thread Johannes Schlüter
johannesTue Aug 19 10:15:57 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c Log: Fix empty error message when connecting to a bad server http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd.c?r1=1.25r2=1.26diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd.c mysqlnd_priv.h

2008-08-19 Thread Johannes Schlüter
johannesTue Aug 19 10:42:01 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd_priv.h Log: constify strings http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd.c?r1=1.26r2=1.27diff_format=u Index: php-src/ext/mysqlnd/mysqlnd.c

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd.c mysqlnd.h mysqlnd_enum_n_def.h mysqlnd_libmysql_compat.h mysqlnd_result.c mysqlnd_statistics.c php_mysqlnd.c

2008-05-07 Thread Andrey Hristov
andrey Wed May 7 15:16:27 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd.h mysqlnd_enum_n_def.h mysqlnd_libmysql_compat.h mysqlnd_result.c mysqlnd_statistics.c php_mysqlnd.c

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd.c mysqlnd.h mysqlnd_block_alloc.c mysqlnd_block_alloc.h mysqlnd_debug.c mysqlnd_debug.h mysqlnd_enum_n_def.h mysqlnd_palloc.c mysqlnd_palloc.h mysqlnd_priv.

2008-02-14 Thread Andrey Hristov
andrey Thu Feb 14 12:51:00 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd.h mysqlnd_block_alloc.c mysqlnd_block_alloc.h mysqlnd_debug.c mysqlnd_debug.h mysqlnd_enum_n_def.h

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

2008-02-04 Thread Andrey Hristov
andrey Mon Feb 4 17:55:51 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c Log: MFB: Simplify unique string generation and plug a leak. http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd.c?r1=1.16r2=1.17diff_format=u Index:

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

2008-01-29 Thread Andrey Hristov
andrey Tue Jan 29 12:00:52 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd_statistics.c mysqlnd_statistics.h Log: Moved initialization into a separate function

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd.c mysqlnd.h mysqlnd_charset.c mysqlnd_charset.h mysqlnd_libmysql_compat.h mysqlnd_loaddata.c mysqlnd_palloc.c mysqlnd_portability.h mysqlnd_priv.h mysqlnd_p

2008-01-23 Thread Andrey Hristov
andrey Wed Jan 23 19:09:33 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd.h mysqlnd_charset.c mysqlnd_charset.h mysqlnd_libmysql_compat.h mysqlnd_loaddata.c mysqlnd_palloc.c

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd.c mysqlnd.h mysqlnd_loaddata.c mysqlnd_priv.h mysqlnd_result.c mysqlnd_structs.h mysqlnd_wireprotocol.c

2008-01-08 Thread Andrey Hristov
andrey Tue Jan 8 13:13:39 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd.h mysqlnd_loaddata.c mysqlnd_priv.h mysqlnd_result.c mysqlnd_structs.h mysqlnd_wireprotocol.c Log:

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd.c mysqlnd.h mysqlnd_libmysql_compat.h mysqlnd_portability.h mysqlnd_priv.h mysqlnd_ps.c mysqlnd_ps_codec.c mysqlnd_result.c mysqlnd_statistics.h mysqlnd_str

2008-01-02 Thread Andrey Hristov
andrey Wed Jan 2 21:16:46 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd.h mysqlnd_libmysql_compat.h mysqlnd_portability.h mysqlnd_priv.h mysqlnd_ps.c mysqlnd_ps_codec.c

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

2007-11-08 Thread Andrey Hristov
andrey Thu Nov 8 17:29:06 2007 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c Log: Fix segfault in debug build http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd.c?r1=1.6r2=1.7diff_format=u Index: php-src/ext/mysqlnd/mysqlnd.c diff -u

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd.c mysqlnd_debug.h

2007-10-23 Thread Andrey Hristov
andrey Tue Oct 23 10:17:39 2007 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd_debug.h Log: MFB: Fix compile failure on windows http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd.c?r1=1.5r2=1.6diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd.c mysqlnd.h mysqlnd_portability.h mysqlnd_priv.h mysqlnd_ps.c mysqlnd_ps_codec.c mysqlnd_result.c mysqlnd_result_meta.c mysqlnd_statistics.h mysqlnd_wirepro

2007-08-03 Thread Andrey Hristov
andrey Fri Aug 3 16:32:27 2007 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd.h mysqlnd_portability.h mysqlnd_priv.h mysqlnd_ps.c mysqlnd_ps_codec.c mysqlnd_result.c