summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_prop.c
Commit message (Expand)AuthorAgeFilesLines
* Use API instead of directly acessing the structureAndrey Hristov2014-02-251-2/+4
* 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
* Sorry for the commit but compiler warnings are annoying and so are white spac...Ulf Wendel2010-10-041-13/+13
* Fix for bug #52654 mysqli doesn't install headers with structures it usesAndrey Hristov2010-08-201-0/+1
* decouple the methods in MYSQLND_STMT from the data,Andrey Hristov2010-03-161-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Revert in regard of my_ulonglong which should be used instead of longAndrey Hristov2009-05-271-20/+19
* MFH: Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysqlKalle Sommer Nielsen2009-05-201-7/+7
* MFH Fix #45940 MySQLI OO does not populate connect_error property on failedJohannes Schlüter2009-01-121-4/+8
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH:Andrey Hristov2008-11-181-2/+2
* MFH: Remove unneeded castAndrey Hristov2008-11-101-1/+1
* MFH: Fixed compiler warningsIlia Alshanetsky2008-11-101-11/+11
* MFH: Fix warnings in sprintfAndrey Hristov2008-10-311-18/+18
* Fixed a bunch of bugs reported inAndrey Hristov2008-03-181-46/+92
* More optimizations - less MM callsAndrey Hristov2008-01-281-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fix bug due to shadowing of variables. This one is pretty-pretty rare,Andrey Hristov2007-10-161-2/+2
* Import mysqlndAndrey Hristov2007-10-051-10/+9
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-9/+9
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fixed bigint conversion on windows platformsGeorg Richter2006-04-051-3/+3
* fixed stmt property container and required status for error propertiesGeorg Richter2006-04-031-4/+4
* Fix for bug #36802 (server crashes with invalid/not opened connections)Georg Richter2006-03-241-74/+84
* MFH: add checks and fix possible reincarnations of bug #36420Antony Dovgal2006-02-161-2/+23
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Mark more private functions as static.Joe Orton2005-03-301-3/+3
* Mark private functions as static.Joe Orton2005-03-301-8/+8
* fixed a bug in mysql_affected_rows and mysql_stmt_affected_rowsGeorg Richter2005-01-281-2/+57
* Added new classes:Georg Richter2005-01-071-0/+1
* added property 'id' to retrieve statement id (required by PEAR DB, to supportGeorg Richter2004-12-291-5/+21
* fixed windows compile errors (Thx to Sebastian Bergmann)Georg Richter2004-12-061-11/+18
* Fixed bug #30890 (testsuite)Georg Richter2004-12-041-17/+17
* fixed bug in mysql->client_versionGeorg Richter2004-07-261-1/+10
* added check in config.m4 for deprecated libraryGeorg Richter2004-07-071-3/+17
* Major changes for 4.1.2-alpha/4.1.3-beta:Georg Richter2004-06-051-75/+53