summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-0316-16/+16
* Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-12-041-1/+1
|\
| * Fix loss of precisionAndrey Hristov2013-12-041-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-11-211-0/+101
|\ \ | |/
| * Fix for Bug #66124 (mysqli under mysqlnd loses precision when bind_param with...Andrey Hristov2013-11-211-0/+101
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-11-082-1/+25
|\ \ | |/
| * Fixed Bug #66043 (Segfault calling bind_param() on mysqli)Xinchen Hui2013-11-082-1/+25
* | Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-3/+4
* | 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' into PHP-5.5Anatol Belski2013-07-161-1/+1
|\ \ | |/
| * fix TS buildAnatol Belski2013-07-161-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2013-07-161-1/+1
|\ \ | |/
| * Make zval2myslqnd implementations aware of inheritanceJohannes Schlüter2013-07-161-1/+1
| * typo fixesVeres Lajos2013-07-153-4/+4
| * Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4Andrey Hristov2013-07-081-2/+2
| |\
* | | typo fixesVeres Lajos2013-07-153-4/+4
* | | 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 result is initilizedJohannes Schlüter2013-07-031-2/+2
* | | | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-07-081-0/+50
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fixed segfault in mysqlnd when doing long prepareAndrey Hristov2013-07-081-0/+50
| |/
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Fix for Bug #64394 MYSQL_OPT_CAN_HANDLE_EXPIRED_PASSWORDS undeclared when usi...Andrey Hristov2013-05-143-6/+6
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-04-271-2/+2
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-04-271-2/+2
| |\
| | * Also fixed bug #64726 in 5.3Xinchen Hui2013-04-272-3/+3
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-04-272-1/+24
|\ \ \ | |/ /
| * | Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB p...Xinchen Hui2013-04-272-2/+2
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-04-271-0/+23
| |\ \ | | |/
| | * Fix memory realted to #64726Xinchen Hui2013-04-271-0/+23
| | * Happy New Year~Xinchen Hui2013-01-0115-15/+15
* | | Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-3/+2
* | | relax the checkAndrey Hristov2013-02-221-1/+1
* | | Add some parameter checksAndrey Hristov2013-02-221-5/+22
* | | update test caseAndrey Hristov2013-02-081-0/+46
* | | mysqli_savepoint()/mysqli_release_savepoint()Andrey Hristov2013-02-085-3/+98
* | | Add the constants needed for mysqli_commit(), _rollback() andAndrey Hristov2013-02-082-3/+20
* | | Add support for begin_transaction in libmysql mode.Andrey Hristov2013-02-078-36/+289
* | | Merge branch 'PHP-5.4' into PHP-5.5ULF WENDEL2013-01-102-0/+149
|\ \ \ | |/ /
| * | MySQL 5.6 EXPIRE PASSWORD flag testsULF WENDEL2013-01-102-0/+149
* | | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-01-092-0/+6
|\ \ \ | |/ /
| * | Add mysqli support - constants and checking in mysqli_options() for theAndrey Hristov2013-01-092-0/+6
| * | Happy New YearXinchen Hui2013-01-0117-17/+17
* | | fix different values of mysqli_stmt_affected_rows between libmysqlAndrey Hristov2013-01-071-2/+2
* | | Happy New YearXinchen Hui2013-01-0116-16/+16
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-12-171-33/+34
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-12-171-33/+34
| |\ \ | | |/
| | * dos2unix & skip on connect failXinchen Hui2012-12-171-33/+34