summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* - Temporary fix for bug #27869Andi Gutmans2004-04-151-2/+2
* - Align help output for configure.Derick Rethans2004-03-311-2/+2
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+118
* ups - changed alias instead of method beforeGeorg Richter2004-03-211-2/+2
* renamed get_metadata method to get_result_metadata.Georg Richter2004-03-211-1/+3
* Update for new read_property APIStanislav Malyshev2004-03-211-2/+2
* fixed problems in mysql_stmt_init (missing alloc from stmt)Georg Richter2004-03-181-0/+3
* removed if type=string: val is allocated for any type of dataGeorg Richter2004-03-181-3/+1
* fixed stmt->stmt->query which was removed in libmysql 4.1.2Georg Richter2004-03-165-4/+31
* added new function mysql_stmt_free_resultGeorg Richter2004-03-103-0/+28
* Missing buffer->val changeMarcus Boerger2004-03-091-1/+1
* fixed memleaks in bind functionsGeorg Richter2004-03-094-88/+211
* Attempt at fixing win32 link errorsEdin Kadribasic2004-03-031-1/+6
* Add missing source fileEdin Kadribasic2004-03-031-1/+1
* Replace mysql with mysqli in paths to allow building both mysql and mysqliEdin Kadribasic2004-03-031-2/+2
* ws & cs fixesfoobar2004-02-264-15/+32
* prototype fix for mysqli_pingGeorg Richter2004-02-261-2/+5
* added MySQLI ini entriesGeorg Richter2004-02-264-3/+6
* removed blocking calls to mysql_set_server_option (MYSQLI_DISABLE_MQ)Georg Richter2004-02-263-3/+5
* Wordsize fixesArd Biesheuvel2004-02-252-2/+2
* Do not corrupt mysql build with mysqli build stuff. (should fix #27387)foobar2004-02-251-3/+3
* fixed prototypes for mysqli_connect_err* functionsGeorg Richter2004-02-231-2/+2
* fixed report messageGeorg Richter2004-02-232-2/+6
* Can't test whether it works (no current >=mysql-4.1.2 available on Windows), ...Sebastian Bergmann2004-02-211-0/+14
* fixed typo in method aliasGeorg Richter2004-02-211-1/+1
* Moved functions for replication support in to file mysqli_repl.cGeorg Richter2004-02-203-183/+222
* changed return value of mysql_fetchGeorg Richter2004-02-181-1/+1
* changed outputGeorg Richter2004-02-171-3/+2
* fixed some testsGeorg Richter2004-02-164-7/+24
* fixed several binding problemsGeorg Richter2004-02-151-1/+12
* Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0.Zeev Suraski2004-02-151-1/+1
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-121-1/+1
* removed printfs :)Georg Richter2004-02-112-3/+0
* changed first param in mysqli_bind_paramGeorg Richter2004-02-1114-32/+18
* changed first parameter in mysqli_bind_param from array to stringGeorg Richter2004-02-112-25/+16
* fixed cast warningGeorg Richter2004-02-071-1/+1
* - Update with new destructor codeZeev Suraski2004-02-041-3/+3
* Corrected binding:Georg Richter2004-01-311-1/+1
* added nuw_rows property for statement objectGeorg Richter2004-01-301-0/+3
* removed experimental statusGeorg Richter2004-01-288-19/+29
* changed prototype mysql_dataseek from void to boolGeorg Richter2004-01-271-3/+7
* prototype fixesGeorg Richter2004-01-272-3/+2
* fixed compiler warning (thx to Marcus Boerger)Georg Richter2004-01-261-1/+1
* proto fixesGeorg Richter2004-01-262-26/+8
* more prototype fixes.Georg Richter2004-01-262-10/+8
* prototype fix for mysqli_fetchGeorg Richter2004-01-251-4/+14
* prototype fixesGeorg Richter2004-01-241-2/+2
* Silence some compile warningsfoobar2004-01-231-1/+1
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-2/+2
* Proto fixMarcus Boerger2004-01-121-1/+1