summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Expand)AuthorAgeFilesLines
* merge fixAndrey Hristov2013-11-261-13/+1
* Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-11-264-4/+29
|\
| * Fix for Bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES...Andrey Hristov2013-11-264-4/+17
* | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-11-211-11/+30
|\ \ | |/
| * And here is the real fix for #66124Andrey Hristov2013-11-211-11/+30
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-11-051-1/+0
|\ \ | |/
| * Typo fix: umknown -> unknownLior Kaplan2013-10-311-2/+2
| * Merge branch 'PHP-5.4'Kalle Sommer Nielsen2013-08-051-2/+6
* | Typo fix: umknown -> unknownMartin Hujer2013-10-311-1/+1
* | add some tracingAndrey Hristov2013-08-081-6/+13
* | Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-2/+2
* | Merge branch 'PHP-5.5'Kalle Sommer Nielsen2013-08-051-2/+6
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-1/+1
|\ \ | |/
| * non living code related typo fixesVeres Lajos2013-08-041-1/+1
| * Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4Andrey Hristov2013-07-081-2/+2
| |\
* | \ Merge branch 'PHP-5.5' of ssh://git.php.net/php-src into PHP-5.5Andrey Hristov2013-07-081-2/+2
|\ \ \
| * \ \ Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2013-07-031-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Make sure return value is initialised in case transaction startup failsJohannes Schlüter2013-07-031-2/+2
* | | | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-07-081-0/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fixed segfault in mysqlnd when doing long prepareAndrey Hristov2013-07-081-0/+1
| |/
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-102-3/+3
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-102-3/+3
* | 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
* | | fix the fixAndrey Hristov2013-03-131-2/+1
* | | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-03-131-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Andrey Hristov2013-03-131-1/+1
| |\ \ | | |/
| | * fix for bug #63530 mysqlnd_stmt::bind_one_parameter uses wrong alloc for st...Andrey Hristov2013-03-131-1/+1
* | | 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
* | | 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
* | | plug a leak - forgot ot use the dtor already writtenAndrey Hristov2013-01-151-1/+2