summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.c
Commit message (Expand)AuthorAgeFilesLines
* allow persistency of PSAndrey Hristov2010-03-121-5/+3
* Fix for bug#50772 Andrey Hristov2010-01-251-3/+13
* Fix build of mysqli when libmysql is used, mysqlnd_portability.hAndrey Hristov2010-01-141-1/+0
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Unify. The typedef-ed structs in mysqlnd are always capitalized.Andrey Hristov2009-12-231-1/+1
* Fix broken build.Rasmus Lerdorf2009-12-011-0/+2
* Fix for bug #49965 . Let mysqli_options() try to cast option values to the ap...Ulf Wendel2009-11-031-5/+79
* Fixing problems when calling connect (again and again) on a valid connection ...Ulf Wendel2009-10-151-18/+27
* 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
* Fix handling of BIT fields in mysqli, when libmysql is usedAndrey Hristov2009-09-221-10/+25
* 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
* 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