summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.c
Commit message (Expand)AuthorAgeFilesLines
* Handle errors during next_result()Nikita Popov2020-11-111-2/+10
* Handle mysqli errors in more casesDharman2020-10-281-0/+4
* Fix bug #79375Dharman2020-10-281-1/+2
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-201-1/+1
|\
| * Fix mysqli build with mysqlnd and without PDOBob Weinand2020-09-201-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-181-1/+6
|\ \ | |/
| * Support NO_BACKSLASH_ESCAPES with newer libmysqlclientNikita Popov2020-09-181-1/+6
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-171-3/+5
|\ \ | |/
| * mysqli: use native apiDaniel Black2020-09-171-3/+5
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-251-4/+1
|\ \ | |/
| * Remove bogus REGISTER_LONG_CONSTANTNikita Popov2020-08-251-4/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-161-3/+3
|\ \ | |/
| * Fix MySQL local infile / attr handling on big endian systemsguirish2020-04-161-3/+3
* | Drop E_STRICT notice in mysqli extensionGeorge Peter Banyard2019-08-311-12/+0
* | Small typo and proto name fixGeorge Peter Banyard2019-07-151-1/+1
* | Fix compilation errors when building against libmysqlSebastian Pop2019-06-281-2/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Andrey Hristov2019-06-191-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Andrey Hristov2019-06-191-1/+1
| |\
| | * Fix version comparisonAndrey Hristov2019-06-191-1/+1
| | * year++Xinchen Hui2018-01-021-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-111-2/+2
|\ \ \ | |/ /
| * | Be more precise about possible types for mysqli methodsTyson Andre2019-06-111-2/+2
* | | Allow exceptions in __toString()Nikita Popov2019-06-051-2/+7
* | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-9/+9
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Implement typed propertiesNikita Popov2019-01-111-17/+11
|/ /
* | Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | [ci skip] Remove space between function name and open parenthesesGabriel Caruso2018-02-241-7/+7
* | Use int instead of long in protosGabriel Caruso2018-02-231-3/+3
* | A cheaper way to clone reference value.Dmitry Stogov2018-01-171-2/+4
* | year++Xinchen Hui2018-01-021-1/+1
* | Embeded zend_list into st_mysqlnd_error_info, to avoid extra allocation/deall...Dmitry Stogov2017-11-151-0/+4
* | Merge branch 'PHP-7.2'Joe Watkins2017-07-251-4/+6
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-07-251-4/+6
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-251-4/+6
| | |\
| | | * minor loop optimizations, closes #2633Joe Watkins2017-07-251-4/+6
* | | | Remove version checks for MySQL < 5.0Nikita Popov2017-07-191-2/+0
|/ / /
* | | Merge branch 'PHP-7.1'Anatol Belski2017-05-061-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-05-061-1/+1
| |\ \ | | |/
| | * Fixed bug #74547 mysqli::change_user() doesn't accept null as $database argum...Anatol Belski2017-05-061-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-3/+3
* | | Merge branch 'PHP-7.0' into PHP-7.1Andrey Hristov2016-10-171-2/+2
|\ \ \ | |/ / |/| |
| * | Merge branch 'PHP-5.6' into PHP-7.0Andrey Hristov2016-10-171-2/+2
| |\ \ | | |/ | |/|
| | * This is a very very old thing dated back to year 2009.Andrey Hristov2016-10-171-2/+2
* | | Fixed compilation warningsDmitry Stogov2016-06-221-3/+3