History log of /PHP-5.3/ext/mysqli/mysqli_api.c (Results 151 – 175 of 228)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 612ab199 09-Mar-2004 Georg Richter

fixed memleaks in bind functions
added 4.1.2 support (renamed functions)


Revision tags: RELEASE_0_2_0
# 700bb4db 26-Feb-2004 Georg Richter

prototype fix for mysqli_ping


# 8e52a1a8 26-Feb-2004 Georg Richter

added MySQLI ini entries
added ini parameter for mysql->reconnect


# 5ffccfff 26-Feb-2004 Georg Richter

removed blocking calls to mysql_set_server_option (MYSQLI_DISABLE_MQ)
added mysqli_multi_query to function table
changed stmt->affected_rows property (http://bugs.mysql.com/?id=2247) for 4.1.2


# b3979e76 23-Feb-2004 Georg Richter

fixed report message
Disabled reconnect option


# 1f67407f 20-Feb-2004 Georg Richter

Moved functions for replication support in to file mysqli_repl.c
- these functions are marked as experimental now in documentation
not sure if we will replace or extend them with NDB su

Moved functions for replication support in to file mysqli_repl.c
- these functions are marked as experimental now in documentation
not sure if we will replace or extend them with NDB support in
April

show more ...


# a12c95e1 18-Feb-2004 Georg Richter

changed return value of mysql_fetch
- instead of MYSQL_NO_DATA mysql_fetch will now return NULL


Revision tags: php-4.3.5RC3
# d5084182 15-Feb-2004 Georg Richter

fixed several binding problems


Revision tags: php-5.0.0b4, 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)


Revision tags: php-4.3.5RC2
# cccb92b2 31-Jan-2004 Georg Richter

Corrected binding:
if column has type DECIMAL it will converted to string now.
Thanks to Brian Aker for pointing this out.


# 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 ...


# 692726cd 27-Jan-2004 Georg Richter

changed prototype mysql_dataseek from void to bool
add check for specified offset


# 429aa552 27-Jan-2004 Georg Richter

prototype fixes
removed method field_tell (which is already property current_field)


# c139c48a 26-Jan-2004 Georg Richter

fixed compiler warning (thx to Marcus Boerger)


# 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


12345678910