summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove local variablesPeter Kokot2019-02-034-4/+4
* Merge branch 'PHP-7.3'Nikita Popov2019-01-091-0/+24
|\
| * Fixed bug #77289Lauri Kenttä2019-01-091-0/+24
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1538-37/+34
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-148-19/+19
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-191-8/+8
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-191-8/+8
| | |\
| | | * Fix getColumnMeta() testNikita Popov2018-09-191-8/+8
* | | | Switch PDO to use serialize_denyNikita Popov2018-11-261-2/+0
* | | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1538-37/+34
* | | | Trim trailing whitespace in *.phptPeter Kokot2018-10-142-1/+1
* | | | Trim trailing whitespace in testsGabriel Caruso2018-10-146-18/+18
* | | | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
* | | | Fix getColumnMeta() testNikita Popov2018-09-171-8/+8
|/ / /
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2059-59/+59
* | | Remove trailing whitespace in inc filesGabriel Caruso2018-02-101-1/+1
* | | Fix some misspellingsGabriel Caruso2018-02-061-3/+2
* | | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-044-4/+4
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-041-1/+1
* | | Add and fix SKIPIF sectionsGabriel Caruso2018-02-041-0/+2
* | | Remove checks for unicode.semantics ini optionNikita Popov2018-02-031-8/+3
|/ /
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-09-131-0/+33
|\ \ | |/
| * Fixed bug #75018, fixed bug #75177Anatol Belski2017-09-131-0/+33
* | Req #74963 (Improved error message on fetching property of non-object)Xinchen Hui2017-07-311-1/+1
* | Merge branch 'PHP-7.1'Xinchen Hui2017-04-071-0/+27
|\ \ | |/
| * Fix invalid free of persistent results on error/connection loss in mysqlnd (b...Yussuf Khalil2017-04-051-0/+27
* | Add PDO parameter types for national character set stringsAdam Baratz2017-03-202-0/+78
* | Merge branch 'PHP-7.1'Nikita Popov2017-03-091-0/+1
|\ \ | |/
| * Fixed bug #71003: Add PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERTThomas Orozco2017-03-091-0/+1
* | Merge branch 'PHP-7.1'Matteo Beccati2016-12-152-1/+23
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Matteo Beccati2016-12-152-1/+23
| |\
| | * Skip tests when secure_file_priv dir not writableMatteo Beccati2016-12-152-1/+23
* | | Remove more PHP 6 leftovers from testsNikita Popov2016-11-2430-366/+366
* | | Fix CRLF line-endings in testsNikita Popov2016-11-201-33/+33
* | | Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-202-4/+4
* | | Cleanup tests version checksTom Van Looy2016-11-205-12/+0
* | | Addendum to #73234: Assume param types are nullableAdam Baratz2016-10-122-2/+2
* | | Fix tests affected by 32b6154a61fae820386527f3019f8c5937fc5d27Adam Baratz2016-10-112-2/+2
* | | Fix message typos in PDO testsAdam Baratz2016-08-241-1/+1
|/ /
* | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-02-131-1/+1
|\ \ | |/
| * Fix test descriptionNikita Popov2016-02-131-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-02-131-0/+23
|\ \ | |/
| * FIx bug #71569Nikita Popov2016-02-131-0/+23
* | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2015-12-241-0/+11
|\ \ | |/
| * Fixed and improved testsJulien Pauli2015-12-241-1/+1
| * test to function PDO_getAvaliableDrivers;marcosptf2015-12-241-0/+11
| * Fix bug #64172Daniel Persson2015-10-181-2/+2
* | fix pdo_mysql crash with empty bound stream paramAnatol Belski2015-11-051-0/+46
* | Fix bug #64172Daniel Persson2015-10-181-2/+2