| Commit message (Expand) | Author | Age | Files | Lines |
* | Also fixed bug #64726 in 5.3 | Xinchen Hui | 2013-04-27 | 2 | -3/+3 |
* | Fix memory realted to #64726 | Xinchen Hui | 2013-04-27 | 1 | -0/+23 |
* | Happy New Year~ | Xinchen Hui | 2013-01-01 | 15 | -15/+15 |
* | dos2unix & skip on connect fail | Xinchen Hui | 2012-12-17 | 1 | -33/+34 |
* | Need connect.inc here | Rasmus Lerdorf | 2012-12-13 | 1 | -0/+1 |
* | Fix broken test | Rasmus Lerdorf | 2012-12-13 | 1 | -1/+1 |
* | Fixed bug #63398 (Segfault when polling closed link) | Xinchen Hui | 2012-11-30 | 2 | -2/+42 |
* | Cover have_ssl=NO and have_ssl=DISABLED | ULF WENDEL | 2012-09-29 | 2 | -4/+4 |
* | Minor changes for MySQL 5.6 | ULF WENDEL | 2012-09-29 | 3 | -3/+9 |
* | Remove executable permission on inc | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
* | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 4 | -0/+0 |
* | Correct PHP version | Xinchen Hui | 2012-09-05 | 1 | -1/+1 |
* | Fixed bug #62885 (mysqli_poll - Segmentation fault) | Xinchen Hui | 2012-08-22 | 2 | -0/+31 |
* | Fix for bug#62046 | andrey | 2012-05-16 | 1 | -0/+40 |
* | Test for MySQL version.Variable is deprecated in MySQL 5.6. | Ulf Wendel | 2012-03-14 | 1 | -22/+24 |
* | Use correct property ctor, should fix threading issue in bug #55334 | Johannes Schlüter | 2012-03-08 | 1 | -1/+1 |
* | Fix bug #61003 mysql_stat() require a valid connection | Johannes Schlüter | 2012-03-06 | 1 | -0/+4 |
* | - Year++ | Felipe Pena | 2012-01-01 | 15 | -15/+15 |
* | 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 unmaintaine... | Ulf Wendel | 2011-11-22 | 3 | -0/+9 |
* | - Add missing include. | Johannes Schlüter | 2011-11-14 | 1 | -1/+1 |
* | Improving test to reflect latest API changes | Ulf Wendel | 2011-11-03 | 1 | -43/+80 |
* | null the value before usage | Andrey Hristov | 2011-10-08 | 1 | -4/+3 |
* | Add test case | Andrey Hristov | 2011-10-06 | 1 | -0/+20 |
* | Be consistent, add mysqli::stat property, as equivalent of mysqli_stat(). | Andrey Hristov | 2011-10-06 | 1 | -0/+33 |
* | Fix Bug #55703(PHP crash when calling mysqli_fetch_fields) | Xinchen Hui | 2011-09-17 | 1 | -1/+6 |
* | 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 |
* | 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 cra... | Ulf Wendel | 2011-09-12 | 2 | -0/+4 |
* | Bug #55653 | Ulf Wendel | 2011-09-09 | 1 | -0/+36 |
* | Fix skipifs to match other tests for the case when connection fails | Christopher Jones | 2011-09-08 | 4 | -8/+18 |
* | Fix problems with the unbuffered set detection, for libmysql, which resulted | Andrey Hristov | 2011-09-06 | 1 | -2/+2 |
* | More parenthesis, credits to Nikita Popov | Ulf Wendel | 2011-09-06 | 1 | -1/+1 |
* | BORK hunting - Fixing SKIPIF | Ulf Wendel | 2011-09-06 | 1 | -1/+1 |
* | Fix SKIPIF | Ulf Wendel | 2011-09-06 | 2 | -5/+8 |
* | Prevent Notice | Ulf Wendel | 2011-09-06 | 1 | -1/+1 |
* | No more test failure for libmysql, http://news.php.net/php.internals/55210 | Ulf Wendel | 2011-09-05 | 1 | -1/+11 |
* | Fix for Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when my... | Andrey Hristov | 2011-09-05 | 4 | -1/+44 |