summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_nonapi.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #55283 SSL options set by mysqli_ssl_set ignored for MySQLi persi...Andrey Hristov2011-08-051-4/+6
* Proper fix forAndrey Hristov2011-01-071-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed bug #53425 (mysqli_real_connect() ignores client flags when built to ca...Kalle Sommer Nielsen2010-12-121-1/+4
* Fixed bug #53503 (mysqli::query returns false after successful LOAD DATA query)Kalle Sommer Nielsen2010-12-121-1/+1
* Fix bad types, because zend_parse_xxx expect signed integersAndrey Hristov2010-11-101-14/+14
* Sorry for the commit but compiler warnings are annoying and so are white spac...Ulf Wendel2010-10-041-32/+32
* Fix leak with persistent connections when using mysqli.default_host is usedUlf Wendel2010-10-011-4/+5
* Plug a leak in mysqli when in the same scriptAndrey Hristov2010-09-301-4/+1
* Fix for bug #52654 mysqli doesn't install headers with structures it usesAndrey Hristov2010-08-201-0/+1
* Add checks to check the underlying pointer in the resource.Andrey Hristov2010-05-261-10/+10
* Remove duplicated code.Andrey Hristov2010-05-181-31/+0
* Better fix for #51605Andrey Hristov2010-05-131-2/+2
* Fix a segfault when using a mysqli object after unsuccesssful connect, the Andrey Hristov2010-03-241-1/+4
* 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 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
* MFH: Fix mysqli pconnects to properly reset connection status by defaultJohannes Schlüter2009-01-271-2/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH:Andrey Hristov2008-11-181-2/+251
* Fix that instance too - mysql_get_client_version() returns unsigned longAndrey Hristov2008-10-281-1/+1
* MFH: Fix an issue with mysqli.default_port not being usedAndrey Hristov2008-10-271-1/+3
* MFH:Andrey Hristov2008-10-271-0/+9
* MFH: Fix #45763 (mysqli::multi_query does not work with mysqlnd)Johannes Schlüter2008-08-111-4/+0
* MFH: Two less failing tests, one of which was definitely a leak in mysqli wit...Andrey Hristov2008-07-221-3/+4
* Fix possible bug with persistent connections and mysqlndAndrey Hristov2008-06-241-1/+1
* Make mysqli compilable in a 5_2 environment. Some want to use mysqlnd+mysqliAndrey Hristov2008-05-061-0/+5
* Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-241-5/+5
* Small updates & a fix forAndrey Hristov2008-03-251-1/+4
* Fixed a bunch of bugs reported inAndrey Hristov2008-03-181-6/+18
* Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with diffe...Andrey Hristov2008-03-101-16/+16
* Fix a problem with $mysqi->connect() not working with default values.Andrey Hristov2008-03-081-13/+22
* Pconnect working with mysqli_real_connect(). To less failing tests.Andrey Hristov2008-02-061-48/+87
* More optimizations - less MM callsAndrey Hristov2008-01-281-2/+19
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fix buildAndrey Hristov2007-11-091-1/+1
* Fix crash with pconnectAndrey Hristov2007-11-091-44/+13
* Import mysqlndAndrey Hristov2007-10-051-63/+366
* Fixed leaks with multiple connects using one mysqli object.Andrey Hristov2007-09-061-5/+22
* revertAntony Dovgal2007-04-231-7/+0
* MFHAntony Dovgal2007-04-141-0/+7
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fix protosHannes Magnusson2006-10-021-1/+1
* Fix for bug #36802 (server crashes with invalid/not opened connections)Georg Richter2006-03-241-9/+11