Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo fixes | Veres Lajos | 2013-07-15 | 3 | -4/+4 |
| | |||||
* | Fixed segfault in mysqlnd when doing long prepare | Andrey Hristov | 2013-07-08 | 1 | -0/+50 |
| | |||||
* | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-04-27 | 1 | -2/+2 |
|\ | |||||
| * | Also fixed bug #64726 in 5.3 | Xinchen Hui | 2013-04-27 | 1 | -2/+2 |
| | | |||||
* | | Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB ↵ | Xinchen Hui | 2013-04-27 | 1 | -1/+1 |
| | | | | | | | | pointer has closed) | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-04-27 | 1 | -0/+23 |
|\ \ | |/ | |||||
| * | Fix memory realted to #64726 | Xinchen Hui | 2013-04-27 | 1 | -0/+23 |
| | | |||||
* | | MySQL 5.6 EXPIRE PASSWORD flag tests | ULF WENDEL | 2013-01-10 | 2 | -0/+149 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-12-17 | 1 | -33/+34 |
|\ \ | |/ | |||||
| * | dos2unix & skip on connect fail | Xinchen Hui | 2012-12-17 | 1 | -33/+34 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Rasmus Lerdorf | 2012-12-13 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Need connect.inc here | Rasmus Lerdorf | 2012-12-13 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Rasmus Lerdorf | 2012-12-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix broken test | Rasmus Lerdorf | 2012-12-13 | 1 | -1/+1 |
| | | | | | | | | | | Need to use the configured connection parameters here. We can't assume the test user has access. | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-11-30 | 1 | -0/+34 |
|\ \ | |/ | |||||
| * | Fixed bug #63398 (Segfault when polling closed link) | Xinchen Hui | 2012-11-30 | 1 | -0/+34 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | ULF WENDEL | 2012-09-29 | 2 | -4/+4 |
|\ \ | |/ | | | | | | | * PHP-5.3: Cover have_ssl=NO and have_ssl=DISABLED | ||||
| * | Cover have_ssl=NO and have_ssl=DISABLED | ULF WENDEL | 2012-09-29 | 2 | -4/+4 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | ULF WENDEL | 2012-09-29 | 3 | -3/+9 |
|\ \ | |/ | | | | | | | | | | | | | | | * PHP-5.3: Minor changes for MySQL 5.6 NEWS for 76601c4 Conflicts: NEWS | ||||
| * | Minor changes for MySQL 5.6 | ULF WENDEL | 2012-09-29 | 3 | -3/+9 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
|\ \ | |/ | |||||
| * | Remove executable permission on inc | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 4 | -0/+0 |
|\ \ | |/ | |||||
| * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 4 | -0/+0 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-08-22 | 1 | -0/+26 |
|\ \ | |/ | |||||
| * | Fixed bug #62885 (mysqli_poll - Segmentation fault) | Xinchen Hui | 2012-08-22 | 1 | -0/+26 |
| | | |||||
* | | Fixed the common misspelling of the word occurred (occured -> occurred) | Marc Easen | 2012-06-30 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | andrey | 2012-05-16 | 1 | -0/+40 |
|\ \ | |/ | | | | | | | | | | | Conflicts: ext/mysqlnd/mysqlnd_ps.c merge fix for bug#62046 | ||||
| * | Fix for bug#62046 | andrey | 2012-05-16 | 1 | -0/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | Bug#62046 mysqli@mysqlnd can't iterate over stored sets after call to mysqli_stmt_reset(). Stmt's state was changed to STMT_PREPARED and leads the driver to think that the stmt was just prepared. Because result set exist also for only prepared but not executed sets, the check for stmt->result isn't any good. There is a result set, because as response for COM_PREPARE the server sends metadata and metadata is part of a result set. After COM_EXECUTE the server sends metadata again, which could be different and in this case more correct. | ||||
| * | Test for MySQL version.Variable is deprecated in MySQL 5.6. | Ulf Wendel | 2012-03-14 | 1 | -22/+24 |
| | | |||||
| * | fix for 5.5.19 | Andrey Hristov | 2011-12-14 | 1 | -1/+1 |
| | | |||||
| * | another fix | Andrey Hristov | 2011-12-14 | 1 | -1/+1 |
| | | |||||
| * | fix test | Andrey Hristov | 2011-12-14 | 1 | -1/+1 |
| | | |||||
| * | fix test | Andrey Hristov | 2011-12-14 | 1 | -1/+1 |
| | | |||||
| * | fix typo | Andrey Hristov | 2011-12-14 | 1 | -1/+1 |
| | | |||||
| * | fix test | Andrey Hristov | 2011-12-14 | 1 | -2/+2 |
| | | |||||
| * | Good to fix something, but don't forget to update tests | Ulf Wendel | 2011-11-23 | 1 | -0/+4 |
| | | |||||
| * | Good to fix something, but don't forget to update tests | Ulf Wendel | 2011-11-23 | 2 | -39/+52 |
| | | |||||
| * | Always good to fix something, but don't forget to update tests | Ulf Wendel | 2011-11-23 | 1 | -0/+9 |
| | | |||||
| * | Fix test | Ulf Wendel | 2011-11-23 | 1 | -5/+10 |
| | | |||||
| * | Message can vary depending on server version | Ulf Wendel | 2011-11-23 | 2 | -4/+4 |
| | | |||||
| * | Skipping with libmysql. If a documentation points to more or less ↵ | Ulf Wendel | 2011-11-22 | 3 | -0/+9 |
| | | | | | | | | unmaintained wiki contents, I take it as a request to stop testing a feature. Can't tell if I get false positive, hit a bug or not. This is not libmysql testing. Its PHP MySQL API testing. | ||||
| * | Improving test to reflect latest API changes | Ulf Wendel | 2011-11-03 | 1 | -43/+80 |
| | | |||||
| * | Add test case | Andrey Hristov | 2011-10-06 | 1 | -0/+20 |
| | | |||||
| * | This should please gcov.php.net which hits error 1044 instead of 1049. | Ulf Wendel | 2011-09-12 | 1 | -2/+10 |
| | | |||||
| * | Fix typo. | Ulf Wendel | 2011-09-12 | 1 | -1/+1 |
| | | |||||
| * | Minor issue. Seems to fail the same way on various PHP + MySQL combinations. ↵ | Ulf Wendel | 2011-09-12 | 1 | -3/+4 |
| | | | | | | | | Setting XFAIL until we fix it. | ||||
| * | Hits libmysql/MySQL bug, works with mysqlnd | Ulf Wendel | 2011-09-12 | 1 | -0/+3 |
| | | |||||
| * | Those will fail with MySQL 5.5. Running them because they have unveiled a ↵ | Ulf Wendel | 2011-09-12 | 2 | -0/+4 |
| | | | | | | | | crash, which has been fixed already. Setting to XFAIL, need to be decide if and/or how the functionality shall be supported. |