summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_nonapi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Beware of format strings...Stefan Esser2005-12-231-2/+2
* Fix prototypeZeev Suraski2005-12-221-1/+1
* use proper macros and vars instead of strlen()Antony Dovgal2005-10-101-1/+1
* fix #34810 (mysqli::init() and others use wrong $this pointer without checks)Antony Dovgal2005-10-101-1/+1
* add a commentAndrey Hristov2005-08-061-0/+1
* add error checkingAndrey Hristov2005-08-061-1/+11
* fix problem on 64 bit - when asking for "l" supply long not int becauseAndrey Hristov2005-08-061-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* changed version dependency for charset functionsGeorg Richter2005-07-121-0/+2
* removed charset structure. libmysql now provides a functionGeorg Richter2005-07-121-7/+10
* fix couple of leaks in MySQLiAntony Dovgal2005-06-271-0/+1
* fix for #33474Georg Richter2005-06-261-0/+48
* added new function mysqli_get_charsetGeorg Richter2005-06-031-0/+25
* charsets_dir is no longer neededGeorg Richter2005-05-131-2/+0
* - fixed compile error under windows. Functionality for changing theGeorg Richter2005-05-131-27/+5
* Added new function mysqli_set_character_set_nameGeorg Richter2005-05-081-0/+47
* initialize values because the call to zend_parse_parameters may not do itAndrey Hristov2005-05-061-1/+1
* MFB (fixing bug 31668)Andrey Hristov2005-04-271-1/+1
* Fixed bug #32081 (default socket value is not being used).Ilia Alshanetsky2005-02-241-0/+4
* Added new classes:Georg Richter2005-01-071-58/+14
* added multi resultset support in mysql_connectGeorg Richter2004-11-011-1/+1
* Fixed tests for empty dates (see http://bugs.mysql.com/?id=6058)Georg Richter2004-11-011-1/+16
* Minor fix for mysqli_connect: checking socket_len for NULL ValuesGeorg Richter2004-10-191-0/+4