summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.c
Commit message (Expand)AuthorAgeFilesLines
* MFT: Added 'db' and 'catalog' keys to the field fetching functions (FR #39847)Kalle Sommer Nielsen2011-01-171-0/+2
* - Year++Felipe Pena2011-01-011-1/+1
* Fix bad types, because zend_parse_xxx expect signed integersAndrey Hristov2010-11-101-5/+5
* Fix for Bug #52686 mysql_stmt_attr_[gs]et arg. points to incorrect typeAndrey Hristov2010-10-061-9/+27
* Fixed compiler warnings in mysqliKalle Sommer Nielsen2010-10-051-5/+5
* Sorry for the commit but compiler warnings are annoying and so are white spac...Ulf Wendel2010-10-041-49/+49
* Plug a leak in mysqli when in the same scriptAndrey Hristov2010-09-301-0/+3
* Adding MYSQLI_OPT_SSL_VERIFY_SERVER_CERT for use with mysqli_options().Ulf Wendel2010-08-301-0/+3
* Fix for bug #52654 mysqli doesn't install headers with structures it usesAndrey Hristov2010-08-201-0/+1
* And a fix for MySQL Server which is pre 5.1.23, which doesn't supportAndrey Hristov2010-06-141-0/+17
* defensive programming, check before using a resourceAndrey Hristov2010-06-011-0/+3
* Fixing mysqli_stmt_attr_set @ libmysqlUlf Wendel2010-05-311-1/+1
* Check before use, because mysqlnd can return NULLAndrey Hristov2010-05-271-3/+6
* Add checks to check the underlying pointer in the resource.Andrey Hristov2010-05-261-62/+62
* Remove duplicated code.Andrey Hristov2010-05-181-11/+0
* Better fix for #51605Andrey Hristov2010-05-131-3/+7
* Fix for bug #51605 (Mysqli zombie links)Andrey Hristov2010-05-111-1/+1
* Merge safe_mode changes into extensions that are in sync in both branchesKalle Sommer Nielsen2010-04-261-0/+4
* - Fix mem. leakFelipe Pena2010-04-211-7/+7
* Fix for bug#49234 method not found ssl_setAndrey Hristov2010-04-151-2/+0
* Fix for bug #51026 ssl not workingAndrey Hristov2010-04-081-1/+1
* allow persistency of PSAndrey Hristov2010-03-121-5/+3
* Fix for bug#50772 Andrey Hristov2010-01-251-3/+12
* 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-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