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

2012-03-08 Thread Johannes Schlüter
johannes Thu, 08 Mar 2012 12:52:12 + Revision: http://svn.php.net/viewvc?view=revision&revision=324022 Log: Use correct property ctor, should fix threading issue in bug #55334 # The code was refactored in 5_4/trunk, no need to merge Bug: https://bugs.php.net/5

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

2011-08-02 Thread Andrey Hristov
andrey Tue, 02 Aug 2011 14:02:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=314106 Log: compile out both parts of the code that are currently unused - fixes a compilation warning Changed paths: U php/php-src/branches/PHP_5_3/ext/mysq

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

2010-12-02 Thread Andrey Hristov
andrey Thu, 02 Dec 2010 14:21:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=305907 Log: and export the new constant Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/mysqli.c U php/php-src/trunk/ext/mysqli/mysqli.c Modif

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

2010-10-05 Thread Andrey Hristov
andrey Wed, 06 Oct 2010 06:08:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=304131 Log: fix shadowing of parameters Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/mysqli.c U php/php-src/branches/PHP_5_3/ext/mysqli/mysq

[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/mysqli/mysqli.c branches/PHP_5_3/ext/mysqli/mysqli_api.c branches/PHP_5_3/ext/mysqli/tests/mysqli_constants.phpt trunk/ext/mysqli/mysqli.c trunk/ext/m

2010-08-30 Thread Ulf Wendel
uw Mon, 30 Aug 2010 16:59:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=302897 Log: Adding MYSQLI_OPT_SSL_VERIFY_SERVER_CERT for use with mysqli_options(). Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/mysqli.c U

[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/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/ branches/PHP_5_3/ext/mysqli/mysqli.c branches/PHP_5_3/ext/mysqli/tests/bug50636.phpt trunk/ext/mysqli/mysqli.c trunk/ext/mysqli/tests/bug50636.phpt

2010-02-11 Thread Johannes Schlüter
johannes Thu, 11 Feb 2010 21:42:48 + Revision: http://svn.php.net/viewvc?view=revision&revision=294901 Log: revert 293939 Fixed bug #50636 (MySQLi_Result sets values before calling constructor) Bug: http://bugs.php.net/50636 (Closed) MySQLi_Result sets values

[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_libmysql.h branches/PHP_5_3/ext/mysqli/mysqli_mysqlnd.h tr

2010-01-14 Thread Andrey Hristov
andrey Thu, 14 Jan 2010 09:47:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=293535 Log: Fix build of mysqli when libmysql is used, mysqlnd_portability.h might not be available for some weird reasons. Added the macros that we need, in that ca

[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_libmysql.h branches/PHP_5_3/ext/mysqli/mysqli_nonapi.c bra

2009-10-15 Thread Ulf Wendel
uw Thu, 15 Oct 2009 15:49:40 + Revision: http://svn.php.net/viewvc?view=revision&revision=289672 Log: Fixing problems when calling connect (again and again) on a valid connection handle. Most of the patch comes from Andrey. Changed paths: U php/ph

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

2009-09-23 Thread Ilia Alshanetsky
iliaaWed, 23 Sep 2009 23:14:17 + Revision: http://svn.php.net/viewvc?view=revision&revision=288629 Log: Fixed unused var Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/mysqli.c Modified: php/php-src/branches/PHP_5_3/ext/mysqli/mysqli.c ===

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

2009-09-22 Thread Andrey Hristov
andrey Tue, 22 Sep 2009 15:08:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=288580 Log: MFH:Fix handling of BIT fields for non-PS. We need macros from mysqlnd to be able to convert a bit stream to a number. Changed paths: U php/php-sr