summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-01-091-1/+1
|\
| * fix compilation error after mergeAndrey Hristov2013-01-091-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-01-091-0/+2
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Andrey Hristov2013-01-091-0/+2
| |\
| | * Use during connect the flags set with set_client_option()Andrey Hristov2013-01-091-0/+2
* | | support for password expiration in mysqlnd, through a flagAndrey Hristov2013-01-091-1/+8
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-01-061-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-061-1/+1
| |\ \ | | |/
| | * bump yearXinchen Hui2013-01-061-1/+1
| * | fix valgrind warningandrey2012-07-091-1/+1
| * | mergeandrey2012-06-291-1/+1
| * | Merge branch 'PHP-5.3' into PHP-5.4andrey2012-06-291-0/+7
| |\ \ | | |/
| | * fix Bug #62273 Segmentation Fault in Mysqli/Mysqlndandrey2012-06-291-0/+7
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * move change_user closer to connectAndrey Hristov2011-10-181-143/+138
| | * - Fix foldingJohannes Schlüter2011-09-251-1/+1
| | * fix valgrind warnings in debug buildsAndrey Hristov2011-08-261-1/+1
| | * relax constraintAndrey Hristov2011-08-101-1/+1
| | * longer error messages, don't cut themAndrey Hristov2011-07-271-2/+2
| | * free data in case of failure in the callee not in the callerAndrey Hristov2011-07-051-5/+3
| | * reuse codeAndrey Hristov2011-05-311-16/+15
| | * revert to previous behaviorAndrey Hristov2011-02-251-2/+4
| | * move from macros to functions, which can be overwritten, if neededAndrey Hristov2011-02-251-1/+41
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * fix a small bug about affected_rows in the text protocolAndrey Hristov2010-12-161-0/+3
| | * don't crash if the API is used incorrectlyAndrey Hristov2010-12-061-2/+6
| | * profiling in trace modeAndrey Hristov2010-10-221-1/+2
| | * Rename a method so it doesn't clash with a global symbol - a functionAndrey Hristov2010-10-051-6/+6
| | * rename parameter, should not conflict with global symbol - Andrey Hristov2010-10-051-8/+8
| | * WS fixesAndrey Hristov2010-09-231-9/+9
| | * remove unneeded proxy function _mysqlnd_restart_psessoinAndrey Hristov2010-09-151-10/+0
| | * Remove unneeded proxy function _mysqlnd_end_psessionAndrey Hristov2010-09-151-9/+0
| | * OPT_COMPRESS support for mysqlnd_conn::set_client_optionAndrey Hristov2010-09-011-2/+4
| | * Switch from using PHP_MAJOR_VERSION to separate define forAndrey Hristov2010-08-121-3/+3
| | * ws + csAndrey Hristov2010-08-121-10/+8
| | * Lay foundations for named pipe support in mysqlndAndrey Hristov2010-08-091-2/+8
| | * make ssl_set return value in mysqlnd compatible with libmysqli return valueDavid Soria Parra2010-08-061-6/+6
| | * Fix sprintf modifiers all around the place. In most casesAndrey Hristov2010-06-211-23/+22
| | * split mysqlnd_connect() in two parts, one doing the authorizationAndrey Hristov2010-06-171-102/+145
| | * no more needed because of the charset fix in the previous changesetAndrey Hristov2010-06-161-1/+0
| | * Fixed bug #52082 (character_set_client & character_set_connection reset afterAndrey Hristov2010-06-141-1/+16
| | * Don't use NULL pointer, always check before useAndrey Hristov2010-05-271-1/+3
| | * Don't use conn->net without checking if it is NULL, becauseAndrey Hristov2010-05-261-1/+3
| | * Handle the situation when MYSQLND_PROTOCOL's methods return NULL.Andrey Hristov2010-05-251-11/+43
| | * Init should return status value because initialization can fail.Andrey Hristov2010-05-251-7/+10
| | * - Give possibility to overload mysqlnd_result_init().Andrey Hristov2010-05-141-2/+3
| | * Handle gracefully OOM in mysqlnd_mempool_create and up the stackAndrey Hristov2010-05-031-8/+12
| | * Better handing of OOM in mysqlnd::set_client_optionAndrey Hristov2010-05-031-10/+19
| | * Handle OOM cases, in case of persistent connections this is realAndrey Hristov2010-04-291-18/+71
| | * Fix valgrind warning, usage of nirvana memoryAndrey Hristov2010-04-291-1/+1