summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_warning.c
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-3/+3
* MySQLnd: Clean up and optimize mysqlnd result set handlingNikita Popov2020-12-171-1/+1
* Remove mysqlnd_extension enumNikita Popov2020-12-151-1/+1
* Consistent error handling in mysqli_pollDharman2020-10-261-3/+3
* Make mysqli_warning constructor privateNikita Popov2020-09-271-57/+2
* Generate function entries from stubs for mysqliMáté Kocsis2020-04-191-10/+0
* Do not include the same stub multiple timesMáté Kocsis2020-04-031-1/+1
* Add ext/mysqli stubsTom Van Looy2020-02-251-2/+4
* Fix zpp in mysqli_warning::next()Nikita Popov2020-02-181-8/+6
* Promote mysqli warnings to exceptionsMáté Kocsis2020-01-301-6/+3
* Merge branch 'PHP-7.4'Máté Kocsis2020-01-281-12/+28
|\
| * Fix #78666 mysqli_options generates Warning on var_dump()Máté Kocsis2020-01-281-12/+28
* | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* | Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-021-1/+1
* | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-1/+1
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-2/+2
* Remove explicit params count checkGabriel Caruso2018-02-191-4/+1
* year++Xinchen Hui2018-01-021-1/+1
* Cleanup type conversionDmitry Stogov2017-12-071-2/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Fixed broken nameDmitry Stogov2015-07-011-4/+4
* | Cleanup (avoid duplication)Dmitry Stogov2015-07-011-4/+2
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-23/+23
* | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-201-1/+1
|\ \
| * | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-1/+1
|/ /
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* | master renames phase 1Anatol Belski2014-08-251-7/+7
* | basic macro replacements, all at onceAnatol Belski2014-08-191-4/+4
* | Suppress warningXinchen Hui2014-06-281-1/+1
* | Fixed MySQLi built with mysqlndXinchen Hui2014-06-191-10/+9
* | Various bug fixes (now 17 tests fails, it is 11 in trunk)Xinchen Hui2014-05-111-6/+6
* | Refactor MySQLi (incompleted, only compilable now)Xinchen Hui2014-05-111-45/+22
|/
* Switch from a single flag to a flag byteAndrey Hristov2014-03-101-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-12/+27
* fix warnings due to change in zend_property_info (structure extended in the m...Andrey Hristov2011-08-021-5/+5
* Fix for bug #54221 mysqli::get_warnings segfault when used in multi queriesAndrey Hristov2011-03-171-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Sorry for the commit but compiler warnings are annoying and so are white spac...Ulf Wendel2010-10-041-9/+9