summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Andrey Hristov2013-11-211-0/+101
| | | | | | | | with 'i')
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-11-081-0/+24
|\ \ | |/
| * Fixed Bug #66043 (Segfault calling bind_param() on mysqli)Xinchen Hui2013-11-081-0/+24
| | | | | | | | | | Although the doc said it is (unsigned int *), but it is ulong* in the libmysql 5.0 's source codes
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-1/+1
|\ \ | |/ | | | | | | | | | | | | * PHP-5.4: non living code related typo fixes Conflicts: Zend/zend_compile.c
| * non living code related typo fixesVeres Lajos2013-08-041-1/+1
| |
| * typo fixesVeres Lajos2013-07-153-4/+4
| |
* | typo fixesVeres Lajos2013-07-153-4/+4
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-07-081-0/+50
|\ \ | |/ | | | | | | Conflicts: NEWS
| * Fixed segfault in mysqlnd when doing long prepareAndrey Hristov2013-07-081-0/+50
| |
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Fix for Bug #64394 MYSQL_OPT_CAN_HANDLE_EXPIRED_PASSWORDS undeclared when ↵Andrey Hristov2013-05-141-4/+4
| | | | | | | | using Connector/C
* | 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-271-2/+2
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-04-271-0/+23
|\ \ \ | |/ /
| * | Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB ↵Xinchen Hui2013-04-271-1/+1
| | | | | | | | | | | | pointer has closed)
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-04-271-0/+23
| |\ \ | | |/
| | * Fix memory realted to #64726Xinchen Hui2013-04-271-0/+23
| | |
* | | update test caseAndrey Hristov2013-02-081-0/+46
| | |
* | | mysqli_savepoint()/mysqli_release_savepoint()Andrey Hristov2013-02-081-0/+2
| | |
* | | Add the constants needed for mysqli_commit(), _rollback() andAndrey Hristov2013-02-081-3/+10
| | | | | | | | | | | | begin_transaction()
* | | Add support for begin_transaction in libmysql mode.Andrey Hristov2013-02-073-28/+81
| | | | | | | | | | | | Add support for flags and name for commit/rollback in libmysql mode
* | | Merge branch 'PHP-5.4' into PHP-5.5ULF WENDEL2013-01-102-0/+149
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: MySQL 5.6 EXPIRE PASSWORD flag tests
| * | MySQL 5.6 EXPIRE PASSWORD flag testsULF WENDEL2013-01-102-0/+149
| | |
* | | fix different values of mysqli_stmt_affected_rows between libmysqlAndrey Hristov2013-01-071-2/+2
| | | | | | | | | | | | and mysqlnd (in favor of libmysql) before execute and after prepare()
* | | 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
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Rasmus Lerdorf2012-12-131-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Rasmus Lerdorf2012-12-131-0/+1
| |\ \ | | |/
| | * Need connect.inc hereRasmus Lerdorf2012-12-131-0/+1
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Rasmus Lerdorf2012-12-131-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Rasmus Lerdorf2012-12-131-1/+1
| |\ \ | | |/
| | * Fix broken testRasmus Lerdorf2012-12-131-1/+1
| | | | | | | | | | | | | | | Need to use the configured connection parameters here. We can't assume the test user has access.
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-11-301-0/+34
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-301-0/+34
| |\ \ | | |/
| | * Fixed bug #63398 (Segfault when polling closed link)Xinchen Hui2012-11-301-0/+34
| | |
* | | add protection against core dumps if the underlying library returnsAndrey Hristov2012-10-182-5/+5
| | | | | | | | | | | | 0x0 for some reason
* | | Merge branch 'PHP-5.4'ULF WENDEL2012-09-292-4/+4
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Cover have_ssl=NO and have_ssl=DISABLED
| * | Merge branch 'PHP-5.3' into PHP-5.4ULF WENDEL2012-09-292-4/+4
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: Cover have_ssl=NO and have_ssl=DISABLED
| | * Cover have_ssl=NO and have_ssl=DISABLEDULF WENDEL2012-09-292-4/+4
| | |
* | | Updating expected output in anticipation of mysqlnd_auth.c pathULF WENDEL2012-09-291-0/+2
| | |
* | | Merge branch 'PHP-5.4'ULF WENDEL2012-09-293-3/+9
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-5.4: - BFN Minor changes for MySQL 5.6 NEWS for 76601c4
| * | Merge branch 'PHP-5.3' into PHP-5.4ULF WENDEL2012-09-293-3/+9
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: Minor changes for MySQL 5.6 NEWS for 76601c4 Conflicts: NEWS
| | * Minor changes for MySQL 5.6ULF WENDEL2012-09-293-3/+9
| | |
* | | Merge branch 'master' of git.php.net:php-srcULF WENDEL2012-09-291-0/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git.php.net:php-src: - Fixed bug #63214 (Large PDO Firebird Queries) Fix bug #63240 on stream_get_line() extended the SKIPIF section with ICU 49 (sync with 5.4 branch) fixed tests for gd having freetype >= 2.4.10 sapi/litespeed/lsapi_main.c: Fix bug #63228 fix test constify Fixed bug #63258 (seg fault with PDO and dblib using DBSETOPT(H->link, DBQUOTEDIDENT, 1))
| * | | fix testAndrey Hristov2012-10-121-0/+6
| | | |
* | | | SHA256 authentication testsULF WENDEL2012-09-294-0/+560
|/ / /