summaryrefslogtreecommitdiff
path: root/ext/mysqli
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-148-8/+6
* Trim trailing whitespace in source code filesPeter Kokot2018-10-134-7/+7
* 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
* year++Xinchen Hui2018-01-0217-17/+17
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-10-283-3/+34
|\
| * Fix bug #75434 Wrong reflection for mysqli_fetch_all functionFabien Villepinte2017-10-283-3/+34
* | Fixed bug #75018, fixed bug #75177Anatol Belski2017-09-131-0/+38
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-252-6/+9
|\ \ | |/
| * minor loop optimizations, closes #2633Joe Watkins2017-07-252-6/+9
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-222-0/+28
|\ \ | |/
| * Fixed bug #74968 PHP crashes when calling mysqli_result::fetch_object with an...Anatol Belski2017-07-222-0/+28
* | 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-153-7/+63
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-05-062-1/+26
|\ \ | |/
| * Fixed bug #74547 mysqli::change_user() doesn't accept null as $database argum...Anatol Belski2017-05-062-1/+26
* | 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-182-3/+25
|\ \ | |/
| * Fix bug #73949 leak in mysqli_fetch_objectJoe Watkins2017-01-182-3/+25
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-121-0/+38
|\ \ | |/
| * Fix bug #69899rfussenegger2017-01-121-0/+38
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-0417-17/+17
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-0417-17/+17
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-032-0/+45
|\ \ | |/
| * Fix Bug #73462 - Persistent connections don't set $connect_errnoVince2017-01-032-0/+45
* | 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
* | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-2/+2
|\ \
| * | Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-131-2/+2
| * | Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-1041-253/+618
| |\ \
| * | | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-051-2/+2
* | | | Fixed compilation warningsDmitry Stogov2016-06-281-4/+0
* | | | Fixed compilation warningsDmitry Stogov2016-06-226-9/+10