#
5066f521 |
| 26-Jan-2004 |
Georg Richter |
proto fixes removed mysqli_read_query_result (will be removed in libmysql) |
#
85510ff3 |
| 26-Jan-2004 |
Georg Richter |
more prototype fixes. fixed a bug in mysqli_send_long_data |
Revision tags: RELEASE_1_3b6, php_ibase_before_split |
|
#
a2380e90 |
| 25-Jan-2004 |
Georg Richter |
prototype fix for mysqli_fetch |
#
ed135edb |
| 24-Jan-2004 |
Georg Richter |
prototype fixes |
Revision tags: php-4.3.5RC1 |
|
#
dbeb4158 |
| 08-Jan-2004 |
Andi Gutmans |
- A belated happy holidays and PHP 5 |
#
c10072d0 |
| 31-Dec-2003 |
Georg Richter |
fixed memleak and segfault when constructor call failed |
#
51fc89e4 |
| 30-Dec-2003 |
Georg Richter |
fixed a bug in mysqli_num_rows (added support for longlong values) |
#
36b65c4e |
| 28-Dec-2003 |
Georg Richter |
fixed prototype for mysqli_bind_result |
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
317e4b0d |
| 16-Dec-2003 |
Georg Richter |
added properties - insert_id - server_status fixed bug in mysqli_execute (report func) |
#
ec5b38fa |
| 13-Dec-2003 |
Georg Richter |
minor fixes for embedded |
#
04d0d99b |
| 13-Dec-2003 |
Marcus Boerger |
ZTS fixes |
#
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 |
#
10b60148 |
| 30-Nov-2003 |
Georg Richter |
prototype fix for mysqli_ssl_set |
#
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 ...
|
#
f992fbfa |
| 19-Nov-2003 |
Hartmut Holzgraefe |
proto fix |
Revision tags: php-4.3.4, php-4.3.4RC3 |
|
#
8f1f9b2f |
| 30-Oct-2003 |
Georg Richter |
changed return value from long to boolean for mysql_execute |
Revision tags: php-5.0.0b2, RELEASE_2_0_0RC1 |
|
#
8caae993 |
| 29-Oct-2003 |
Georg Richter |
added support for embedded MySQL Server some prototype fixes |
Revision tags: php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1 |
|
#
49823c5e |
| 25-Sep-2003 |
Georg Richter |
mysql_prepare_result -> mysqli_get_metadata This function was renamed in libmysql (changeset 1.607 by monty) |
Revision tags: RELEASE_0_7 |
|
#
92b237f4 |
| 16-Sep-2003 |
Hartmut Holzgraefe |
proto fix |
#
1ae13e54 |
| 06-Sep-2003 |
Marcus Boerger |
Modify mysqli_fetch_object() to be able to instantiate a selected class and pass parameters to the constructor. |
#
63dacec1 |
| 31-Aug-2003 |
Marcus Boerger |
Revert commit by accident, sorry |
#
d15ad460 |
| 31-Aug-2003 |
Marcus Boerger |
Revisited: Replace the non portable code by spprintf |
#
b2eb4541 |
| 28-Aug-2003 |
Andrey Hristov |
format string fixes |
Revision tags: php-4.3.3 |
|
#
304f37fb |
| 21-Aug-2003 |
Marcus Boerger |
Fix parameter spec |
Revision tags: php-4.3.3RC4 |
|
#
93bcd55e |
| 12-Aug-2003 |
Ilia Alshanetsky |
emalloc -> safe_emalloc |