summaryrefslogtreecommitdiff
path: root/ext/mysqli/php_mysqli.h
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFB: Move declarations from the public header file.Andrey Hristov2007-10-081-121/+0
* - Moved mysqnd to it's own directory: It is sort of an extension itself.Jani Taskinen2007-07-251-3/+0
* Import of mysqlnd and ext/mysql + ext/mysqli patched to be built eitherAndrey Hristov2007-07-241-337/+13
* - avoid sprintfMarcus Boerger2007-02-241-3/+3
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* ZTS fixes. Implemented Andrei's hints (simplifying unicode stuff)Georg Richter2006-09-271-40/+2
* added unicode support for mysqli extensionGeorg Richter2006-09-261-3/+52
* Merge from 5.2Georg Richter2006-05-091-30/+44
* - Fix buildMarcus Boerger2006-03-051-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* nuke php3 legacyfoobar2005-12-061-7/+7
* use php_error_docref() instead of php_error() everywhereAntony Dovgal2005-10-181-3/+3
* MF51: fix #34810 (mysqli::init() and others use wrong $this pointer without c...Antony Dovgal2005-10-101-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* add forgotten ifdefs, fix #33667 (mysqli doesn't compile)Antony Dovgal2005-07-121-0/+2
* changed version dependency for charset functionsGeorg Richter2005-07-121-0/+4
* removed charset structure. libmysql now provides a functionGeorg Richter2005-07-121-30/+6
* changed/fixed mysqli_warning classGeorg Richter2005-06-221-7/+11
* added new function mysqli_get_charsetGeorg Richter2005-06-031-0/+27
* enabled set_charset for MySQL Versions >= 5.0.6Georg Richter2005-05-211-1/+1
* mysql_set_charset now works version undependent for MySQL 4.1.13 and aboveGeorg Richter2005-05-131-6/+4
* - fixed compile error under windows. Functionality for changing theGeorg Richter2005-05-131-5/+2
* Added new function mysqli_set_character_set_nameGeorg Richter2005-05-081-0/+12
* MFB (fixing bug 31668)Andrey Hristov2005-04-271-4/+5
* Added standard emacs and vim modelinesZak Greant2005-01-161-0/+2
* Added new classes:Georg Richter2005-01-071-22/+38
* added constructors for mysqli_stmt and mysqli_result classesGeorg Richter2004-12-261-0/+3
* fixed bug #29283Georg Richter2004-09-021-1/+1
* changed local_infile_handler:Georg Richter2004-08-251-3/+4
* added check in config.m4 for deprecated libraryGeorg Richter2004-07-071-8/+3
* removed conditional defines for load_data_infile_handlers on windowsGeorg Richter2004-06-061-2/+0
* Major changes for 4.1.2-alpha/4.1.3-beta:Georg Richter2004-06-051-15/+30
* fixed stmt->stmt->query which was removed in libmysql 4.1.2Georg Richter2004-03-161-0/+2
* added new function mysql_stmt_free_resultGeorg Richter2004-03-101-0/+3
* fixed memleaks in bind functionsGeorg Richter2004-03-091-9/+12
* ws & cs fixesfoobar2004-02-261-1/+1
* added MySQLI ini entriesGeorg Richter2004-02-261-1/+2
* removed experimental statusGeorg Richter2004-01-281-0/+2
* Silence some compile warningsfoobar2004-01-231-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* fixed memleak and segfault when constructor call failedGeorg Richter2003-12-311-2/+8
* ZTS fixesMarcus Boerger2003-12-131-4/+4
* removed profilerGeorg Richter2003-12-131-13/+38
* - Added multiquery support:Georg Richter2003-11-221-4/+44
* added support for embedded MySQL ServerGeorg Richter2003-10-291-9/+19
* mysql_prepare_result -> mysqli_get_metadataGeorg Richter2003-09-251-1/+1
* Modify mysqli_fetch_object() to be able to instantiate a selected class andMarcus Boerger2003-09-061-1/+1