summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* Change argument error message formatMáté Kocsis2020-02-264-5/+5
* Add ext/mysqli stubsTom Van Looy2020-02-255-500/+1327
* Use serialize_precision for var_dump()Nikita Popov2020-02-251-2/+2
* Remove mysqli reflection testsNikita Popov2020-02-185-2044/+0
* Fix zpp in mysqli_warning::next()Nikita Popov2020-02-181-8/+6
* Make type error messages more consistentMáté Kocsis2020-02-174-5/+5
* Reindent phpt filesNikita Popov2020-02-03398-21001/+21001
* Promote mysqli warnings to exceptionsMáté Kocsis2020-01-30113-802/+1278
* Merge branch 'PHP-7.4'Máté Kocsis2020-01-289-157/+134
|\
| * Fix #78666 mysqli_options generates Warning on var_dump()Máté Kocsis2020-01-289-157/+135
* | Merge branch 'PHP-7.4'Nikita Popov2020-01-282-5/+6
|\ \ | |/
| * Fix mysqli_get_warnings() with multi queriesNikita Popov2020-01-282-5/+6
* | Merge branch 'PHP-7.4'Nikita Popov2020-01-241-3/+3
|\ \ | |/
| * Fix mysqli ssl test for tls1.3Nikita Popov2020-01-241-3/+3
* | Merge branch 'PHP-7.4'Nikita Popov2020-01-201-1/+1
|\ \ | |/
| * Increase timeout in mysqli_reap_async_query testNikita Popov2020-01-201-1/+1
* | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-174-4/+4
* | Fix #78880: Final spelling fixesMáté Kocsis2020-01-163-3/+3
* | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-163-4/+4
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-132-0/+140
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-132-0/+140
| |\
| | * Fix #79084: mysqlnd may fetch wrong column indexes with MYSQLI_BOTHChristoph M. Becker2020-01-132-0/+140
| | * Fix test cases which fail on Windows debug buildsChristoph M. Becker2020-01-103-2/+4
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-112-4/+7
|\ \ \ | |/ /
| * | Bring back test case support for older MySQL versionsChristoph M. Becker2020-01-112-4/+7
* | | Convert infallible mysqli checks to assertsNikita Popov2020-01-091-10/+2
* | | Remove unused MYSQLI_STATUS_CLEAREDNikita Popov2020-01-091-1/+0
* | | Use RETURN_THROWS() after try_convert_to_string()Máté Kocsis2020-01-031-2/+2
* | | Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-024-88/+88
* | | Use RETURN_THROWS() after zend_throw_exception() in most of the extensionsMáté Kocsis2020-01-021-1/+1
* | | Use RETURN_THROWS() after zend_throw_error()Máté Kocsis2020-01-011-3/+3
* | | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-315-18/+18
* | | Fix #78790: mysqli_get_client_info() expects exactly 0 parameters, 1 givenChristoph M. Becker2019-12-303-4/+16
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-277-57/+39
|\ \ \ | |/ /
| * | Don't use PASSWORD() function in testNikita Popov2019-12-272-3/+3
| * | Skip bug77956.phpt if local_infile disabled on serverNikita Popov2019-12-271-0/+10
| * | Don't check TIMESTAMP NOT NULL in fetch_field_flags testNikita Popov2019-12-271-18/+0
| * | Don't test the RENAME DATABASE queryNikita Popov2019-12-271-20/+8
| * | Make GeomFromText tests compatible with MySQL 8Nikita Popov2019-12-272-16/+18
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-052-5/+11
|\ \ \ | |/ /
| * | Fix mysqli ssl testsNikita Popov2019-12-052-5/+11
* | | Fix clean section of test caseChristoph M. Becker2019-11-111-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-11-113-2/+4
|\ \ \ | |/ /
| * | Fix test cases which fail on Windows debug buildsChristoph M. Becker2019-11-113-2/+4
* | | Properly declare methodsChristoph M. Becker2019-11-111-77/+77
* | | Revert "Fix #78790: mysqli_get_client_info() expects exactly 0 parameters"Christoph M. Becker2019-11-111-6/+2
* | | Fix #78790: mysqli_get_client_info() expects exactly 0 parametersChristoph M. Becker2019-11-111-2/+6
* | | Clean DONE tags from testsFabien Villepinte2019-11-075-10/+0
* | | Add missing ZPP checksMáté Kocsis2019-11-016-11/+45
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-071-1/+1
|\ \ \ | |/ /