summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #49965 . Let mysqli_options() try to cast option values to the ap...Ulf Wendel2009-11-031-4/+79
* Fixing problems when calling connect (again and again) on a valid connection ...Ulf Wendel2009-10-151-14/+24
* Fix mysqli_stmt_attr_set in libmysql mode.Andrey Hristov2009-09-251-1/+1
* Remove unused variableAndrey Hristov2009-09-251-1/+0
* Fix error code checking for mysql_stmt_attr_set. ThereAndrey Hristov2009-09-251-1/+5
* MFH: Fix handling of BIT fields in mysqli, when libmysql is usedAndrey Hristov2009-09-221-10/+25
* MFH:Fix for bug#48909 Segmentation fault in mysqli_stmt_executeAndrey Hristov2009-09-181-1/+1
* Fix for bug #49357 (MySQLi extension fails to recognize POINT (spatial) colu...Ulf Wendel2009-09-111-1/+3
* Stepping back to PHP 5.2.x and earlier logic of allocating even huge pieces o...Ulf Wendel2009-09-111-1/+3
* Fixing a crash which must have existed since PHP 5.0. At least the crash can ...Ulf Wendel2009-09-111-2/+2
* - Revert bad fix for bug #49122 and only enable this when mysqlnd is usedJani Taskinen2009-08-041-4/+3
* - Fixed bug #49122 (undefined reference to mysqlnd_stmt_next_result on compil...Jani Taskinen2009-08-021-3/+3
* MFH:Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and 5.4.xAndrey Hristov2009-05-291-1/+1
* Fixed compiler warning again, uint8_t is only available with mysqlnd. This is...Kalle Sommer Nielsen2009-05-231-0/+4
* Fixed buildIlia Alshanetsky2009-05-201-1/+1
* MFH: Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysqlKalle Sommer Nielsen2009-05-201-4/+4
* MFH: export mysql_refreshJohannes Schlüter2009-01-221-0/+16
* MFH: Fixed bug #46653Johannes Schlüter2009-01-091-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH:Fix for bug#46019 MySQLi::init() leaks memoryAndrey Hristov2008-09-191-1/+7
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
* MFH: Fixed bug#45019 Segmentation fault with SELECT ? and UNIONAndrey Hristov2008-07-251-2/+7
* Support for closuresDmitry Stogov2008-07-171-1/+2
* Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-241-0/+42
* MFB: Update CVS from the development treeAndrey Hristov2008-04-161-7/+6
* - Don't modify the variables which are passed for parameter binding.Andrey Hristov2008-03-201-7/+60
* Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with diffe...Andrey Hristov2008-03-101-18/+18
* Fix a problem with $mysqi->connect() not working with default values.Andrey Hristov2008-03-081-1/+1
* Pconnect working with mysqli_real_connect(). To less failing tests.Andrey Hristov2008-02-061-71/+8
* fixed binary arithmetic (MF5.2)Hartmut Holzgraefe2008-01-011-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Fix for bug #42548 "PROCEDURE xxx can't return a result set"Hartmut Holzgraefe2007-12-251-0/+2
* Fix crash with pconnectAndrey Hristov2007-11-091-6/+1
* MFH:- Fixed invalid handling of float value passed to an integer field on 64b...Jani Taskinen2007-10-291-1/+6
* ..and correct macroAntony Dovgal2007-10-171-1/+1
* MFH: use correct dtro and variable for the callbackAntony Dovgal2007-10-171-3/+2
* avoid double free and use zval_dtor() where neccessaryAntony Dovgal2007-10-161-1/+0
* fix buildAntony Dovgal2007-10-071-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
* Import mysqlndAndrey Hristov2007-10-051-414/+629
* Fixed leaks with multiple connects using one mysqli object.Andrey Hristov2007-09-061-0/+1
* Fixed bug #42378 (mysqli_stmt_bind_result memory exhaustion)Andrey Hristov2007-09-051-1/+7
* Fix build with latest 5.1 sources where gptr is no more.Andrey Hristov2007-07-241-4/+4
* Remove dot at the end of the messageAndrey Hristov2007-06-281-1/+1
* Fix INFILE LOCAL option handling with MySQL - now not allowed when open_basedirStanislav Malyshev2007-06-181-3/+9
* fix crash/leak in bug #38710Stanislav Malyshev2007-03-081-1/+10
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fix protosHannes Magnusson2006-10-021-1/+1
* MFH: fixed error messageGeorg Richter2006-09-291-1/+1