summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15269-274/+261
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1424-45/+45
* Sync leading and final newlines in source code filesPeter Kokot2018-10-146-6/+6
* Convert CRLF line endings to LFPeter Kokot2018-10-135-185/+185
* Fix intermittent failures in mysqli_stmt_bind_result_format.phptNikita Popov2018-09-191-4/+4
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-10-282-1/+32
|\
| * Fix bug #75434 Wrong reflection for mysqli_fetch_all functionFabien Villepinte2017-10-282-1/+32
* | Fixed bug #75018, fixed bug #75177Anatol Belski2017-09-131-0/+38
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-221-0/+24
|\ \ | |/
| * Fixed bug #74968 PHP crashes when calling mysqli_result::fetch_object with an...Anatol Belski2017-07-221-0/+24
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-121-1/+1
|\ \ | |/
| * increase poll timeout as false positives mitigationAnatol Belski2017-07-121-1/+1
* | Fixed #74595 - ReflectionMethod::getParameters returns incorrect number of pa...andrewnester2017-05-152-1/+33
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-05-061-0/+25
|\ \ | |/
| * Fixed bug #74547 mysqli::change_user() doesn't accept null as $database argum...Anatol Belski2017-05-061-0/+25
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-05-011-0/+29
|\ \ | |/
| * Tests to ensure BC with undocumented behavior used in hacksAnatol Belski2017-05-011-0/+29
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-122-0/+52
|\ \ | |/
| * Fixed bug #74021andrewnester2017-02-122-0/+52
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-181-0/+24
|\ \ | |/
| * Fix bug #73949 leak in mysqli_fetch_objectJoe Watkins2017-01-181-0/+24
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-121-0/+38
|\ \ | |/
| * Fix bug #69899rfussenegger2017-01-121-0/+38
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-031-0/+41
|\ \ | |/
| * Fix Bug #73462 - Persistent connections don't set $connect_errnoVince2017-01-031-0/+41
* | Merge branch 'PHP-7.0' into PHP-7.1Andrey Hristov2016-12-121-2/+38
|\ \ | |/
| * Add a bit more test cases (edge cases) to the BIT test caseAndrey Hristov2016-12-121-2/+38
* | Merge branch 'PHP-7.0' into PHP-7.1Andrey Hristov2016-12-121-0/+65
|\ \ | |/
| * Add a test case to test fetching of multiple rows with bit values.Andrey Hristov2016-12-121-0/+65
* | fix test compat with MySQL 5.7Anatol Belski2016-12-071-2/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-12-041-2/+2
|\ \ | |/
| * fix testAnatol Belski2016-12-041-2/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-12-041-1/+1
|\ \ | |/
| * fix testAnatol Belski2016-12-041-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-09-171-0/+65
|\ \ | |/
| * Add test for bug #72489Nikita Popov2016-09-171-0/+65
* | add test for bug #72701Anatol Belski2016-07-291-0/+32
* | Fix for bug #71863 Segfault when EXPLAIN with "Unknown column" errorAndrey Hristov2016-07-251-0/+37
* | Implemented RFC: Replace "Missing argument" warning with "Too few arguments" ...Dmitry Stogov2016-06-162-23/+29
* | Merge branch 'PHP-7.0'Anatol Belski2016-05-091-104/+0
|\ \ | |/
| * Revert "Fixed bug #71820 pg_fetch_object bind parameters before call construc...Anatol Belski2016-05-091-104/+0
* | Merge branch 'PHP-7.0'Anatol Belski2016-03-171-0/+104
|\ \ | |/
| * Fixed bug #71820 pg_fetch_object bind parameters before call constructorAnatol Belski2016-03-171-0/+104
* | - Make functions static, as they are not needed to be public - exportedAndrey Hristov2016-01-041-2/+6
|/
* Fixed bug #70949 (SQL Result Sets With NULL Can Cause Fatal Memory Errors)Xinchen Hui2015-11-271-0/+62
* Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-171-2/+12
|\
| * Improve the testXinchen Hui2015-11-171-2/+12
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-162-6/+82
|\ \ | |/
| * Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction)Xinchen Hui2015-11-162-6/+82
* | Fix mysqli testsAndrey Hristov2015-10-282-5/+4