summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli.c
Commit message (Expand)AuthorAgeFilesLines
* Import mysqlndAndrey Hristov2007-10-051-80/+276
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* Fix stupid error, which happens only on Windows. And we thought this hasAndrey Hristov2007-09-121-1/+1
* Fixed bug #41350 (my_thread_global_end() error during request shutdown on Win...Scott MacVicar2007-06-251-0/+22
* - MFH Optional dependency for SPL must be specified in headerMarcus Boerger2007-03-201-0/+13
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-1/+1
* use error message sizeStanislav Malyshev2007-02-161-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: fix leak in php_local_infile_init() handlerAntony Dovgal2006-07-271-1/+5
* fix TSRM buildAntony Dovgal2006-07-121-1/+1
* MFH: fix mysqli_*_free_storage() funcs to conform with their prototypesAntony Dovgal2006-07-101-10/+15
* Another fix for #38019Dmitry Stogov2006-07-101-32/+72
* Fixed bug #38019 (segfault extending mysqli class)Dmitry Stogov2006-07-101-6/+16
* MFH: fix bug #38003(in classes inherited from mysqli it's possible to call pr...Antony Dovgal2006-07-051-4/+5
* Added automatic module globals managementDmitry Stogov2006-06-151-4/+9
* - Fixed bug #36949 (invalid internal mysqli objects dtor)Michael Wallner2006-05-291-17/+5
* Don't allocate 2 chunks of memory when one can fit. Reduces memoryAndrey Hristov2006-05-101-4/+9
* - Update after api changesMarcus Boerger2006-05-101-4/+4
* moved zend_class_entry variables to mysqli.cGeorg Richter2006-05-081-0/+7
* Added additional information for compiled header files.Georg Richter2006-04-021-1/+2
* fix #36922 (missing MYSQLI_REPORT_STRICT constant in userspace)Antony Dovgal2006-03-301-0/+1
* fix typoAntony Dovgal2006-03-291-1/+1
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-6/+4
* fix and testcase for bug #36745Georg Richter2006-03-241-0/+1
* Fix for bug #36802 (server crashes with invalid/not opened connections)Georg Richter2006-03-241-25/+13
* Remove no longer needed check (checked at a higher level now).Ilia Alshanetsky2006-03-011-5/+0
* Fixed bug #36420 (segfault when access result->num_rows after callingIlia Alshanetsky2006-02-161-0/+5
* 2nd attempt: implementation of 36007Georg Richter2006-01-141-0/+7
* bump year and license versionfoobar2006-01-011-3/+3
* fix for bug# 35759Andrey Hristov2005-12-221-4/+4
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-151-2/+1
* fix TS buildAntony Dovgal2005-10-121-4/+4
* fix #34818 (new mysqli_stmt() and several others crash if the first parameter...Antony Dovgal2005-10-101-13/+13
* fix for bug 34785:Georg Richter2005-10-081-7/+5
* fix #34450 (Segfault when calling mysqli_close() in destructor)Antony Dovgal2005-09-131-1/+3
* - 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