| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix for bug #29329 | Georg Richter | 2005-02-05 | 1 | -1/+1 |
| | | |||||
| * | fixed a bug in mysql_affected_rows and mysql_stmt_affected_rows | Georg Richter | 2005-01-28 | 2 | -2/+63 |
| | | | | | | | in case affected_rows function returns (my_ulonglong) -1 for errors. (Thanks to Antony Dovgal for reporting this bug) | ||||
| * | MFB: fix leak in mysqli_fetch_array() | Antony Dovgal | 2005-01-27 | 1 | -0/+5 |
| | | |||||
| * | fix for bug #31710 (return value for mysql_rollback is reverted) | Georg Richter | 2005-01-27 | 1 | -8/+12 |
| | | | | | | fixed also same behaviour for mysql_commit and mysql_autocommit | ||||
| * | MFB: fix segfault when invalid field offset is passed to ↵ | Antony Dovgal | 2005-01-27 | 1 | -0/+5 |
| | | | | | mysqli_fetch_field_direct() | ||||
| * | Added standard emacs and vim modelines | Zak Greant | 2005-01-16 | 6 | -0/+51 |
| | | |||||
| * | fixed compile bug under Windows (libmysql.def currently doesn't export ↵ | Georg Richter | 2005-01-08 | 2 | -48/+44 |
| | | | | | | | | mysql_server_init/end). Thanks to Sebastian Bergmann for reporting | ||||
| * | - Fix shared build | Marcus Boerger | 2005-01-08 | 1 | -1/+1 |
| | | |||||
| * | - 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 |
| | | |||||
| * | ZTS fix. | Sebastian Bergmann | 2005-01-07 | 1 | -1/+1 |
| | | |||||
| * | Sync with config.m4. | Sebastian Bergmann | 2005-01-07 | 1 | -1/+1 |
| | | |||||
| * | Added new classes: | Georg Richter | 2005-01-07 | 25 | -145/+681 |
| | | | | | | | | | | | | | | | | 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 property 'id' to retrieve statement id (required by PEAR DB, to support | Georg Richter | 2004-12-29 | 1 | -5/+21 |
| | | | | | | mysqli prepared statements) | ||||
| * | fixed testcase 047 | Georg Richter | 2004-12-27 | 2 | -4/+13 |
| | | | | | | fixed windows compile error | ||||
| * | Fix for feature request #31015: added length for field length | Georg Richter | 2004-12-27 | 1 | -2/+6 |
| | | |||||
| * | added constructors for mysqli_stmt and mysqli_result classes | Georg Richter | 2004-12-26 | 4 | -4/+164 |
| | | |||||
| * | fix for bug 31141 | Georg Richter | 2004-12-25 | 2 | -2/+31 |
| | | |||||
| * | prevent type conversion during mysql_stmt_execute for NULL variables | Georg Richter | 2004-12-20 | 1 | -18/+18 |
| | | |||||
| * | fix buffer overrun and remove debug printf() call | Antony Dovgal | 2004-12-09 | 1 | -3/+0 |
| | | |||||
| * | fixed windows compile errors (Thx to Sebastian Bergmann) | Georg Richter | 2004-12-06 | 1 | -11/+18 |
| | | |||||
| * | added skipif section | Georg Richter | 2004-12-04 | 65 | -0/+129 |
| | | |||||
| * | Fixed bug #30890 (testsuite) | Georg Richter | 2004-12-04 | 66 | -143/+150 |
| | | | | | | Fixed bug #28817 (property problems in extended class) | ||||
| * | Fixed bug #30967 (properties in extended mysqli classes don't work) | Georg Richter | 2004-12-03 | 2 | -4/+28 |
| | | |||||
| * | MySQL is releasing client libraries that compile out of the box | Edin Kadribasic | 2004-11-04 | 1 | -2/+2 |
| | | | | | | | with mysqli extension, so there is no need for a specially compiled client library anymore. | ||||
| * | added multi resultset support in mysql_connect | Georg Richter | 2004-11-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed tests for empty dates (see http://bugs.mysql.com/?id=6058) | Georg Richter | 2004-11-01 | 4 | -13/+28 |
| | | | | | | | Fixed memleak in mysqli_stmt_bind_result Fixed error handling for mysqli_multi_query | ||||
| * | Minor fix for mysqli_connect: checking socket_len for NULL Values | Georg Richter | 2004-10-19 | 1 | -0/+4 |
| | | | | | | (Thx to Paul DuBois) | ||||
| * | forgot to remove comment in last commit | Georg Richter | 2004-09-04 | 1 | -1/+0 |
| | | |||||
| * | fixed bug #29283 | Georg Richter | 2004-09-02 | 1 | -1/+1 |
| | | |||||
| * | test for local_infile_handler | Georg Richter | 2004-08-25 | 1 | -0/+39 |
| | | |||||
| * | changed local_infile_handler: | Georg Richter | 2004-08-25 | 4 | -111/+84 |
| | | | | | | | | | 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 |
| | | |||||
| * | minor fix in mysqli_prepare: copying stmt errormessag to mysql structure | Georg Richter | 2004-08-12 | 1 | -0/+6 |
| | | |||||
| * | 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 in mysql->client_version | Georg Richter | 2004-07-26 | 1 | -1/+10 |
| | | | | | | added mysql->client_info property | ||||
| * | fixed bug #29311 | Georg Richter | 2004-07-23 | 3 | -1/+54 |
| | | | | | | added support for Cursors (MySQL 5.0.x) | ||||
| * | changed warning (bug #29298) for outdated client library | Georg Richter | 2004-07-22 | 1 | -1/+1 |
| | | |||||
| * | This should fix binary safety for bound results or may coogle strike me down. | Sara Golemon | 2004-07-22 | 1 | -1/+1 |
| | | |||||
| * | - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() | Andi Gutmans | 2004-07-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have to check for it and it slows down the general case. In addition, it seems that empty_string has been abused quite a lot, and was used not only for setting zval's but generally in PHP code instead of "", which wasn't the intention. Last but not least, nuking empty_string should improve stability as I doubt every place correctly checked if they are not mistakenly erealloc()'ing it or calling efree() on it. NOTE: Some code is probably broken. Each extension maintainer should check and see that my changes are OK. Also, I haven't had time to touch PECL yet. Will try and do it tomorrow. | ||||
| * | fixed paraenthesis warning in mysql_stmt_attr_set/get | Georg Richter | 2004-07-17 | 1 | -2/+2 |
| | | |||||
| * | prototype fixes | Georg Richter | 2004-07-13 | 1 | -3/+3 |
| | | |||||
| * | changed mysqli_stmt_reset (returns now bool instead of void) | Georg Richter | 2004-07-13 | 1 | -4/+5 |
| | | |||||
| * | added check in config.m4 for deprecated library | Georg Richter | 2004-07-07 | 7 | -77/+109 |
| | | | | | | | | | | | 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 |
| | | |||||
