Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix bug #36898 (__set() leaks in classes extending internal ones) | Antony Dovgal | 2006-03-29 | 1 | -6/+4 | |
| | | | | | | | | | Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) to initialize and destroy zend_object structs | |||||
* | fix and testcase for bug #36745 | Georg Richter | 2006-03-24 | 1 | -0/+1 | |
| | ||||||
* | Fix for bug #36802 (server crashes with invalid/not opened connections) | Georg Richter | 2006-03-24 | 1 | -25/+13 | |
| | | | | | | | | | | | | Added status to mysqli_resource: MYSQLI_STATUS_UNKNOWN MYSQLI_STATUS_CLEARED (for future use) MYSQLI_STATUS_INITIALIZED (after mysqli_init and mysqli_stmt_init) MYSQLI_STATUS_VALID (for valid objects) removed valid flag changed MYSQLI_FETCH_RESOURCE added last parameter __check which specifies the status | |||||
* | Remove no longer needed check (checked at a higher level now). | Ilia Alshanetsky | 2006-03-01 | 1 | -5/+0 | |
| | ||||||
* | Fixed bug #36420 (segfault when access result->num_rows after calling | Ilia Alshanetsky | 2006-02-16 | 1 | -0/+5 | |
| | | | | | result->close()) | |||||
* | 2nd attempt: implementation of 36007 | Georg Richter | 2006-01-14 | 1 | -0/+7 | |
| | | | | | 1st commit stopped with protocol error - never seen that before :-( | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 | |
| | ||||||
* | fix for bug# 35759 | Andrey Hristov | 2005-12-22 | 1 | -4/+4 | |
| | | | | | | | (mysqli_stmt_bind_result() makes huge allocation when column empty) #this shows some leaks now, which has to be investigated but closes the #bug report. | |||||
* | Allow recursive calls to __get/__set for different properties | Dmitry Stogov | 2005-11-15 | 1 | -2/+1 | |
| | ||||||
* | fix TS build | Antony Dovgal | 2005-10-12 | 1 | -4/+4 | |
| | ||||||
* | fix #34818 (new mysqli_stmt() and several others crash if the first ↵ | Antony Dovgal | 2005-10-10 | 1 | -13/+13 | |
| | | | | parameter is not a valid mysqli_link) | |||||
* | fix for bug 34785: | Georg Richter | 2005-10-08 | 1 | -7/+5 | |
| | | | | | | added support for parent::__construct (mysqli_statement and mysqli_resultset) fixed failed testcases when sql_mode is in effect | |||||
* | fix #34450 (Segfault when calling mysqli_close() in destructor) | Antony Dovgal | 2005-09-13 | 1 | -1/+3 | |
| | ||||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 | |
| | ||||||
* | fix #33491 (crash after extending MySQLi internal class) | Antony Dovgal | 2005-06-27 | 1 | -4/+13 | |
| | ||||||
* | changed/fixed mysqli_warning class | Georg Richter | 2005-06-22 | 1 | -5/+8 | |
| | | | | | added prefetch support for cursors | |||||
* | mysqli won't compile with Zend2 API before 2001 - in these days there was | Andrey Hristov | 2005-05-09 | 1 | -6/+2 | |
| | | | | | no Zend2 | |||||
* | fixed memleak in mysqli_close | Georg Richter | 2005-05-05 | 1 | -3/+8 | |
| | | | | | fixed bug #32956 (mysqli_bind_result doesn't support MYSQL_TYPE_NULL) | |||||
* | multi_query is no more global | Andrey Hristov | 2005-04-29 | 1 | -1/+0 | |
| | | | | | #thanks Sebastian! | |||||
* | fixed typo in last commit :( | Georg Richter | 2005-04-20 | 1 | -2/+2 | |
| | ||||||
* | added support for data truncation (bind_result) for MySQL 5.0.5 | Georg Richter | 2005-04-20 | 1 | -1/+4 | |
| | ||||||
* | cursor support for 5.0.4 (STMT_ATTR_CURSOR_TYPE changed to enum) | Georg Richter | 2005-04-18 | 1 | -1/+1 | |
| | ||||||
* | fix for bug #32282 (segfault in mysqli_fetch_array on 64-bit) | Georg Richter | 2005-04-06 | 1 | -1/+1 | |
| | ||||||
* | - Bugfix #28840 __destruct of a class that extends mysqli not called | Marcus Boerger | 2005-03-06 | 1 | -1/+1 | |
| | ||||||
* | MFB: fix leak in mysqli_fetch_array() | Antony Dovgal | 2005-01-27 | 1 | -0/+5 | |
| | ||||||
* | - Remove double destroy (which is definitively wrong and prevents php from | Marcus Boerger | 2005-01-08 | 1 | -1/+0 | |
| | | | | | normal execution). | |||||
* | forgot to remove some comments in last commit:( | Georg Richter | 2005-01-07 | 1 | -4/+2 | |
| | ||||||
* | Added new classes: | Georg Richter | 2005-01-07 | 1 | -6/+52 | |
| | | | | | | | | | | | | | | | mysqli_driver mysqli_warning mysqli_exception mysqli_sql_exception Improved embedded server support changed testsuite to work also with embedded server Made statement and resultset classes extendable minor fixes | |||||
* | added constructors for mysqli_stmt and mysqli_result classes | Georg Richter | 2004-12-26 | 1 | -4/+115 | |
| | ||||||
* | fix for bug 31141 | Georg Richter | 2004-12-25 | 1 | -2/+3 | |
| | ||||||
* | fix buffer overrun and remove debug printf() call | Antony Dovgal | 2004-12-09 | 1 | -3/+0 | |
| | ||||||
* | Fixed bug #30890 (testsuite) | Georg Richter | 2004-12-04 | 1 | -5/+2 | |
| | | | | | Fixed bug #28817 (property problems in extended class) | |||||
* | Fixed bug #30967 (properties in extended mysqli classes don't work) | Georg Richter | 2004-12-03 | 1 | -4/+7 | |
| | ||||||
* | changed local_infile_handler: | Georg Richter | 2004-08-25 | 1 | -76/+56 | |
| | | | | | | | | mysql client lib now uses php_local_infile functions by default, which allows to use php_fopen_wrapper: e.g. LOAD DATA LOCAL INFILE 'http://foo.com/bar.csv' ... mysql_set_local_infile_handler now only supports a callback function for read. | |||||
* | fixed default for mysqli_fetch_array | Georg Richter | 2004-08-15 | 1 | -1/+1 | |
| | ||||||
* | fixed bug #29656 (segfault on result and statement properties) | Georg Richter | 2004-08-13 | 1 | -5/+16 | |
| | ||||||
* | fixed bug #29577 (MYSQLI_CLIENT_FOUND_ROWS undefined) | Georg Richter | 2004-08-09 | 1 | -0/+1 | |
| | ||||||
* | forgot to remove debug variable :( (Thx to Derick) | Georg Richter | 2004-08-04 | 1 | -2/+0 | |
| | ||||||
* | fixed properties when connect wasn't called | Georg Richter | 2004-08-04 | 1 | -1/+4 | |
| | ||||||
* | fixed bug #29522 | Georg Richter | 2004-08-04 | 1 | -0/+6 | |
| | ||||||
* | fixed bug #29335 | Georg Richter | 2004-07-26 | 1 | -1/+1 | |
| | ||||||
* | fixed bug #29311 | Georg Richter | 2004-07-23 | 1 | -1/+9 | |
| | | | | | added support for Cursors (MySQL 5.0.x) | |||||
* | added check in config.m4 for deprecated library | Georg Richter | 2004-07-07 | 1 | -1/+3 | |
| | | | | | | | | | | added support for new 4.1.3-beta functions mysqli_stmt_field_count mysqli_stmt_attr_set mysqli_stmt_attr_get removed support for deprecated/old api functions fixed bug in constructor_get | |||||
* | - Bugfix: #29019 Database not closing | Marcus Boerger | 2004-07-05 | 1 | -1/+1 | |
| | ||||||
* | added php_mysqli_construct_get to support __construct in extended classes | Georg Richter | 2004-06-23 | 1 | -0/+22 | |
| | ||||||
* | ZTS fixes. | Sebastian Bergmann | 2004-06-06 | 1 | -0/+6 | |
| | ||||||
* | Major changes for 4.1.2-alpha/4.1.3-beta: | Georg Richter | 2004-06-05 | 1 | -14/+223 | |
| | | | | | | | | | | | | - added container for mysql structure - added load data infile callback functions (currently disabled under win) Bug fixes: - fixed property changes (4.1.1 -> 4.1.2) - fixed memleak in mysqli_connect - fixed bug #28100 - fixed bug #28205 - fixed bug #28430 | |||||
* | - Temporary fix for bug #27869 | Andi Gutmans | 2004-04-15 | 1 | -2/+2 | |
| | | | | | | - George, you need to implement clone in order for "clone" and - compatibility mode to work. | |||||
* | Update for new read_property API | Stanislav Malyshev | 2004-03-21 | 1 | -2/+2 | |
| | ||||||
* | removed if type=string: val is allocated for any type of data | Georg Richter | 2004-03-18 | 1 | -3/+1 | |
| |