History log of /PHP-5.5/ext/mysqli/mysqli_api.c (Results 201 – 225 of 284)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 202d2990 08-Jun-2004 Georg Richter

fixed crash (changed MYSQL TO MY_MYSQL in mysql_stmt_init)


Revision tags: php-5.0.0RC3
# f0468116 06-Jun-2004 Georg Richter

removed conditional defines for load_data_infile_handlers on windows
(4.1.2 windows build is fixed now on mysql.com)


# 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, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1
# e6ac7442 18-Mar-2004 Georg Richter

fixed problems in mysql_stmt_init (missing alloc from stmt)


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
# a3bd712b 10-Mar-2004 Georg Richter

added new function mysql_stmt_free_result


# 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


12345678910>>...12