summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_prop.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [-Wundef] warning in MySQLi extensionGeorge Peter Banyard2020-05-181-3/+3
* Promote mysqli warnings to exceptionsMáté Kocsis2020-01-301-8/+4
* Merge branch 'PHP-7.4'Máté Kocsis2020-01-281-52/+69
|\
| * Fix #78666 mysqli_options generates Warning on var_dump()Máté Kocsis2020-01-281-52/+69
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/
* Fixed bug #67348: Reading $dbc->stat modifies $dbc->affected_rowsDerick Rethans2019-06-211-33/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* [Bug 75448] In case of failure, mysqli::prepare() returns NULL instead of FALSESergei Morozov2018-02-101-2/+2
* year++Xinchen Hui2018-01-021-1/+1
* Embeded zend_list into st_mysqlnd_error_info, to avoid extra allocation/deall...Dmitry Stogov2017-11-151-6/+6
* Avoid HashTable allocations for empty arrays (using zend_empty_array).Dmitry Stogov2017-10-241-2/+6
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
* Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-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
* | | MNDR:Andrey Hristov2015-11-121-3/+5
|/ /
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-3/+3
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-18/+18
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-191-3/+3
* | master renames phase 3Anatol Belski2014-08-251-14/+14
* | master renames phase 1Anatol Belski2014-08-251-32/+32
* | yet trivial fixes to mysql extsAnatol Belski2014-08-211-7/+7
* | ported ext/mysqliAnatol Belski2014-08-191-13/+13
* | basic macro replacements, all at onceAnatol Belski2014-08-191-30/+30
* | clean up - avoid reallocXinchen Hui2014-08-131-5/+4
* | Various bug fixes (now 17 tests fails, it is 11 in trunk)Xinchen Hui2014-05-111-4/+4
* | Refactor MySQLi (incompleted, only compilable now)Xinchen Hui2014-05-111-174/+95
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-2/+4
|\ \ | |/
| * Use API instead of directly acessing the structureAndrey Hristov2014-02-251-2/+4
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-8/+8
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fix bug #61003 mysql_stat() require a valid connectionJohannes Schlüter2012-03-061-0/+4
* unnecessay slashXinchen Hui2012-01-171-2/+2
* - Year++Felipe Pena2012-01-011-1/+1
* Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-3/+3
* Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-6/+7
* null the value before usageAndrey Hristov2011-10-081-4/+3
* Be consistent, add mysqli::stat property, as equivalent of mysqli_stat().Andrey Hristov2011-10-061-0/+33
* Add mysqli_error_list() that returns an array with errors. Typically onlyAndrey Hristov2011-08-041-0/+98
* fix warnings due to change in zend_property_info (structure extended in the m...Andrey Hristov2011-08-021-38/+38
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed compiler warnings in mysqliKalle Sommer Nielsen2010-10-051-3/+3
* Fixing compiler warning "ext/mysqli/mysqli_prop.c", line [...]: warning: synt...Ulf Wendel2010-10-041-22/+22