summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hopefully, this is an even better way to check for InnoDB support as of MySQL...Ulf Wendel2011-09-021-1/+6
* As of MySQL 5.6.1 the server variable have_innodb is no more. Updating InnoDB...Ulf Wendel2011-09-0210-118/+81
* MySQL 5.6 updateUlf Wendel2011-09-022-2/+3
* Check for LOAD DATA support during SKIPIFUlf Wendel2011-09-011-6/+19
* Fix test. First element within the parantheses is a SQL status code. Should p...Ulf Wendel2011-09-011-1/+1
* Fixing tests debug outputUlf Wendel2011-09-011-7/+10
* Check if MySQL server supports SSL and, if using mysqlnd, check if PHP stream...Ulf Wendel2011-09-012-6/+55
* Simplify mysqlnd debug trace marginally for debuggingUlf Wendel2011-09-012-2/+10
* Hack around http://bugs.mysql.com/62320Ulf Wendel2011-09-011-1/+1
* Please, whenever changing the mysqli API update the tests. Don't wait for me ...Ulf Wendel2011-08-311-0/+3
* New utility function to check for '[1148] The used command is not allowed wit...Ulf Wendel2011-08-3120-181/+125
* Check if server supports LOAD DATA LOCAL INFILE to catch [1148] The used comm...Ulf Wendel2011-08-312-0/+40
* The link error on an out-of-sync command doesn't start with 0Rasmus Lerdorf2011-08-291-1/+1