summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_prop.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* fixed stmt->stmt->query which was removed in libmysql 4.1.2Georg Richter2004-03-161-2/+0
* ws & cs fixesfoobar2004-02-261-13/+28
* removed blocking calls to mysql_set_server_option (MYSQLI_DISABLE_MQ)Georg Richter2004-02-261-0/+4
* added nuw_rows property for statement objectGeorg Richter2004-01-301-0/+3
* removed experimental statusGeorg Richter2004-01-281-2/+12
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* fixed bug(s) in macro call for statement propertiesGeorg Richter2004-01-011-14/+14
* Added Macro for longlong valuesGeorg Richter2004-01-011-33/+24
* fixed a bug in insert_id propertyGeorg Richter2003-12-301-2/+3
* fixed bug in properties for longlong valuesGeorg Richter2003-12-281-2/+49
* added propertiesGeorg Richter2003-12-161-0/+4
* - Added multiquery support:Georg Richter2003-11-221-0/+181