summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli.c
Commit message (Expand)AuthorAgeFilesLines
* Change the default error mode of mysqliDharman2021-03-151-2/+2
* Remove unused mysqli globalDharman2021-03-151-2/+1
* Fix #80329: Add option to specify LOAD DATA LOCAL white list folderDarek Slusarczyk2021-02-231-1/+6
* Generate class entries from stubs for ldap, libxml, mbstring and mysqliMáté Kocsis2021-02-161-69/+19
* Fix #80330: Replace language in APIs and source code/docsDarek Slusarczyk2021-01-251-0/+2
* Replace zend_bool uses with boolNikita Popov2021-01-151-2/+2
* Remove mysqlnd_extension enumNikita Popov2020-12-151-1/+1
* Remove MYSQLND_STRING_TO_INT_CONVERSION defineNikita Popov2020-12-141-1/+1
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-251-7/+11
|\
| * Fixed error reporting in mysqli_stmt::__constructDharman2020-11-251-30/+17
* | Remove embedded property from mysqli_driverDharman2020-11-091-1/+0
* | Fix default value handling of mysqli_fetch_object()Máté Kocsis2020-10-201-11/+7
* | Promote a few forgotten warnings to exceptionsMáté Kocsis2020-09-251-2/+4
* | Assert that all switch cases are coveredNikita Popov2020-09-181-0/+1
* | Remove vestiges of embedded mysql from testsNikita Popov2020-09-171-1/+0
* | Drop support for libmysqlclient < 5.5Nikita Popov2020-09-171-2/+2
* | Merge branch 'PHP-7.4'Nikita Popov2020-09-171-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-171-1/+1
| |\
| | * mysql: native mysql-8.0 uses _BoolDaniel Black2020-09-171-1/+1
* | | Promote warnings to Error in MySQLi extensionGeorge Peter Banyard2020-09-151-4/+5
* | | Use normal zpp in mysqli_result::__construct()Nikita Popov2020-08-141-13/+2
* | | Remove dummy aliases for mysqli constructorsNikita Popov2020-08-141-15/+2
* | | Avoid fatal error on not found class in mysqli_fetch_object()Nikita Popov2020-08-131-10/+2
* | | Implement named parametersNikita Popov2020-07-311-0/+1
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-1/+1
* | | Remove no_separation flagNikita Popov2020-07-071-1/+0
* | | Remove proto comments from C filesMax Semenik2020-07-061-32/+16
* | | Introduce InternalIteratorNikita Popov2020-06-241-1/+10
* | | Fix [-Wextra-tokens] warning in MySQLi extension which breaks buildGeorge Peter Banyard2020-05-181-2/+2
* | | Fix [-Wundef] warning in MySQLi extensionGeorge Peter Banyard2020-05-181-7/+7
* | | Fix UNKNOWN default values in various extensionsMáté Kocsis2020-05-051-26/+9
* | | Remove support for libmysqlclient 5.0Nikita Popov2020-04-231-13/+1
* | | Generate function entries from stubs for mysqliMáté Kocsis2020-04-191-7/+8
* | | Improve error messages of various extensionsMáté Kocsis2020-03-231-1/+1
* | | Promote mysqli warnings to exceptionsMáté Kocsis2020-01-301-2/+3
* | | Merge branch 'PHP-7.4'Máté Kocsis2020-01-281-6/+11
|\ \ \ | |/ /
| * | Fix #78666 mysqli_options generates Warning on var_dump()Máté Kocsis2020-01-281-6/+12
* | | Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-021-1/+1
* | | 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-311-4/+4
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | Merge branch 'PHP-7.4'Derick Rethans2019-06-211-1/+0
|\ \ \ | |/ /
| * | Fixed bug #67348: Reading $dbc->stat modifies $dbc->affected_rowsDerick Rethans2019-06-211-1/+0
| * | Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-6/+8
| * | Allow exceptions in __toString()Nikita Popov2019-06-051-0/+6
* | | ctor_params of mysqli_fetch_object should use "a"Nikita Popov2019-06-171-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-02-281-4/+0
|\ \ \ | |/ /
| * | Remove mysqli embedded server supportNikita Popov2019-02-281-4/+0
* | | Merge branch 'PHP-7.4'Darek Slusarczyk2019-02-111-2/+2
|\ \ \ | |/ /