#
929e3851 |
| 05-May-2005 |
Georg Richter |
fixed memleak in mysqli_close fixed bug #32956 (mysqli_bind_result doesn't support MYSQL_TYPE_NULL) |
#
e6409601 |
| 29-Apr-2005 |
Andrey Hristov |
multi_query is no more global #thanks Sebastian! |
#
9c1960c3 |
| 20-Apr-2005 |
Georg Richter |
fixed typo in last commit :( |
#
649a8b18 |
| 20-Apr-2005 |
Georg Richter |
added support for data truncation (bind_result) for MySQL 5.0.5 |
#
21cae396 |
| 18-Apr-2005 |
Georg Richter |
cursor support for 5.0.4 (STMT_ATTR_CURSOR_TYPE changed to enum) |
#
f6ecb584 |
| 06-Apr-2005 |
Georg Richter |
fix for bug #32282 (segfault in mysqli_fetch_array on 64-bit) |
Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1 |
|
#
5830e46a |
| 06-Mar-2005 |
Marcus Boerger |
- Bugfix #28840 __destruct of a class that extends mysqli not called |
Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2 |
|
#
6ffd5694 |
| 27-Jan-2005 |
Antony Dovgal |
MFB: fix leak in mysqli_fetch_array() |
#
8045f834 |
| 08-Jan-2005 |
Marcus Boerger |
- Remove double destroy (which is definitively wrong and prevents php from normal execution). |
#
f16db40a |
| 07-Jan-2005 |
Georg Richter |
forgot to remove some comments in last commit:( |
#
0b4c108b |
| 07-Jan-2005 |
Georg Richter |
Added new classes: mysqli_driver mysqli_warning mysqli_exception mysqli_sql_exception Improved embedded server support changed testsuite t
Added new classes: 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
show more ...
|
#
683f6c87 |
| 26-Dec-2004 |
Georg Richter |
added constructors for mysqli_stmt and mysqli_result classes |
#
ea22bf60 |
| 25-Dec-2004 |
Georg Richter |
fix for bug 31141 |
Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2 |
|
#
01f31dcc |
| 09-Dec-2004 |
Antony Dovgal |
fix buffer overrun and remove debug printf() call |
Revision tags: php-4.3.10RC2 |
|
#
9751d9af |
| 04-Dec-2004 |
Georg Richter |
Fixed bug #30890 (testsuite) Fixed bug #28817 (property problems in extended class) |
#
30dd61ab |
| 03-Dec-2004 |
Georg Richter |
Fixed bug #30967 (properties in extended mysqli classes don't work) |
Revision tags: php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2 |
|
#
c8572b0b |
| 25-Aug-2004 |
Georg Richter |
changed local_infile_handler: 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'
changed local_infile_handler: 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.
show more ...
|
#
1c6f4900 |
| 15-Aug-2004 |
Georg Richter |
fixed default for mysqli_fetch_array |
#
1593aa0e |
| 13-Aug-2004 |
Georg Richter |
fixed bug #29656 (segfault on result and statement properties) |
Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1 |
|
#
24541944 |
| 09-Aug-2004 |
Georg Richter |
fixed bug #29577 (MYSQLI_CLIENT_FOUND_ROWS undefined) |
#
40defd5f |
| 04-Aug-2004 |
Georg Richter |
forgot to remove debug variable :( (Thx to Derick) |
#
5caeacc9 |
| 04-Aug-2004 |
Georg Richter |
fixed properties when connect wasn't called |
#
161b37ff |
| 04-Aug-2004 |
Georg Richter |
fixed bug #29522 |
#
485f862b |
| 26-Jul-2004 |
Georg Richter |
fixed bug #29335 |
#
8c6ab178 |
| 23-Jul-2004 |
Georg Richter |
fixed bug #29311 added support for Cursors (MySQL 5.0.x) |