summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from PHP_5_3Jani Taskinen2009-08-041-3/+3
* - Fixed bug #49122 (undefined reference to mysqlnd_stmt_next_result on compil...Jani Taskinen2009-08-021-3/+3
* Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and 5.4.xAndrey Hristov2009-05-291-1/+1
* MFB: This should be in HEAD regradless of uint8_t is available or notKalle Sommer Nielsen2009-05-281-0/+4
* Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysqlKalle Sommer Nielsen2009-05-201-4/+4
* - Removed:Felipe Pena2009-03-271-8/+4
* - Export mysql_refresh to mysqli (mysqli_refresh(), $mysqli->refresh())Johannes Schlüter2009-01-221-0/+16
* Fix #46653 mysqlnd: can't extend mysqliJohannes Schlüter2009-01-091-1/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fix for bug#46019 MySQLi::init() leaks memoryAndrey Hristov2008-09-191-1/+7
* - Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
* Fix bug#45019 Segmentation fault with SELECT ? and UNIONAndrey Hristov2008-07-251-2/+7
* support for closuresDmitry Stogov2008-07-171-4/+4
* Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-241-0/+42
* Update ext/mysql, ext/mysqli and ext/mysqlnd from development treeAndrey Hristov2008-04-161-8/+6
* Small fix and a test case to prove itAndrey Hristov2008-03-201-2/+4
* Missing lines from the param-bind-non-changing fixAndrey Hristov2008-03-201-19/+60
* MFB - Bug #44352 mysqli_connect_error() false negative for host errorsAndrey Hristov2008-03-181-13/+10
* Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with diffe...Andrey Hristov2008-03-101-19/+19
* MFB:Andrey Hristov2008-03-081-1/+1
* Pconnect working with mysqli_real_connect()Andrey Hristov2008-02-061-81/+6
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fix for bug #42548 "PROCEDURE xxx can't return a result set"Hartmut Holzgraefe2007-12-251-0/+2
* Fix crashes with pconn (merge from 5_3)Andrey Hristov2007-11-091-6/+1
* - Fixed invalid handling of float value passed to an integer field on 64bit m...Jani Taskinen2007-10-291-1/+6
* commit lost part of the patchAntony Dovgal2007-10-171-1/+2
* use correct dtor and variable for the callbackAntony Dovgal2007-10-171-4/+3
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
* Update mysqlnd in HEADAndrey Hristov2007-10-021-12/+33
* Import of mysqlnd and ext/mysql + ext/mysqli patched to be built eitherAndrey Hristov2007-07-241-377/+639
* MFBAndrey Hristov2007-07-241-4/+4
* Fix INFILE LOCAL option handling with MySQL - now not allowed when open_basedirStanislav Malyshev2007-06-181-3/+9
* use default socket (removed by mistake?)Antony Dovgal2007-04-141-0/+4
* MFB: fix crash/leak in bug #38710Stanislav Malyshev2007-03-081-1/+10
* - avoid sprintfMarcus Boerger2007-02-241-1/+1
* add a sticky noteAndrey Hristov2007-01-121-0/+5
* merged from 5_2 (mysqli_info crash)Georg Richter2007-01-061-1/+1
* fixed parameters for unicode in mysqli_change_userGeorg Richter2007-01-021-3/+1
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* dummy changeAndrey Hristov2006-12-041-0/+5
* Fixed function headers (added missing U)Georg Richter2006-10-311-2/+2
* Error message clean upHannes Magnusson2006-10-081-1/+1
* don't rely on uninitialized varAntony Dovgal2006-10-021-1/+1
* Fix protosHannes Magnusson2006-10-021-1/+1
* unicode fixesGeorg Richter2006-10-011-63/+25
* Fixed error message (thanks to Ulf Wendel)Georg Richter2006-09-291-1/+1
* ZTS fixes. Implemented Andrei's hints (simplifying unicode stuff)Georg Richter2006-09-271-164/+117
* added unicode support for mysqli extensionGeorg Richter2006-09-261-252/+355
* MFB: Improved fix for bug #37671Ilia Alshanetsky2006-08-041-5/+12
* MFB: fix #38072 (boolean arg for mysqli_autocommit() is always true on Solaris)Antony Dovgal2006-07-121-2/+2