#
d94467f7 |
| 08-May-2006 |
Georg Richter |
moved zend_class_entry variables to mysqli.c |
Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3 |
|
#
f8e6ffee |
| 02-Apr-2006 |
Georg Richter |
Added additional information for compiled header files. |
Revision tags: php-5.1.3RC2 |
|
#
62ce6717 |
| 30-Mar-2006 |
Antony Dovgal |
fix #36922 (missing MYSQLI_REPORT_STRICT constant in userspace) |
#
ad746130 |
| 29-Mar-2006 |
Antony Dovgal |
fix typo |
#
59b8592c |
| 29-Mar-2006 |
Antony Dovgal |
fix bug #36898 (__set() leaks in classes extending internal ones) Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_ob
fix bug #36898 (__set() leaks in classes extending internal ones) 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
show more ...
|
#
65d704cb |
| 24-Mar-2006 |
Georg Richter |
fix and testcase for bug #36745 |
#
b3a437fc |
| 24-Mar-2006 |
Georg Richter |
Fix for bug #36802 (server crashes with invalid/not opened connections) Added status to mysqli_resource: MYSQLI_STATUS_UNKNOWN MYSQLI_STATUS_CLEARE
Fix for bug #36802 (server crashes with invalid/not opened connections) 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
show more ...
|
Revision tags: php-5.1.3RC1, RELEASE_1_2 |
|
#
1aa1c535 |
| 01-Mar-2006 |
Ilia Alshanetsky |
Remove no longer needed check (checked at a higher level now). |
#
ce9dfedc |
| 16-Feb-2006 |
Ilia Alshanetsky |
Fixed bug #36420 (segfault when access result->num_rows after calling result->close()) |
Revision tags: RELEASE_0_9_4, RELEASE_1_0_4 |
|
#
04ac1f7f |
| 14-Jan-2006 |
Georg Richter |
2nd attempt: implementation of 36007 1st commit stopped with protocol error - never seen that before :-( |
Revision tags: php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
5bd93221 |
| 01-Jan-2006 |
foobar |
bump year and license version |
Revision tags: php-5.1.2RC1 |
|
#
1c0971f3 |
| 22-Dec-2005 |
Andrey Hristov |
fix for bug# 35759 (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. |
Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1 |
|
#
d3e0b57e |
| 15-Nov-2005 |
Dmitry Stogov |
Allow recursive calls to __get/__set for different properties |
Revision tags: RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2 |
|
#
2bc716c1 |
| 12-Oct-2005 |
Antony Dovgal |
fix TS build |
#
a5cea052 |
| 10-Oct-2005 |
Antony Dovgal |
fix #34818 (new mysqli_stmt() and several others crash if the first parameter is not a valid mysqli_link) |
#
7357ac0b |
| 08-Oct-2005 |
Georg Richter |
fix for bug 34785: added support for parent::__construct (mysqli_statement and mysqli_resultset) fixed failed testcases when sql_mode is in effect |
Revision tags: php-4.4.1RC1, RELEASE_0_9_0 |
|
#
bd7a277d |
| 13-Sep-2005 |
Antony Dovgal |
fix #34450 (Segfault when calling mysqli_close() in destructor) |
Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0 |
|
#
23e671a5 |
| 03-Aug-2005 |
foobar |
- Bumber up year |
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2 |
|
#
b16beb54 |
| 27-Jun-2005 |
Antony Dovgal |
fix #33491 (crash after extending MySQLi internal class) |
Revision tags: php-5.1.0b2 |
|
#
6fba73e8 |
| 22-Jun-2005 |
Georg Richter |
changed/fixed mysqli_warning class added prefetch support for cursors |
Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
b4464a2d |
| 09-May-2005 |
Andrey Hristov |
mysqli won't compile with Zend2 API before 2001 - in these days there was no Zend2 |
#
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 |