summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_nonapi.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug#50772 Andrey Hristov2010-01-251-1/+2
* 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
* Remove the zval caching from mysqlnd. It was disabled versions agoAndrey Hristov2009-12-091-3/+3
* Remove disabled code - threaded fetching. This can be implementedAndrey Hristov2009-12-091-15/+1
* Fix for bug #49098Rasmus Lerdorf2009-11-121-1/+5
* Making mysqlnd emit no warnings when fetching pooled persistent connections t...Ulf Wendel2009-10-151-1/+1
* Fixing problems when calling connect (again and again) on a valid connection ...Ulf Wendel2009-10-151-18/+6
* Fix a crash in the rare case when a persistent connectionAndrey Hristov2009-09-251-1/+1
* - Removed:Felipe Pena2009-03-271-22/+7
* - Fix mysqli pconnects to properly reset connection status by defaultJohannes Schlüter2009-01-271-2/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Asynchronous queries for mysqli, when mysqlnd is enabled.Andrey Hristov2008-11-181-2/+255
* Fix compiler warning (MFB: Ilia)Andrey Hristov2008-10-281-1/+1
* Fix bug found in a test. mysqli.default_port wasn't usedAndrey Hristov2008-10-271-1/+3
* Warning if the library API version differs from the headers used to compile.Andrey Hristov2008-10-271-0/+8
* - Fix #45763 (mysqli::multi_query does not work with mysqlnd)Johannes Schlüter2008-08-111-4/+0
* Two less failing tests, one of which was definitely a leak in mysqli with mys...Andrey Hristov2008-07-221-0/+3
* Fix possible bug with persistent connectionsAndrey Hristov2008-06-241-1/+1
* MFB : Fix for Bug #43832 mysqi_get_charset() doesn't expose charset commentAndrey Hristov2008-03-251-16/+11
* MFB - Bug #44352 mysqli_connect_error() false negative for host errorsAndrey Hristov2008-03-181-3/+16
* Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with diffe...Andrey Hristov2008-03-101-16/+16
* MFB:Andrey Hristov2008-03-081-13/+22
* New way for check void parametersFelipe Pena2008-03-041-4/+4
* Remove dead codeAndrey Hristov2008-02-081-223/+0
* Pconnect working with mysqli_real_connect()Andrey Hristov2008-02-061-2/+262
* MFB: More optimizations - less MM callsAndrey Hristov2008-01-281-3/+18
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fix crashes with pconn (merge from 5_3)Andrey Hristov2007-11-091-44/+15
* Update mysqlnd in HEADAndrey Hristov2007-10-021-63/+132
* Import of mysqlnd and ext/mysql + ext/mysqli patched to be built eitherAndrey Hristov2007-07-241-76/+327
* revertAntony Dovgal2007-04-231-7/+0
* use default socket (removed by mistake?)Antony Dovgal2007-04-141-0/+4
* set MYSQL_OPT_RECONNECT (see bug #41083)Antony Dovgal2007-04-141-0/+7
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed function headers (added missing U)Georg Richter2006-10-311-1/+5
* Another build fixIlia Alshanetsky2006-10-071-0/+2
* Fix protosHannes Magnusson2006-10-021-1/+1
* unicode fixesGeorg Richter2006-10-011-1/+12
* ZTS fixes. Implemented Andrei's hints (simplifying unicode stuff)Georg Richter2006-09-271-93/+49
* added unicode support for mysqli extensionGeorg Richter2006-09-261-73/+135
* Merge from 5.2Georg Richter2006-05-091-8/+9
* MFB51: Fixed bug #36802 (mysqli_set_charset() crash with a non-open connection).Ilia Alshanetsky2006-03-211-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* MFB: format string fixesStefan Esser2005-12-231-2/+2
* Fix prototype (MFB)Zeev Suraski2005-12-221-1/+1
* MF51: use proper macros and vars instead of strlen()Antony Dovgal2005-10-101-1/+1
* MF51: fix #34810 (mysqli::init() and others use wrong $this pointer without c...Antony Dovgal2005-10-101-1/+1
* add a commentAndrey Hristov2005-08-061-0/+1
* add error checkingAndrey Hristov2005-08-061-1/+11