summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.5' into PHP-5.6Andrey Hristov2013-12-042-2/+2
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-12-042-2/+2
| |\
| | * Fix loss of precisionAndrey Hristov2013-12-042-2/+2
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2013-11-274-4/+17
|\ \ \ | |/ /
| * | 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.5' into PHP-5.6Anatol Belski2013-11-211-11/+30
|\ \ \ | |/ /
| * | 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.5'Xinchen Hui2013-11-051-2/+1
|\ \ \ | |/ /
| * | 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
* | | Merge branch '2Guploads'Michael Wallner2013-08-092-118/+1
|\ \ \
| * | | unify stdint type usageMichael Wallner2013-08-062-118/+1
* | | | Merge branch 'PHP-5.5'Andrey Hristov2013-08-081-6/+13
|\ \ \ \ | | |/ / | |/| |
| * | | add some tracingAndrey Hristov2013-08-081-6/+13
* | | | Merge branch 'PHP-5.5'Christopher Jones2013-08-061-2/+2
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | 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
* | | Check for NULL ptr from get_stream() before passing it on to php_stream_cast()Kalle Sommer Nielsen2013-08-051-2/+6
* | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-08-041-1/+1
|\ \ \ | |/ /
| * | 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
| |\ \ \
* | | | | Disable a flagAndrey Hristov2013-07-221-1/+1
* | | | | Merge branch 'master' of ssh://git.php.net/php-srcAndrey 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
|\ \ \ | |/ /