summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_nonapi.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump year.Sebastian Bergmann2007-01-011-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
* changed local_infile_handler:Georg Richter2004-08-251-2/+3
* Major changes for 4.1.2-alpha/4.1.3-beta:Georg Richter2004-06-051-27/+39
* added MySQLI ini entriesGeorg Richter2004-02-261-1/+1
* Wordsize fixesArd Biesheuvel2004-02-251-1/+1
* fixed prototypes for mysqli_connect_err* functionsGeorg Richter2004-02-231-2/+2
* fixed report messageGeorg Richter2004-02-231-0/+2
* removed experimental statusGeorg Richter2004-01-281-1/+1
* more prototype fixes.Georg Richter2004-01-261-3/+3
* Proto fixMarcus Boerger2004-01-121-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-1/+1
* fixed memleak and segfault when constructor call failedGeorg Richter2003-12-311-1/+3
* minor fixes for embeddedGeorg Richter2003-12-131-1/+5
* ZTS fixesMarcus Boerger2003-12-131-2/+2
* removed old profiler stuff for embedded serverGeorg Richter2003-12-131-2/+0
* removed profilerGeorg Richter2003-12-131-70/+18
* fixed mem leak in constructorGeorg Richter2003-11-231-0/+4
* - Added multiquery support:Georg Richter2003-11-221-3/+32
* added support for embedded MySQL ServerGeorg Richter2003-10-291-1/+60
* proto fixHartmut Holzgraefe2003-09-161-1/+1
* Modify mysqli_fetch_object() to be able to instantiate a selected class andMarcus Boerger2003-09-061-8/+4
* Fix warningsMarcus Boerger2003-09-051-0/+2
* ws fixfoobar2003-07-281-1/+2
* added new functions:Georg Richter2003-07-181-0/+17