Revision tags: RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8 |
|
#
9db1075c |
| 07-Jul-2004 |
Georg Richter |
added check in config.m4 for deprecated library added support for new 4.1.3-beta functions mysqli_stmt_field_count mysqli_stmt_attr_set mysqli_stmt_attr_get
added check in config.m4 for deprecated library 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
show more ...
|
#
c884ad01 |
| 05-Jul-2004 |
Marcus Boerger |
- Bugfix: #29019 Database not closing |
#
f063bdec |
| 23-Jun-2004 |
Georg Richter |
added php_mysqli_construct_get to support __construct in extended classes |
Revision tags: php-5.0.0RC3 |
|
#
14deb9dd |
| 06-Jun-2004 |
Sebastian Bergmann |
ZTS fixes. |
#
93bf6517 |
| 05-Jun-2004 |
Georg Richter |
Major changes for 4.1.2-alpha/4.1.3-beta: - added container for mysql structure - added load data infile callback functions (currently disabled under win) Bug fixes: - fixed property
Major changes for 4.1.2-alpha/4.1.3-beta: - 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
show more ...
|
Revision tags: php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2 |
|
#
14edc95f |
| 15-Apr-2004 |
Andi Gutmans |
- Temporary fix for bug #27869 - George, you need to implement clone in order for "clone" and - compatibility mode to work. |
Revision tags: php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5 |
|
#
5b0f6b1f |
| 21-Mar-2004 |
Stanislav Malyshev |
Update for new read_property API |
Revision tags: php-4.3.5RC4, php-5.0.0RC1 |
|
#
848f1236 |
| 18-Mar-2004 |
Georg Richter |
removed if type=string: val is allocated for any type of data |
Revision tags: php-5.0.0RC1RC2 |
|
#
e3077ead |
| 16-Mar-2004 |
Georg Richter |
fixed stmt->stmt->query which was removed in libmysql 4.1.2 added query buffer in internal stmt structure to copy string after prepare |
Revision tags: php-5.0.0RC1RC1 |
|
#
59804de3 |
| 09-Mar-2004 |
Marcus Boerger |
Missing buffer->val change |
Revision tags: RELEASE_0_2_0 |
|
#
8e52a1a8 |
| 26-Feb-2004 |
Georg Richter |
added MySQLI ini entries added ini parameter for mysql->reconnect |
Revision tags: php-4.3.5RC3 |
|
#
7c710a9f |
| 15-Feb-2004 |
Zeev Suraski |
Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0. Note: You should not be using ZVAL_DELREF() in day to day usage. Instead, you should use zval_ptr_dtor()
Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0. Note: You should not be using ZVAL_DELREF() in day to day usage. Instead, you should use zval_ptr_dtor(). Use ZVAL_DELREF() only if you're messing with the refcount directly and know what you're doing. Note #2: For clarity, if you want to initialize a new zval with a refcount of 0, it's best to do that directly, instead of using ZVAL_DELREF after allocating the zval...
show more ...
|
Revision tags: php-5.0.0b4 |
|
#
30171a75 |
| 12-Feb-2004 |
Zeev Suraski |
zend_default_classes.h -> zend_exceptions.h |
Revision tags: php-5.0.0b4RC1 |
|
#
9e93ac60 |
| 11-Feb-2004 |
Georg Richter |
removed printfs :) Thx Andi! |
#
c0a1ec42 |
| 11-Feb-2004 |
Georg Richter |
changed first parameter in mysqli_bind_param from array to string (as discussed on berlin db meeting) |
#
e3d0e587 |
| 07-Feb-2004 |
Georg Richter |
fixed cast warning |
#
8424be84 |
| 04-Feb-2004 |
Zeev Suraski |
- Update with new destructor code |
Revision tags: php-4.3.5RC2 |
|
#
7782a4b4 |
| 28-Jan-2004 |
Georg Richter |
removed experimental status fixed bug in mysqli_data_seek (thx to Andrey "Effendi" Hristov) various prototype fixes moved some methods to properties which are part of mysql struct add
removed experimental status fixed bug in mysqli_data_seek (thx to Andrey "Effendi" Hristov) various prototype fixes moved some methods to properties which are part of mysql struct added function mysqli_get_server_version
show more ...
|
Revision tags: RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1 |
|
#
dbeb4158 |
| 08-Jan-2004 |
Andi Gutmans |
- A belated happy holidays and PHP 5 |
#
b658a268 |
| 31-Dec-2003 |
Ilia Alshanetsky |
emalloc() -> safe_emalloc() |
#
c10072d0 |
| 31-Dec-2003 |
Georg Richter |
fixed memleak and segfault when constructor call failed |
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
8b3b1c19 |
| 13-Dec-2003 |
Georg Richter |
removed profiler added mysqli_report - better support for errors - support for no_index_used and bad_index_used typos and prototype fixes |
#
1be7176c |
| 10-Dec-2003 |
Georg Richter |
freeing result and stmt properties in MSHUTDOWN |
#
e664af19 |
| 24-Nov-2003 |
Georg Richter |
added/fixed write property |
#
230b2078 |
| 22-Nov-2003 |
Georg Richter |
- Added multiquery support: mysqli_multi_query mysqli_more_results mysqli_next_results - added read-only properties (and removed methods) obje
- Added multiquery support: mysqli_multi_query mysqli_more_results mysqli_next_results - added read-only properties (and removed methods) object mysql affected_rows client_flags client_version errno, error, host, host_info, info server_capabilities, server_version sqlstate, port, protocol_version, server_language thread_id, user, warning_count object result current_field, field_count, lengths, num_rows, type object stmt query, param_count, field_count, id, errno, error, sqlstate - added constructor - minor fixes, prototypes
show more ...
|