[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/mysqli_mysqlnd_read_timeout_long.phpt branches/PHP_5_3/ext/mysqli/tests/mysqli_mysqlnd_read_timeout_zero.phpt trunk/ext/mysqli/tests/mysq

2010-05-11 Thread Andrey Hristov
andrey Tue, 11 May 2010 15:55:07 + Revision: http://svn.php.net/viewvc?view=revision&revision=299253 Log: One more time fixing the tests, lets use $IS_MYSQLND which comes from connect.inc Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/tests

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/mysqli.c branches/PHP_5_3/ext/mysqli/mysqli_api.c branches/PHP_5_3/ext/mysqli/mysqli_nonapi.c branches/PHP_5_3/ext/mysqli/php_mysqli_structs.h

2010-05-13 Thread Andrey Hristov
andrey Thu, 13 May 2010 11:05:09 + Revision: http://svn.php.net/viewvc?view=revision&revision=299335 Log: Better fix for #51605 Bug: http://bugs.php.net/51605 (Closed) Mysqli - zombie links Changed paths: U php/php-src/branches/PHP_5_3/ext/mysql

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqli/ php_mysqli_structs.h

2010-05-13 Thread Andrey Hristov
andrey Thu, 13 May 2010 11:06:00 + Revision: http://svn.php.net/viewvc?view=revision&revision=299336 Log: Somehow missed to commit this, for better fix for #51605 Bug: http://bugs.php.net/51605 (Closed) Mysqli - zombie links Changed paths: U php

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

2010-05-13 Thread Andrey Hristov
andrey Thu, 13 May 2010 11:16:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=299337 Log: Export the result_metadata methods to external modules. Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_result_meta.c U ph

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

2010-05-13 Thread Andrey Hristov
andrey Thu, 13 May 2010 14:15:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=299342 Log: Export the methods of MYSQLND_NET Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_net.c U php/php-src/branches/PHP_5_3/ext

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

2010-05-13 Thread Andrey Hristov
andrey Thu, 13 May 2010 15:29:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=299348 Log: - initialize some variables - initialize the methods in a shorter way, use the compiler. = on structures copies them. Allows also exportability of the

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

2010-05-14 Thread Andrey Hristov
andrey Fri, 14 May 2010 13:04:33 + Revision: http://svn.php.net/viewvc?view=revision&revision=299377 Log: OOM fixes Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_net.c U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps.c

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

2010-05-14 Thread Andrey Hristov
andrey Fri, 14 May 2010 13:18:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=299378 Log: - Give possibility to overload mysqlnd_result_init(). - Always use conn->m->stmt_init instead of mysqlnd_stmt_init() 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/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_result.c branches/PHP_5_3/ext/mysqlnd/mysqlnd_structs.h trunk/ext/mysqlnd/mysqlnd_result.c trunk/ext/mysqlnd/mysqlnd_structs.h

2010-05-14 Thread Andrey Hristov
andrey Fri, 14 May 2010 15:11:56 + Revision: http://svn.php.net/viewvc?view=revision&revision=299382 Log: Allow overloading of mysqlnd_result_meta_init(). Add free space for future hooks. Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqln

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

2010-05-14 Thread Andrey Hristov
andrey Fri, 14 May 2010 16:42:17 + Revision: http://svn.php.net/viewvc?view=revision&revision=299389 Log: result_meta local storage Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_result_meta.c U php/php-src/branches/PHP_5_3/ext

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqli/ config.m4 config.w32 mysqli.c mysqli_libmysql.h mysqli_result_iterator.c php_mysqli_structs.h tests/mysqli_query_iterators.phpt

2010-05-18 Thread Andrey Hristov
-+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is| | available through the world-wide-web at the following url:

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqli/tests/ mysqli_class_mysqli_result_reflection.phpt

2010-05-18 Thread Andrey Hristov
andrey Tue, 18 May 2010 11:36:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=299447 Log: Update test file Changed paths: U php/php-src/trunk/ext/mysqli/tests/mysqli_class_mysqli_result_reflection.phpt Modified: php/php-src/trunk/ext

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysql/php_mysql.c branches/PHP_5_3/ext/mysqli/mysqli.c branches/PHP_5_3/ext/mysqli/mysqli_api.c branches/PHP_5_3/ext/mysqli/mysqli_nonapi.c trunk/ext/

2010-05-18 Thread Andrey Hristov
andrey Tue, 18 May 2010 11:50:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=299448 Log: Remove duplicated code. Use one centralized functions for data extraction. Changed paths: U php/php-src/branches/PHP_5_3/ext/mysql/php_mysql.c

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-05-18 Thread Andrey Hristov
andrey Tue, 18 May 2010 12:01:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=299449 Log: NEWS entry Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS =

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

2010-05-18 Thread Andrey Hristov
andrey Tue, 18 May 2010 15:02:50 + Revision: http://svn.php.net/viewvc?view=revision&revision=299455 Log: Fix comment Changed paths: U php/php-src/trunk/ext/mysqli/mysqli_result_iterator.c Modified: php/php-src/trunk/ext/mysqli/mysqli_result_iterator.

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

2010-05-18 Thread Andrey Hristov
andrey Tue, 18 May 2010 16:35:17 + Revision: http://svn.php.net/viewvc?view=revision&revision=299457 Log: And I thought I fixed that... Part of the previous changeset - remove duplicated code/ The ifdefs were for debug purposes. Changed paths: U php/ph

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

2010-05-21 Thread Andrey Hristov
andrey Fri, 21 May 2010 11:09:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=299574 Log: Fix for Bug #51870 PDO::fetchAll after a PDO::execute with bindings lead to a segv. It is only in unreleased code and thus doesn't deserve a NEWS entry

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

2010-05-21 Thread Andrey Hristov
andrey Fri, 21 May 2010 13:06:52 + Revision: http://svn.php.net/viewvc?view=revision&revision=299578 Log: When OOM hits the wire, don't crash. Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_debug.c U php/php-src/trunk/ext/mysql

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

2010-05-21 Thread Andrey Hristov
andrey Fri, 21 May 2010 13:37:18 + Revision: http://svn.php.net/viewvc?view=revision&revision=299579 Log: Check set->data for validity before using it. Prevents crashes after OOM. Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_result

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

2010-05-25 Thread Andrey Hristov
andrey Tue, 25 May 2010 18:14:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=299750 Log: Fix metadata duplicatin which wasn't crash-safe in case of OOM. Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_result_meta.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps.c branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps_codec.c branches/PHP_5_3/ext/mysqlnd/mysqlnd_result.c trunk/ext/mysqlnd/mysqlnd_ps.c trun

2010-05-25 Thread Andrey Hristov
andrey Tue, 25 May 2010 19:19:29 + Revision: http://svn.php.net/viewvc?view=revision&revision=299752 Log: Handle OOM in the code that generates PS Execute requests to the server. Fixes crashes in case of OOM. Changed paths: U php/php-src/branches/PHP_5

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

2010-05-25 Thread Andrey Hristov
andrey Tue, 25 May 2010 21:54:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=299755 Log: Fix shared build Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_debug.c U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqln

[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_net.c trunk/ext/mysqlnd/mysqlnd_net.c

2010-05-25 Thread Andrey Hristov
andrey Tue, 25 May 2010 22:36:33 + Revision: http://svn.php.net/viewvc?view=revision&revision=299759 Log: Use only memory that has been allocated Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_net.c U php/php-src/trunk/ext/mysq

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

2010-05-25 Thread Andrey Hristov
andrey Tue, 25 May 2010 22:38:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=299760 Log: Use the specialized macro for this case Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps_codec.c U php/php-src/trunk/ext

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

2010-05-25 Thread Andrey Hristov
andrey Tue, 25 May 2010 22:40:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=299761 Log: Init should return status value because initialization can fail. In this case mysqlnd_init() should return NULL to the end-user. Changed paths: U

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

2010-05-25 Thread Andrey Hristov
andrey Tue, 25 May 2010 22:42:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=299762 Log: Gracefully handle OOM in mysqlnd_stmt_init. Release the handle and return NULL. Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_

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

2010-05-25 Thread Andrey Hristov
andrey Tue, 25 May 2010 22:55:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=299764 Log: Handle the situation when mysql_init()/mysqlnd_init() return NULL. It is a rare case of OOM but PHP shouldn't crash, if possible. Changed paths: U

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

2010-05-25 Thread Andrey Hristov
andrey Tue, 25 May 2010 23:18:13 + Revision: http://svn.php.net/viewvc?view=revision&revision=299765 Log: Handle the situation when MYSQLND_PROTOCOL's methods return NULL. mysqlnd should not crash but gracefully return with an error. Changed paths: U p

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqli/ mysqli_fe.c mysqli_nonapi.c php_mysqli_structs.h tests/mysqli_class_mysqli_interface.phpt tests/mysqli_get_cache_stats_off.phpt

2010-05-26 Thread Andrey Hristov
andrey Wed, 26 May 2010 13:30:19 + Revision: http://svn.php.net/viewvc?view=revision&revision=299782 Log: Remove a function that has no usage. The zval cache was disabled/removed in 5.3.0-RC3. Changed paths: U php/php-src/trunk/ext/mysqli/mysqli_fe.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/mysqli_get_client_stats.phpt trunk/ext/mysqli/tests/mysqli_get_client_stats.phpt

2010-05-26 Thread Andrey Hristov
andrey Wed, 26 May 2010 13:36:49 + Revision: http://svn.php.net/viewvc?view=revision&revision=299783 Log: Fix test Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_get_client_stats.phpt U php/php-src/trunk/ext/mysqli/tests/m

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

2010-05-26 Thread Andrey Hristov
andrey Wed, 26 May 2010 13:47:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=299785 Log: Don't use conn->net without checking if it is NULL, because it can be NULL in OOM conditions. This would cause a crash. Changed paths: U php/php-s

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

2010-05-27 Thread Andrey Hristov
andrey Thu, 27 May 2010 08:51:46 + Revision: http://svn.php.net/viewvc?view=revision&revision=299841 Log: Fix deallocation which can crash if the object is half-baken. Happens during OOM. Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqln

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

2010-05-27 Thread Andrey Hristov
andrey Thu, 27 May 2010 12:00:48 + Revision: http://svn.php.net/viewvc?view=revision&revision=299843 Log: Fix crashes in the allocator in case of OOM. Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_debug.c U php/php-src/trunk/e

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

2010-05-27 Thread Andrey Hristov
andrey Thu, 27 May 2010 12:05:02 + Revision: http://svn.php.net/viewvc?view=revision&revision=299844 Log: Fix possible crashes, in case of OOM, due to half-baken objects. Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_result.c U

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

2010-05-27 Thread Andrey Hristov
andrey Thu, 27 May 2010 12:39:12 + Revision: http://svn.php.net/viewvc?view=revision&revision=299848 Log: Don't use NULL pointer, always check before use Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c U php/php-src/trunk/ext/

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

2010-05-27 Thread Andrey Hristov
andrey Thu, 27 May 2010 12:44:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=299849 Log: Check before use, because mysqlnd can return NULL and this will crash. However, this can happen only in case of OOM. Changed paths: U php/php-src/

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

2010-05-31 Thread Andrey Hristov
andrey Mon, 31 May 2010 16:51:03 + Revision: http://svn.php.net/viewvc?view=revision&revision=24 Log: try to workaround problems with non-c99 on HPUX Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_portability.h U php/php-sr

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_affected_rows.phpt trunk/ext/mysqli/tests/mysqli_stmt_affected_rows.phpt

2010-05-31 Thread Andrey Hristov
andrey Mon, 31 May 2010 16:53:33 + Revision: http://svn.php.net/viewvc?view=revision&revision=25 Log: Fix test Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_affected_rows.phpt U php/php-src/trunk/ext/mysqli/tests

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

2010-05-31 Thread Andrey Hristov
andrey Mon, 31 May 2010 17:09:13 + Revision: http://svn.php.net/viewvc?view=revision&revision=26 Log: Bail if allocation fails Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_loaddata.c U php/php-src/trunk/ext/mysqlnd/mysqln

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

2010-05-31 Thread Andrey Hristov
andrey Mon, 31 May 2010 18:10:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=29 Log: Check if data is correct and initialize in a safe manner Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps.c U php/php-sr

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

2010-05-31 Thread Andrey Hristov
andrey Mon, 31 May 2010 18:18:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=30 Log: Don't reference row_packet before checking if dereferencing is possible Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps.c

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

2010-05-31 Thread Andrey Hristov
andrey Mon, 31 May 2010 18:26:19 + Revision: http://svn.php.net/viewvc?view=revision&revision=31 Log: More check for valid MYSQLND_STMT before using it Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps.c U php/php-src/trunk

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

2010-06-01 Thread Andrey Hristov
andrey Tue, 01 Jun 2010 09:47:46 + Revision: http://svn.php.net/viewvc?view=revision&revision=300032 Log: Perform later initialization Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps.c U php/php-src/trunk/ext/mysqlnd/mysqlnd_

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

2010-06-01 Thread Andrey Hristov
andrey Tue, 01 Jun 2010 14:16:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=300051 Log: defensive programming, check before using a resource Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/mysqli_api.c U php/php-src/bra

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

2010-06-10 Thread Andrey Hristov
andrey Thu, 10 Jun 2010 09:37:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=300346 Log: void functions return nothing Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps.c U php/php-src/trunk/ext/mysqlnd/mysqlnd

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

2010-06-10 Thread Andrey Hristov
andrey Thu, 10 Jun 2010 12:24:03 + Revision: http://svn.php.net/viewvc?view=revision&revision=300352 Log: export mysqlnd_globals_id, per Johannes Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/php_mysqlnd.c U php/php-src/trunk/ext/mysq

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mysqli/tests/bug52082.phpt branches/PHP_5_3/ext/mysqlnd/mysqlnd.c trunk/ext/mysqli/tests/bug52082.phpt trunk/ext/mysqlnd/mysqlnd

2010-06-14 Thread Andrey Hristov
andrey Mon, 14 Jun 2010 17:16:20 + Revision: http://svn.php.net/viewvc?view=revision&revision=300435 Log: Fixed bug #52082 (character_set_client & character_set_connection reset after mysqli_change_user()) libmysql >= 5.1.23 will PASS, older library versions

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/mysqli_api.c branches/PHP_5_3/ext/mysqli/php_mysqli_structs.h trunk/ext/mysqli/mysqli_api.c trunk/ext/mysqli/php_mysqli_structs.h

2010-06-14 Thread Andrey Hristov
andrey Mon, 14 Jun 2010 18:19:13 + Revision: http://svn.php.net/viewvc?view=revision&revision=300436 Log: And a fix for MySQL Server which is pre 5.1.23, which doesn't support preserving of the charset when performing change_user. This is libmysql only code.

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/bug51647.phpt trunk/ext/mysqli/tests/bug51647.phpt

2010-06-14 Thread Andrey Hristov
andrey Mon, 14 Jun 2010 18:23:17 + Revision: http://svn.php.net/viewvc?view=revision&revision=300437 Log: Fix the test for libmysql, which expects the certificates to be in the directory where the interpreter is started. When using mysqlnd they should not inc

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

2010-06-16 Thread Andrey Hristov
andrey Wed, 16 Jun 2010 19:01:13 + Revision: http://svn.php.net/viewvc?view=revision&revision=300502 Log: no more needed because of the charset fix in the previous changeset Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c U ph

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

2010-06-17 Thread Andrey Hristov
andrey Thu, 17 Jun 2010 11:37:49 + Revision: http://svn.php.net/viewvc?view=revision&revision=300513 Log: split mysqlnd_connect() in two parts, one doing the authorization Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c U php/

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

2010-06-18 Thread Andrey Hristov
andrey Fri, 18 Jun 2010 11:56:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=300567 Log: fix type mismatch, this is fresh misunderstanding Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_net.c U php/php-src/bra

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

2010-06-18 Thread Andrey Hristov
andrey Fri, 18 Jun 2010 12:00:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=300568 Log: missed this one in the last commit, the real type Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_structs.h U php/php-src/

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_all.phpt branches/PHP_5_3/ext/mysqlnd/mysqlnd_result.c trunk/ext/mysqli/tests/mysqli_fetch_all.phpt tr

2010-06-18 Thread Andrey Hristov
andrey Fri, 18 Jun 2010 17:25:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=300581 Log: Fix for bug #52115 mysqli_result::fetch_all returns null, not an empty array Bug: http://bugs.php.net/52115 (Open) mysqli_result::fetch_all return

[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_ps.c branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps_codec.c branches/PHP_5_3/ext/mysqlnd/mysqlnd_structs.h trunk/ext/mysqlnd/mysqlnd_ps.c tru

2010-06-24 Thread Andrey Hristov
andrey Thu, 24 Jun 2010 19:52:13 + Revision: http://svn.php.net/viewvc?view=revision&revision=300735 Log: Two functions, which should be methods so one can catch their output, for example Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqln

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqli/tests/ mysqli_class_mysqli_interface.phpt mysqli_class_mysqli_reflection.phpt

2010-07-07 Thread Andrey Hristov
andrey Wed, 07 Jul 2010 15:53:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=301054 Log: update tests Changed paths: U php/php-src/trunk/ext/mysqli/tests/mysqli_class_mysqli_interface.phpt U php/php-src/trunk/ext/mysqli/tests/mys

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2010-07-08 Thread Andrey Hristov
andrey Thu, 08 Jul 2010 10:18:46 + Revision: http://svn.php.net/viewvc?view=revision&revision=301075 Log: adding arginfo to mysqli fixed the bug Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS ===

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

2010-07-13 Thread Andrey Hristov
andrey Tue, 13 Jul 2010 13:02:00 + Revision: http://svn.php.net/viewvc?view=revision&revision=301234 Log: Give an error when USE_RESULT is used with fetch_all Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_result.c U php/php-sr

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

2010-07-15 Thread Andrey Hristov
andrey Thu, 15 Jul 2010 16:57:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=301293 Log: Fix for Bug #51583 Bus error due to wrong alignment in mysqlnd Bug: http://bugs.php.net/51583 (Re-Opened) Bus error due to wrong alignment in mysqlnd

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqlnd/mysqlnd.c branches/PHP_5_3/ext/mysqlnd/mysqlnd_enum_n_def.h branches/PHP_5_3/ext/mysqlnd/mysqlnd_structs.h trunk/ext/mysqlnd/mysqlnd.c trunk/e

2010-08-09 Thread Andrey Hristov
andrey Mon, 09 Aug 2010 17:01:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=302043 Log: Lay foundations for named pipe support in mysqlnd Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c U php/php-src/branches

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

2010-08-09 Thread Andrey Hristov
andrey Mon, 09 Aug 2010 17:29:30 + Revision: http://svn.php.net/viewvc?view=revision&revision=302045 Log: Fix Request #52302 mysqli_fetch_all does not work with MYSQLI_USE_RESULT Bug: http://bugs.php.net/52302 (Assigned) mysqli_fetch_all does not work with

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

2010-08-12 Thread Andrey Hristov
andrey Thu, 12 Aug 2010 11:38:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=302141 Log: ws + cs Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_result.c

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

2010-08-12 Thread Andrey Hristov
andrey Thu, 12 Aug 2010 12:02:02 + Revision: http://svn.php.net/viewvc?view=revision&revision=302142 Log: Switch from using PHP_MAJOR_VERSION to separate define for unicode. Unicode is no more, but these are "bookmarks" where to change mysqlnd, if Unicode bec

[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_result.c trunk/ext/mysqlnd/mysqlnd_result.c

2010-08-12 Thread Andrey Hristov
andrey Thu, 12 Aug 2010 14:17:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=302144 Log: Make this function static, as it is used only in this file. Add additional comment about how it works. Changed paths: U php/php-src/branches/PHP_5

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mysqli/mysqli_fe.c branches/PHP_5_3/ext/mysqli/tests/mysqli_class_mysqli_interface.phpt branches/PHP_5_3/ext/mysqli/tests/mysqli

2010-08-13 Thread Andrey Hristov
andrey Fri, 13 Aug 2010 09:18:06 + Revision: http://svn.php.net/viewvc?view=revision&revision=302177 Log: Fix for bug #52433 Call to undefined method mysqli::poll() Bug: http://bugs.php.net/52433 (Assigned) Call to undefined method mysqli::poll() Cha

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mysqli/php_mysqli_structs.h trunk/ext/mysqli/php_mysqli_structs.h

2010-08-13 Thread Andrey Hristov
andrey Fri, 13 Aug 2010 09:57:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=302179 Log: Fix for bug #52413 MySQLi build failure on OS X Bug: http://bugs.php.net/52413 (Assigned) MySQLi build failure on OS X Changed paths: U php

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysqlnd/ mysqlnd.h mysqlnd_portability.h

2010-08-16 Thread Andrey Hristov
andrey Mon, 16 Aug 2010 09:44:13 + Revision: http://svn.php.net/viewvc?view=revision&revision=302331 Log: Sync with trunk, fixes build failure on MacOSX. Fix for Bug #52417 MySQLi build failure with mysqlnd Bug: http://bugs.php.net/52417 (Assigned) MySQLi bu

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2010-08-16 Thread Andrey Hristov
andrey Mon, 16 Aug 2010 09:45:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=302332 Log: Here comes the news Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS ==

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/mysqli_character_set.phpt trunk/ext/mysqli/tests/mysqli_character_set.phpt

2010-08-16 Thread Andrey Hristov
andrey Mon, 16 Aug 2010 16:13:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=302358 Log: detect easily which charset doesn't work Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_character_set.phpt U php/php-

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/bug35759.phpt trunk/ext/mysqli/tests/bug35759.phpt

2010-08-16 Thread Andrey Hristov
andrey Mon, 16 Aug 2010 16:15:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=302360 Log: Fix test, so it doesn't fail with MySQL 5.5, where InnoDB is the default engine Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug

[PHP-CVS] svn: /php/php-src/trunk/ext/mysql/ php_mysql.c tests/mysql_db_name.phpt tests/mysql_list_dbs.phpt

2010-08-17 Thread Andrey Hristov
andrey Tue, 17 Aug 2010 15:37:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=302392 Log: Deprecate mysql_list_dbs, as mysql_list_tables is already deprecated. As well as mysql_list Changed paths: U php/php-src/trunk/ext/mysql/php_mysql

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-08-17 Thread Andrey Hristov
andrey Tue, 17 Aug 2010 15:39:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=302393 Log: here comes the news Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS

[PHP-CVS] svn: /php/php-src/trunk/ext/mysql/ php_mysql.c tests/mysql_db_name.phpt tests/mysql_list_dbs.phpt

2010-08-17 Thread Andrey Hristov
andrey Tue, 17 Aug 2010 17:40:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=302395 Log: Use PHP_DEP_FE - good for reflection Changed paths: U php/php-src/trunk/ext/mysql/php_mysql.c U php/php-src/trunk/ext/mysql/tests/mysql_db_n

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysql/ php_mysql.c tests/mysql_trace_mode.phpt

2010-08-17 Thread Andrey Hristov
andrey Tue, 17 Aug 2010 18:07:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=302396 Log: Update with PHP_DEF_FE, also update the test Changed paths: U php/php-src/branches/PHP_5_3/ext/mysql/php_mysql.c U php/php-src/branches/PHP_

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

2010-08-17 Thread Andrey Hristov
andrey Tue, 17 Aug 2010 18:08:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=302398 Log: Fix for Bug #52613 crash in mysqlnd Bug: http://bugs.php.net/52613 (Assigned) crash in mysqlnd Changed paths: U php/php-src/branches/PHP_5_

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2010-08-17 Thread Andrey Hristov
andrey Tue, 17 Aug 2010 18:10:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=302399 Log: here comes the news Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS ==

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2010-08-20 Thread Andrey Hristov
andrey Fri, 20 Aug 2010 12:29:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=302550 Log: here comes the news Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS ==

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2010-08-20 Thread Andrey Hristov
andrey Fri, 20 Aug 2010 15:39:03 + Revision: http://svn.php.net/viewvc?view=revision&revision=302561 Log: svn up messed this Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS ===

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

2010-08-25 Thread Andrey Hristov
andrey Wed, 25 Aug 2010 15:02:02 + Revision: http://svn.php.net/viewvc?view=revision&revision=302775 Log: fix the build. two mysqli functions were missing after recent commit - set_charset and get_charset Changed paths: U php/php-src/branches/PHP_5_3/e

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

2010-08-25 Thread Andrey Hristov
andrey Wed, 25 Aug 2010 15:06:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=302776 Log: Fix for bug #52221 Misbehaviour of magic_quotes_runtime (get/set)) Bug: http://bugs.php.net/52221 (Assigned) Misbehaviour of magic_quotes_runtime (get/

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2010-08-25 Thread Andrey Hristov
andrey Wed, 25 Aug 2010 15:07:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=302777 Log: here comes the news Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS ==

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

2010-08-25 Thread Andrey Hristov
Adam Harvey wrote: On 25 August 2010 23:06, Andrey Hristov wrote: + Â Â Â Â Â Â Â php_error_docref(NULL TSRMLS_CC, E_ERROR, "magic_quotes_runtime are not supported by mysqlnd. They were deprecated in PHP 5.3 "); Is E_ERROR the appropriate level here? This could break co

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

2010-08-26 Thread Andrey Hristov
andrey Thu, 26 Aug 2010 14:51:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=302804 Log: Add proper magic_quotes_runtime support for mysqlnd, but in mysqli, so we don't need to tamper myslqnd. magic_quotes_runtime are deprecated and not exist

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

2010-08-30 Thread Andrey Hristov
andrey Mon, 30 Aug 2010 18:10:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=302901 Log: Fix for MySQL Bug #49406 Binding params doesn't work when selecting a date inside a CASE-WHEN (http://bugs.mysql.com/bug.php?id=49406) The MySQL server s

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2010-08-30 Thread Andrey Hristov
andrey Mon, 30 Aug 2010 18:13:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=302902 Log: here comes the news Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS ==

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqlnd/mysqlnd.c branches/PHP_5_3/ext/mysqlnd/mysqlnd_enum_n_def.h branches/PHP_5_3/ext/mysqlnd/mysqlnd_net.c branches/PHP_5_3/ext/mysqlnd/mysqlnd_st

2010-09-01 Thread Andrey Hristov
andrey Wed, 01 Sep 2010 14:47:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=302978 Log: OPT_COMPRESS support for mysqlnd_conn::set_client_option To be used by mysqli_options Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/my

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

2010-09-01 Thread Andrey Hristov
andrey Wed, 01 Sep 2010 16:54:20 + Revision: http://svn.php.net/viewvc?view=revision&revision=302980 Log: fix build on windows, seems this macro is not defined Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_structs.h U php/php-

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqlnd/mysqlnd_structs.h trunk/ext/mysqlnd/mysqlnd_structs.h

2010-09-01 Thread Andrey Hristov
these members. Thanks for the help offered. Andrey Pierre Joye wrote: hi Andrey, See http://lxr.php.net/opengrok/xref/PHP_5_3/win32/php_stdint.h it has macros for integer capable to contain a pointer. Cheers, On Wed, Sep 1, 2010 at 6:54 PM, Andrey Hristov wrote: andrey

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysqli/ mysqli.c tests/mysqli_magic_quotes.phpt

2010-09-14 Thread Andrey Hristov
andrey Tue, 14 Sep 2010 16:09:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=303366 Log: unify magic quotes handling. Also fix a problem which resulted in a longjmp in debug PHP,because of usage of zval that is NULL in a hash context. Change

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

2010-09-15 Thread Andrey Hristov
andrey Wed, 15 Sep 2010 12:11:33 + Revision: http://svn.php.net/viewvc?view=revision&revision=303392 Log: Remove unneeded proxy function _mysqlnd_end_psession Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c U php/php-src/branc

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

2010-09-15 Thread Andrey Hristov
andrey Wed, 15 Sep 2010 12:23:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=303393 Log: remove unneeded proxy function _mysqlnd_restart_psessoin Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c U php/php-src/b

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/bug52891.phpt trunk/ext/mysqli/tests/bug52891.phpt

2010-09-20 Thread Andrey Hristov
andrey Mon, 20 Sep 2010 09:02:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=303599 Log: add test case for 52891 Changed paths: A php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug52891.phpt A php/php-src/trunk/ext/mysqli/tests/bu

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/bug52891.phpt trunk/ext/mysqli/tests/bug52891.phpt

2010-09-22 Thread Andrey Hristov
andrey Wed, 22 Sep 2010 11:09:29 + Revision: http://svn.php.net/viewvc?view=revision&revision=303669 Log: update tests Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug52891.phpt U php/php-src/trunk/ext/mysqli/tests/bug52891.phpt

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

2010-09-22 Thread Andrey Hristov
andrey Wed, 22 Sep 2010 11:38:49 + Revision: http://svn.php.net/viewvc?view=revision&revision=303671 Log: Fix for Bug #52891 Wrong data inserted with mysqli/mysqlnd when using bind_param,value>LONG_MAX Bug: http://bugs.php.net/52891 (Assigned) Wrong data in

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2010-09-22 Thread Andrey Hristov
andrey Wed, 22 Sep 2010 11:40:20 + Revision: http://svn.php.net/viewvc?view=revision&revision=303672 Log: hier comes the news Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS ==

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

2010-09-22 Thread Andrey Hristov
andrey Wed, 22 Sep 2010 14:26:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=303675 Log: fix for bug 52891 - optimize a bit Bug: http://bugs.php.net/52891 (Closed) Wrong data inserted with mysqli/mysqlnd when using bind_param,value>LONG_MAX

<    1   2   3   4   5   6   7   8   9   10   >