summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli.c
Commit message (Expand)AuthorAgeFilesLines
* MFB: Fixed bug #36949 (invalid internal mysqli objects dtor)Michael Wallner2006-05-291-17/+5
* MFBAndrey Hristov2006-05-101-10/+18
* Merge from 5.2Georg Richter2006-05-091-36/+34
* MF51: fix #36922 (missing MYSQLI_REPORT_STRICT constant in userspace)Antony Dovgal2006-03-301-0/+1
* fix typoAntony Dovgal2006-03-291-1/+1
* MF51: fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-6/+4
* - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybasePierre Joye2006-03-081-7/+1
* - Fix buildMarcus Boerger2006-03-051-1/+1
* - Fix build after unicode changesJohannes Schlüter2006-03-051-8/+8
* MFB51: Remove no longer needed check (checked at a higher level now).Ilia Alshanetsky2006-03-011-5/+0
* MFB51: Fixed bug #36420 (segfault when access result->num_rows after callingIlia Alshanetsky2006-02-161-0/+5
* bump year and license versionfoobar2006-01-011-3/+3
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-151-2/+1
* MF51: fix TS buildAntony Dovgal2005-10-121-4/+4
* MF51: fix #34818Antony Dovgal2005-10-101-13/+13
* fix #34450 (Segfault when calling mysqli_close() in destructor)Antony Dovgal2005-09-131-1/+3
* ZTS fixes.Sebastian Bergmann2005-08-121-4/+4
* - Bumber up yearfoobar2005-08-031-1/+1
* fix #33491 (crash after extending MySQLi internal class)Antony Dovgal2005-06-271-4/+13
* changed/fixed mysqli_warning classGeorg Richter2005-06-221-5/+8
* mysqli won't compile with Zend2 API before 2001 - in these days there wasAndrey Hristov2005-05-091-6/+2
* fixed memleak in mysqli_closeGeorg Richter2005-05-051-3/+8
* multi_query is no more globalAndrey Hristov2005-04-291-1/+0
* fixed typo in last commit :(Georg Richter2005-04-201-2/+2
* added support for data truncation (bind_result) for MySQL 5.0.5Georg Richter2005-04-201-1/+4
* cursor support for 5.0.4 (STMT_ATTR_CURSOR_TYPE changed to enum)Georg Richter2005-04-181-1/+1
* fix for bug #32282 (segfault in mysqli_fetch_array on 64-bit)Georg Richter2005-04-061-1/+1
* - Bugfix #28840 __destruct of a class that extends mysqli not calledMarcus Boerger2005-03-061-1/+1
* MFB: fix leak in mysqli_fetch_array()Antony Dovgal2005-01-271-0/+5
* - Remove double destroy (which is definitively wrong and prevents php fromMarcus Boerger2005-01-081-1/+0
* forgot to remove some comments in last commit:(Georg Richter2005-01-071-4/+2
* Added new classes:Georg Richter2005-01-071-6/+52
* added constructors for mysqli_stmt and mysqli_result classesGeorg Richter2004-12-261-4/+115
* fix for bug 31141Georg Richter2004-12-251-2/+3
* fix buffer overrun and remove debug printf() callAntony Dovgal2004-12-091-3/+0
* Fixed bug #30890 (testsuite)Georg Richter2004-12-041-5/+2
* Fixed bug #30967 (properties in extended mysqli classes don't work)Georg Richter2004-12-031-4/+7
* changed local_infile_handler:Georg Richter2004-08-251-76/+56
* fixed default for mysqli_fetch_arrayGeorg Richter2004-08-151-1/+1
* fixed bug #29656 (segfault on result and statement properties)Georg Richter2004-08-131-5/+16
* fixed bug #29577 (MYSQLI_CLIENT_FOUND_ROWS undefined)Georg Richter2004-08-091-0/+1
* forgot to remove debug variable :( (Thx to Derick)Georg Richter2004-08-041-2/+0
* fixed properties when connect wasn't calledGeorg Richter2004-08-041-1/+4
* fixed bug #29522Georg Richter2004-08-041-0/+6
* fixed bug #29335Georg Richter2004-07-261-1/+1
* fixed bug #29311Georg Richter2004-07-231-1/+9
* added check in config.m4 for deprecated libraryGeorg Richter2004-07-071-1/+3
* - Bugfix: #29019 Database not closingMarcus Boerger2004-07-051-1/+1
* added php_mysqli_construct_get to support __construct in extended classesGeorg Richter2004-06-231-0/+22
* ZTS fixes.Sebastian Bergmann2004-06-061-0/+6