summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagphp_ibase_before_splitSVN Migration2004-01-251-1931/+0
* 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
* new functions (4.1.1): mysql_sqlstate, mysql_stmt_sqlstateGeorg Richter2003-06-211-0/+37
* updating license information in the headers.James Cox2003-06-101-3/+3
* - No c++ comments in c code..foobar2003-06-021-2/+3
* - fix one warningMarcus Boerger2003-05-311-2/+2
* additional check for unsecure connect optionsGeorg Richter2003-05-311-0/+6
* Added a few extra proto descriptions and made some minor corrections and comm...Zak Greant2003-05-041-31/+25
* accept possible leaks for now to make SELECTS with both bound parametersHartmut Holzgraefe2003-04-111-0/+9
* proto fixHartmut Holzgraefe2003-04-111-1/+1
* parameter count for bind stuff is different in OO interfaceHartmut Holzgraefe2003-04-111-5/+15
* fixed mysqli_prepare_resultGeorg Richter2003-04-031-5/+9
* more proto fixesHartmut Holzgraefe2003-03-171-6/+6
* lots of proto stuffHartmut Holzgraefe2003-03-151-47/+53
* profiler:Georg Richter2003-03-111-3/+6
* various changes for profilerGeorg Richter2003-03-081-275/+449
* removed some commentsGeorg Richter2003-02-221-7/+2
* Fixed bug with stmt_close (libmysql bk version 1.1477 required)Georg Richter2003-02-221-13/+11
* added new function mysqli_stmt_store_resultGeorg Richter2003-02-181-0/+19
* Fixed compiler warning.Ilia Alshanetsky2003-02-181-1/+2
* fixed some leaks when mysql_close will be called before all stmts are freed.Georg Richter2003-02-181-1/+10