summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-102-3/+3
| | | | | * pull-request/341: (23 commits) typofixes
* updatesAndrey Hristov2013-05-211-1/+1
|
* don't include smart_str.h in a too global header, fixes #64718Johannes Schlüter2013-04-302-1/+2
|
* Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-04-271-0/+1
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-04-271-0/+1
| |\
| | * Fix memory realted to #64726Xinchen Hui2013-04-271-0/+1
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-04-191-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Andrey Hristov2013-04-191-1/+1
| |\ \ | | |/
| | * lower the limit, should fit in a byteAndrey Hristov2013-04-191-1/+1
| | |
* | | Fix some errors in mysqlnd charset listNikita Popov2013-03-241-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I fixed the stuff that seemed obviously wrong, but there are some more differences with the SHOW COLLATIONS output: * The whole range of "utf16" collations missing * "filename" missing * "ucs2_general_mysql500_ci" and "utf8_general_mysql500_ci" missing I wasn't sure whether those omissions are intentional, so I didn't add them.
* | | fix the fixAndrey Hristov2013-03-131-2/+1
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-03-131-0/+1
|\ \ \ | |/ / | | | | | | | | | Conflicts: NEWS
| * | Merge branch 'PHP-5.3' into PHP-5.4Andrey Hristov2013-03-131-1/+1
| |\ \ | | |/ | | | | | | | | | Conflicts: NEWS
| | * fix for bug #63530 mysqlnd_stmt::bind_one_parameter uses wrong alloc for ↵Andrey Hristov2013-03-131-1/+1
| | | | | | | | | | | | stmt->param_bind
* | | Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2013-02-212-2/+2
|\ \ \ | |/ /
| * | Fix #60840 (undefined symbol: mysqlnd_debug_std_no_trace_funcs)Johannes Schlüter2013-02-212-2/+2
| | |
* | | build fixesAndrey Hristov2013-02-111-3/+3
| | |
* | | Add savepoint and rollback to savepoint supportAndrey Hristov2013-02-083-0/+72
| | |
* | | Export new callsAndrey Hristov2013-02-073-7/+5
| | |
* | | Add the name in a comment at commit/rollback, if providedAndrey Hristov2013-02-071-1/+7
| | |
* | | Add support for commit and rollback options.Andrey Hristov2013-02-073-8/+142
| | | | | | | | | | | | | | | Add support for explicitly starting a transaction - modes also available. Using the API makes the life of load balancer mysqlnd plugins easier/possible.
* | | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-02-041-1/+8
|\ \ \ | |/ /
| * | check the validity of the parameterAndrey Hristov2013-02-041-1/+8
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-02-011-8/+11
|\ \ \ | |/ /
| * | add new charset, from MySQL 5.6Andrey Hristov2013-02-011-8/+11
| | |
| * | backport handling of expired passwords in mysqlnd to 5.4Andrey Hristov2013-01-092-2/+14
| | |
* | | fix valgrind warningAndrey Hristov2013-01-221-1/+1
| | |
* | | Use two dtors thus allow allocation based on the alloc model of theAndrey Hristov2013-01-151-5/+19
| | | | | | | | | | | | connection.
* | | plug a leak - forgot ot use the dtor already writtenAndrey Hristov2013-01-151-1/+2
| | |
* | | Add support for connect attributes, as of MySQL 5.6Andrey Hristov2013-01-158-8/+171
| | |
* | | 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
| | |