summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* Also fixed bug #64726 in 5.3Xinchen Hui2013-04-272-3/+3
* Fix memory realted to #64726Xinchen Hui2013-04-271-0/+23
* Happy New Year~Xinchen Hui2013-01-0115-15/+15
* dos2unix & skip on connect failXinchen Hui2012-12-171-33/+34
* Need connect.inc hereRasmus Lerdorf2012-12-131-0/+1
* Fix broken testRasmus Lerdorf2012-12-131-1/+1
* Fixed bug #63398 (Segfault when polling closed link)Xinchen Hui2012-11-302-2/+42
* Cover have_ssl=NO and have_ssl=DISABLEDULF WENDEL2012-09-292-4/+4
* Minor changes for MySQL 5.6ULF WENDEL2012-09-293-3/+9
* Remove executable permission on incXinchen Hui2012-10-101-0/+0
* Remove executable permission on phptXinchen Hui2012-10-104-0/+0
* Correct PHP versionXinchen Hui2012-09-051-1/+1
* Fixed bug #62885 (mysqli_poll - Segmentation fault)Xinchen Hui2012-08-222-0/+31
* Fix for bug#62046andrey2012-05-161-0/+40
* Test for MySQL version.Variable is deprecated in MySQL 5.6.Ulf Wendel2012-03-141-22/+24
* Use correct property ctor, should fix threading issue in bug #55334Johannes Schlüter2012-03-081-1/+1
* Fix bug #61003 mysql_stat() require a valid connectionJohannes Schlüter2012-03-061-0/+4
* - Year++Felipe Pena2012-01-0115-15/+15
* fix for 5.5.19Andrey Hristov2011-12-141-1/+1
* another fixAndrey Hristov2011-12-141-1/+1
* fix testAndrey Hristov2011-12-141-1/+1
* fix testAndrey Hristov2011-12-141-1/+1
* fix typoAndrey Hristov2011-12-141-1/+1
* fix testAndrey Hristov2011-12-141-2/+2
* Good to fix something, but don't forget to update testsUlf Wendel2011-11-231-0/+4
* Good to fix something, but don't forget to update testsUlf Wendel2011-11-232-39/+52
* Always good to fix something, but don't forget to update testsUlf Wendel2011-11-231-0/+9
* Fix testUlf Wendel2011-11-231-5/+10
* Message can vary depending on server versionUlf Wendel2011-11-232-4/+4
* Skipping with libmysql. If a documentation points to more or less unmaintaine...Ulf Wendel2011-11-223-0/+9
* - Add missing include.Johannes Schlüter2011-11-141-1/+1
* Improving test to reflect latest API changesUlf Wendel2011-11-031-43/+80
* null the value before usageAndrey Hristov2011-10-081-4/+3
* Add test caseAndrey Hristov2011-10-061-0/+20
* Be consistent, add mysqli::stat property, as equivalent of mysqli_stat().Andrey Hristov2011-10-061-0/+33
* Fix Bug #55703(PHP crash when calling mysqli_fetch_fields) Xinchen Hui2011-09-171-1/+6
* This should please gcov.php.net which hits error 1044 instead of 1049.Ulf Wendel2011-09-121-2/+10
* Fix typo.Ulf Wendel2011-09-121-1/+1
* Minor issue. Seems to fail the same way on various PHP + MySQL combinations. ...Ulf Wendel2011-09-121-3/+4
* Hits libmysql/MySQL bug, works with mysqlndUlf Wendel2011-09-121-0/+3
* Those will fail with MySQL 5.5. Running them because they have unveiled a cra...Ulf Wendel2011-09-122-0/+4
* Bug #55653Ulf Wendel2011-09-091-0/+36
* Fix skipifs to match other tests for the case when connection failsChristopher Jones2011-09-084-8/+18
* Fix problems with the unbuffered set detection, for libmysql, which resultedAndrey Hristov2011-09-061-2/+2
* More parenthesis, credits to Nikita PopovUlf Wendel2011-09-061-1/+1
* BORK hunting - Fixing SKIPIFUlf Wendel2011-09-061-1/+1
* Fix SKIPIFUlf Wendel2011-09-062-5/+8
* Prevent NoticeUlf Wendel2011-09-061-1/+1
* No more test failure for libmysql, http://news.php.net/php.internals/55210Ulf Wendel2011-09-051-1/+11
* Fix for Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when my...Andrey Hristov2011-09-054-1/+44