summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.c
Commit message (Expand)AuthorAgeFilesLines
* fixed problems in mysql_stmt_init (missing alloc from stmt)Georg Richter2004-03-181-0/+3
* fixed stmt->stmt->query which was removed in libmysql 4.1.2Georg Richter2004-03-161-1/+22
* added new function mysql_stmt_free_resultGeorg Richter2004-03-101-0/+21
* fixed memleaks in bind functionsGeorg Richter2004-03-091-60/+151
* prototype fix for mysqli_pingGeorg Richter2004-02-261-2/+5
* added MySQLI ini entriesGeorg Richter2004-02-261-1/+1
* removed blocking calls to mysql_set_server_option (MYSQLI_DISABLE_MQ)Georg Richter2004-02-261-3/+0
* fixed report messageGeorg Richter2004-02-231-2/+4
* Moved functions for replication support in to file mysqli_repl.cGeorg Richter2004-02-201-182/+0
* changed return value of mysql_fetchGeorg Richter2004-02-181-1/+1
* fixed several binding problemsGeorg Richter2004-02-151-1/+12
* removed printfs :)Georg Richter2004-02-111-2/+0
* changed first parameter in mysqli_bind_param from array to stringGeorg Richter2004-02-111-19/+15
* Corrected binding:Georg Richter2004-01-311-1/+1
* removed experimental statusGeorg Richter2004-01-281-3/+11
* changed prototype mysql_dataseek from void to boolGeorg Richter2004-01-271-3/+7
* prototype fixesGeorg Richter2004-01-271-2/+2
* fixed compiler warning (thx to Marcus Boerger)Georg Richter2004-01-261-1/+1
* proto fixesGeorg Richter2004-01-261-24/+8
* more prototype fixes.Georg Richter2004-01-261-7/+5
* prototype fix for mysqli_fetchGeorg Richter2004-01-251-4/+14
* prototype fixesGeorg Richter2004-01-241-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-1/+1
* fixed memleak and segfault when constructor call failedGeorg Richter2003-12-311-6/+10
* fixed a bug in mysqli_num_rows (added support for longlong values)Georg Richter2003-12-301-4/+3
* fixed prototype for mysqli_bind_resultGeorg Richter2003-12-281-1/+1
* added propertiesGeorg Richter2003-12-161-0/+4
* minor fixes for embeddedGeorg Richter2003-12-131-7/+2
* ZTS fixesMarcus Boerger2003-12-131-3/+3
* removed profilerGeorg Richter2003-12-131-251/+118
* prototype fix for mysqli_ssl_setGeorg Richter2003-11-301-1/+1
* - Added multiquery support:Georg Richter2003-11-221-2/+44
* proto fixHartmut Holzgraefe2003-11-191-1/+1
* changed return value from long to boolean for mysql_executeGeorg Richter2003-10-301-2/+5
* added support for embedded MySQL ServerGeorg Richter2003-10-291-4/+39
* mysql_prepare_result -> mysqli_get_metadataGeorg Richter2003-09-251-3/+3
* proto fixHartmut Holzgraefe2003-09-161-1/+1
* Modify mysqli_fetch_object() to be able to instantiate a selected class andMarcus Boerger2003-09-061-1/+1
* Revert commit by accident, sorryMarcus Boerger2003-08-311-2/+2
* Revisited: Replace the non portable code by spprintfMarcus Boerger2003-08-311-2/+2
* format string fixesAndrey Hristov2003-08-281-1/+1
* Fix parameter specMarcus Boerger2003-08-211-1/+1
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-5/+5
* ws fixfoobar2003-07-281-13/+13
* added new functions:Georg Richter2003-07-181-11/+13
* added new function mysqli_stmt_data_seekGeorg Richter2003-07-151-2/+23
* added support for rebindGeorg Richter2003-07-151-92/+77
* added BYREF_FORCE for bind parameters in msqli_bind_param and mysqli_bind_resultGeorg Richter2003-06-281-61/+49
* added new function mysqli_stmt_num_rowsGeorg Richter2003-06-221-0/+19
* fixed prototypesGeorg Richter2003-06-221-65/+65