summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli.c
Commit message (Expand)AuthorAgeFilesLines
* fix TS buildAnatol Belski2013-07-161-1/+1
* Make zval2myslqnd implementations aware of inheritanceJohannes Schlüter2013-07-161-1/+1
* Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB p...Xinchen Hui2013-04-271-1/+1
* Add mysqli support - constants and checking in mysqli_options() for theAndrey Hristov2013-01-091-0/+3
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-0/+1
* api_ext to reverse_apiAndrey Hristov2011-10-191-6/+6
* - Use the proper variable here.Johannes Schlüter2011-09-211-1/+1
* use DBUG_ON flag for checking debugStanislav Malyshev2011-09-061-3/+3
* Fix #ifdef for mixed builds (ext/mysql using myslqnd, mysqli using libmysql)Johannes Schlüter2011-09-051-1/+1
* - Fix TSRM buildJohannes Schlüter2011-09-011-1/+1
* - Register extensions using mysqlnd (mysql, myslqi, pdo_mysql) with mysqlndJohannes Schlüter2011-08-311-0/+29
* - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
* compile out both parts of the code that are currently unused - fixes a compil...Andrey Hristov2011-08-021-2/+2
* - WSPierre Joye2011-07-221-2/+2
* - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-0/+4
* - Year++Felipe Pena2011-01-011-1/+1
* and export the new constantAndrey Hristov2010-12-021-0/+3
* fix shadowing of parametersAndrey Hristov2010-10-061-3/+3
* Fixed compiler warnings in mysqliKalle Sommer Nielsen2010-10-051-2/+2
* Trying to fix compiler warnings (on Windows).Ulf Wendel2010-10-041-1/+1
* Sorry for the commit but compiler warnings are annoying and so are white spac...Ulf Wendel2010-10-041-25/+25
* Plug a leak in mysqli when in the same scriptAndrey Hristov2010-09-301-1/+2
* Fixed bug #45921 (Can't initialize character set hebrew)Andrey Hristov2010-09-271-0/+1
* 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-41/+43
* Changed mysqli_report() to be per-request specific rather than per-process sp...Kalle Sommer Nielsen2010-08-131-0/+1
* Add checks to check the underlying pointer in the resource.Andrey Hristov2010-05-261-3/+3
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-3/+1
* Add iterator to mysqli_result. Works both for :Andrey Hristov2010-05-181-48/+61
* Better fix for #51605Andrey Hristov2010-05-131-1/+2
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-9/+9
* revert 293939 Fixed bug #50636 (MySQLi_Result sets values before callingJohannes Schlüter2010-02-111-2/+1
* Fix build of mysqli when libmysql is used, mysqlnd_portability.hAndrey Hristov2010-01-141-1/+0
* Fixed bug #50636 (MySQLi_Result sets values before calling constructor)Pierrick Charron2010-01-031-1/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Remove stub code which never actually was used for anything.Andrey Hristov2009-12-091-8/+0
* Remove the zval caching from mysqlnd. It was disabled versions agoAndrey Hristov2009-12-091-27/+0
* Remove disabled code - threaded fetching. This can be implementedAndrey Hristov2009-12-091-8/+0
* Fixing problems when calling connect (again and again) on a valid connection ...Ulf Wendel2009-10-151-16/+1
* Fixed unused varIlia Alshanetsky2009-09-231-1/+0
* MFH:Fix handling of BIT fields for non-PS. We needAndrey Hristov2009-09-221-6/+32
* Fix for bug#46614 Extended MySQLi class gives incorrect empty() resultAndrey Hristov2009-08-271-3/+5
* MFH: export mysql_refreshJohannes Schlüter2009-01-221-0/+12
* MFH Fix #45940 MySQLI OO does not populate connect_error property on failedJohannes Schlüter2009-01-121-8/+0
* MFH: Proper ctor usage (Fix #46044)Johannes Schlüter2009-01-071-36/+0
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fixed bug #46887 (Invalid calls to php_error_docref())Ilia Alshanetsky2008-12-181-1/+1