Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFB: Fixed bug #36949 (invalid internal mysqli objects dtor) | Michael Wallner | 2006-05-29 | 1 | -17/+5 |
| | |||||
* | MFB | Andrey Hristov | 2006-05-10 | 1 | -10/+18 |
| | |||||
* | Merge from 5.2 | Georg Richter | 2006-05-09 | 1 | -36/+34 |
| | |||||
* | MF51: fix #36922 (missing MYSQLI_REPORT_STRICT constant in userspace) | Antony Dovgal | 2006-03-30 | 1 | -0/+1 |
| | |||||
* | fix typo | Antony Dovgal | 2006-03-29 | 1 | -1/+1 |
| | |||||
* | MF51: 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) | ||||
* | - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase | Pierre Joye | 2006-03-08 | 1 | -7/+1 |
| | | | | | | | (calling ini_set('magic_....') returns 0|false - get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always return false - set_magic_quotes_runtime raises an E_CORE_ERROR | ||||
* | - Fix build | Marcus Boerger | 2006-03-05 | 1 | -1/+1 |
| | |||||
* | - Fix build after unicode changes | Johannes Schlüter | 2006-03-05 | 1 | -8/+8 |
| | |||||
* | MFB51: Remove no longer needed check (checked at a higher level now). | Ilia Alshanetsky | 2006-03-01 | 1 | -5/+0 |
| | |||||
* | MFB51: Fixed bug #36420 (segfault when access result->num_rows after calling | Ilia Alshanetsky | 2006-02-16 | 1 | -0/+5 |
| | | | | | result->close()) | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | Allow recursive calls to __get/__set for different properties | Dmitry Stogov | 2005-11-15 | 1 | -2/+1 |
| | |||||
* | MF51: fix TS build | Antony Dovgal | 2005-10-12 | 1 | -4/+4 |
| | |||||
* | MF51: fix #34818 | Antony Dovgal | 2005-10-10 | 1 | -13/+13 |
| | |||||
* | fix #34450 (Segfault when calling mysqli_close() in destructor) | Antony Dovgal | 2005-09-13 | 1 | -1/+3 |
| | |||||
* | ZTS fixes. | Sebastian Bergmann | 2005-08-12 | 1 | -4/+4 |
| | |||||
* | - 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 |
| |