summaryrefslogtreecommitdiff
path: root/ext/mysqli/php_mysqli.h
Commit message (Expand)AuthorAgeFilesLines
* fixed stmt->stmt->query which was removed in libmysql 4.1.2Georg Richter2004-03-161-0/+2
* added new function mysql_stmt_free_resultGeorg Richter2004-03-101-0/+3
* fixed memleaks in bind functionsGeorg Richter2004-03-091-9/+12
* ws & cs fixesfoobar2004-02-261-1/+1
* added MySQLI ini entriesGeorg Richter2004-02-261-1/+2
* removed experimental statusGeorg Richter2004-01-281-0/+2
* Silence some compile warningsfoobar2004-01-231-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* fixed memleak and segfault when constructor call failedGeorg Richter2003-12-311-2/+8
* ZTS fixesMarcus Boerger2003-12-131-4/+4
* removed profilerGeorg Richter2003-12-131-13/+38
* - Added multiquery support:Georg Richter2003-11-221-4/+44
* added support for embedded MySQL ServerGeorg Richter2003-10-291-9/+19
* mysql_prepare_result -> mysqli_get_metadataGeorg Richter2003-09-251-1/+1
* Modify mysqli_fetch_object() to be able to instantiate a selected class andMarcus Boerger2003-09-061-1/+1
* added new functions:Georg Richter2003-07-181-0/+2
* added new function mysqli_stmt_data_seekGeorg Richter2003-07-151-0/+1
* added support for rebindGeorg Richter2003-07-151-4/+9
* added new function mysqli_stmt_num_rowsGeorg Richter2003-06-221-0/+1
* new functions (4.1.1): mysql_sqlstate, mysql_stmt_sqlstateGeorg Richter2003-06-211-0/+6
* updating license information in the headers.James Cox2003-06-101-3/+3
* profiler:Georg Richter2003-03-111-122/+9
* various changes for profilerGeorg Richter2003-03-081-30/+127
* fixed bug in macro-definitionGeorg Richter2003-03-031-1/+1
* added profiler supportGeorg Richter2003-03-031-12/+55
* Fixed bug with stmt_close (libmysql bk version 1.1477 required)Georg Richter2003-02-221-3/+9
* added new function mysqli_stmt_store_resultGeorg Richter2003-02-181-0/+1
* Moved longlong conversion to a macro.Ilia Alshanetsky2003-02-161-0/+11
* added new function mysqli_stmt_affected_rowsGeorg Richter2003-02-161-0/+1
* Allow mysqli to be built when imap (c-client) is used.Ilia Alshanetsky2003-02-141-0/+7
* Missing portion of the previous patch.Ilia Alshanetsky2003-02-141-5/+5
* Buncha Fixes.Ilia Alshanetsky2003-02-141-1/+1
* added new function int mysql_get_server_versionGeorg Richter2003-02-131-0/+1
* removed function mysql_num_warnings (libmysql change).Georg Richter2003-02-121-1/+0
* initial uploadGeorg Richter2003-02-121-0/+251