summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: fix for bug #33263Georg Richter2005-06-171-1/+7
* fixed parameter parse string for mysqli_stmt_attr_setGeorg Richter2005-06-151-1/+1
* MFH:Georg Richter2005-05-211-7/+15
* MFHAndrey Hristov2005-05-091-1/+2
* warn the user if he wants to prepare before fetching all previous dataAndrey Hristov2005-05-091-0/+4
* bail out just after detecting incorrect number of paramts to bind (MFH)Andrey Hristov2005-05-071-2/+3
* init these variables (MFH)Andrey Hristov2005-05-061-1/+1
* MFH: fix for bug #32956Georg Richter2005-05-051-4/+18
* MFH (fix bug #31023)Andrey Hristov2005-04-271-3/+31
* MFHAndrey Hristov2005-04-191-8/+15
* MFH: typofixAntony Dovgal2005-03-171-1/+1
* MFH: Fix for mysql_affected_rows and mysql_stmt_affected_rowsGeorg Richter2005-01-281-0/+6
* MFH: fix for bug #31710Georg Richter2005-01-271-8/+12
* fix segfault when invalid field offset is passed to mysqli_fetch_field_direct()Antony Dovgal2005-01-271-0/+5
* fixed possible leak in mysqli_initGeorg Richter2004-12-271-2/+3
* Fix for feature request #31015: Length for field object/arrayGeorg Richter2004-12-271-0/+4
* MFH: Fixed type conversion for NULL values in mysql_stmt_executeGeorg Richter2004-12-201-19/+19
* MFH:Georg Richter2004-11-011-10/+11
* MFH: LOAD DATA INFILE now uses PHP's fopen wrapperGeorg Richter2004-09-041-32/+22
* fixed compiler warningsGeorg Richter2004-09-021-2/+2
* minor fix in mysqli_prepare: copying stmt errormessag to mysql structureGeorg Richter2004-08-121-0/+6
* MFH: This should fix binary safety for bound results.Sara Golemon2004-07-221-1/+1
* prototype fixesGeorg Richter2004-07-131-3/+3
* changed mysqli_stmt_reset (returns now bool instead of void)Georg Richter2004-07-131-4/+5
* added check in config.m4 for deprecated libraryGeorg Richter2004-07-071-44/+77
* fixed crash (changed MYSQL TO MY_MYSQL in mysql_stmt_init)Georg Richter2004-06-081-3/+3
* removed conditional defines for load_data_infile_handlers on windowsGeorg Richter2004-06-061-2/+0
* Major changes for 4.1.2-alpha/4.1.3-beta:Georg Richter2004-06-051-182/+264
* 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