summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-01-091-1/+1
|\ | | | | | | | | Conflicts: ext/mysqlnd/mysqlnd.c
| * fix compilation error after mergeAndrey Hristov2013-01-091-1/+1
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-01-091-0/+2
|\ \ | |/ | | | | | | Conflicts: ext/mysqlnd/mysqlnd.c
| * 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-092-1/+10
| | |
* | | Add new constantsAndrey Hristov2013-01-091-1/+3
| | |
* | | fix different values of mysqli_stmt_affected_rows between libmysqlAndrey Hristov2013-01-071-0/+1
| | | | | | | | | | | | and mysqlnd (in favor of libmysql) before execute and after prepare()
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-01-0637-37/+37
|\ \ \ | |/ /
| * | bump yearXinchen Hui2013-01-0610-10/+10
| | |
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-0627-27/+27
| |\ \ | | |/
| | * bump yearXinchen Hui2013-01-0627-27/+27
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2012-12-191-42/+95
|\ \ \ | |/ / | | | | | | | | | Conflicts: ext/mysqlnd/mysqlnd_alloc.c
| * | be cautious about the result of strrchrAndrey Hristov2012-12-181-14/+84
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Anatoliy Belsky2012-12-131-0/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fixed mysqlnd compilation in debug mode on windows
| * | Fixed mysqlnd compilation in debug mode on windowsAnatoliy Belsky2012-12-131-0/+2
| | |
* | | Merge branch 'PHP-5.4'Andrey Hristov2012-10-311-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Andrey Hristov2012-10-311-1/+1
| |\ \ | | |/
| | * read 1 instead of 2 bytes. The next 2 bytes are 2 and thus not a problemAndrey Hristov2012-10-311-1/+1
| | |
* | | plug recent leakAndrey Hristov2012-10-311-0/+4
| | |
* | | cosmeticsAndrey Hristov2012-10-311-5/+5
| | |
* | | fix crashes in newly introduced macros when normal trace is disabled butAndrey Hristov2012-10-221-5/+5
| | | | | | | | | | | | memory traced is enabled.
* | | fix newly introduced segfaultAndrey Hristov2012-10-161-1/+1
| | |
* | | constifyAndrey Hristov2012-10-123-2/+3
| | |
* | | if ssl has been switched on transmit clear-text passwordAndrey Hristov2012-10-034-24/+36
| | |
* | | fix login failure with empty password. This is 5.5 specific - new codeAndrey Hristov2012-09-281-2/+2
| | |
* | | compile out example plugin in a release buildandrey2012-09-263-3/+5
| | |
* | | change public key setting to PERDIR and finish code that allowsandrey2012-09-254-2/+16
| | | | | | | | | | | | to set the key file programatically per mysqli_options()
* | | remove old unicode code, that is was compiled out by using a macroandrey2012-09-2514-669/+80
| | |
* | | Add SHA256 authentication support - password hashing to mysqlndandrey2012-09-259-16/+373
| | | | | | | | | | | | Automatic switchover to SSL with plain-text password is not part of this
* | | plug a leak when the server ask the client for a auth protocol, thatandrey2012-08-221-8/+9
| | | | | | | | | | | | | | | the client doesn't understand. This is 5.5 specific bug, as a result of a refactoring in 5.5
* | | Fix crashes with filenames that don't contain directory separator - generatedandrey2012-07-301-14/+40
| | | | | | | | | | | | files like scanners/parsers.
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-07-181-1/+3
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fixed bug #62594 (segfault in mysqlnd_res_meta::set_mode)
| * | Fixed bug #62594 (segfault in mysqlnd_res_meta::set_mode)Xinchen Hui2012-07-181-1/+3
| | |
| * | Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4andrey2012-07-091-2/+2
| |\ \
| * | | fix valgrind warningandrey2012-07-091-1/+1
| | | |
* | | | fix windows buildAnatoliy Belsky2012-07-111-1/+1
| | | | | | | | | | | | | | | | - there should be no trailing white spaces after \ in multiline macros
* | | | fix valgrind warningandrey2012-07-091-1/+1
| | | |
* | | | Merge branch 'PHP-5.4'Stanislav Malyshev2012-06-301-2/+2
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * PHP-5.4: Fixed the common misspelling of the word occurred (occured -> occurred)
| * | | Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-2/+2
| |/ /
| * | 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
| | |
* | | mergeandrey2012-06-291-0/+7
| | |
* | | Merge branch 'PHP-5.4'andrey2012-06-291-19/+56
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4andrey2012-06-291-19/+56
| |\ \ | | |/
| | * new charsetsandrey2012-06-291-19/+56
| | |
* | | trace allocations in a fileandrey2012-06-275-101/+164
| | |
* | | Pass orig filename and line through to emalloc and friendsJohannes Schlüter2012-06-262-28/+29
| | |
* | | fix windows buildAnatoliy Belsky2012-06-201-1/+1
| | |