summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli.c
Commit message (Expand)AuthorAgeFilesLines
* Add checks to check the underlying pointer in the resource.Andrey Hristov2010-05-261-3/+3
* Remove duplicated code.Andrey Hristov2010-05-181-1/+1
* Better fix for #51605Andrey Hristov2010-05-131-1/+2
* 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
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-2/+2
* MFH:Andrey Hristov2008-11-181-0/+3
* - Declarations MUST BE done in the beginning of a contextPierre Joye2008-10-031-1/+1
* MFH:Andrey Hristov2008-09-151-1/+1
* Fixed uninitialised dataDmitry Stogov2008-07-251-0/+1
* Fix for bug#45179 --with-mysql-sock fails to compile & workAndrey Hristov2008-07-211-0/+4
* Sync with bzrAndrey Hristov2008-07-151-0/+6
* Fix remaining valgrind problems with pconn and zval cacheAndrey Hristov2008-06-241-8/+22
* Fix double-free, introduced latelyAndrey Hristov2008-06-241-0/+3
* Make mysqli compilable in a 5_2 environment. Some want to use mysqlnd+mysqliAndrey Hristov2008-05-061-1/+4
* Fix the buildAndrey Hristov2008-03-181-2/+0
* Fixed a bunch of bugs reported inAndrey Hristov2008-03-181-43/+140
* Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with diffe...Andrey Hristov2008-03-101-26/+26
* Fix typoJohannes Schlüter2008-03-101-0/+2
* Bug fixed in 5.0.46Andrey Hristov2008-03-081-2/+2
* Fix a problem with $mysqi->connect() not working with default values.Andrey Hristov2008-03-081-4/+1
* Fixed a possible crashIlia Alshanetsky2008-02-181-1/+3
* Fix windows build - VC doesn't like nested macrosAndrey Hristov2008-02-121-5/+4
* MFH: - Fix build with TSRM and mysqlndJohannes Schlüter2008-02-121-0/+2
* MFHAntony Dovgal2008-02-121-1/+0
* Fix typoAndrey Hristov2008-02-121-1/+1
* cvs syncAndrey Hristov2008-02-111-0/+19
* Pconnect working with mysqli_real_connect(). To less failing tests.Andrey Hristov2008-02-061-2/+2
* More optimizations - less MM callsAndrey Hristov2008-01-281-12/+21
* - MFH: Remove more replication stuffJohannes Schlüter2008-01-031-7/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fix crash with pconnectAndrey Hristov2007-11-091-32/+21
* MFH: use correct dtro and variable for the callbackAntony Dovgal2007-10-171-1/+1
* Sync mysqlnd. Should still compile with 5_2 for those who want to use theAndrey Hristov2007-10-161-0/+8
* avoid double free and use zval_dtor() where neccessaryAntony Dovgal2007-10-161-2/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-4/+4