History log of /PHP-5.5/ext/mysqli/mysqli_fe.c (Results 76 – 100 of 108)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, 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
# 865903a2 03-Mar-2004 Edin Kadribasic

Attempt at fixing win32 link errors


# 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


# 12c63784 21-Feb-2004 Georg Richter

fixed typo in method alias


Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, 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 ...


# 429aa552 27-Jan-2004 Georg Richter

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


# 5066f521 26-Jan-2004 Georg Richter

proto fixes
removed mysqli_read_query_result (will be removed in libmysql)


Revision tags: RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# ccfc46b0 08-Jan-2004 foobar

- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?


# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


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)


# 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


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


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1
# 73be3af9 29-Oct-2003 Georg Richter

added functions for embedded server


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, php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5
# 55f947aa 03-Aug-2003 Marcus Boerger

Fix build


# 538d58dd 03-Aug-2003 Zeev Suraski

Use new infrastructure.

There are bound to be some messups, please report build/runtime bugs!


Revision tags: BEFORE_ARG_INFO, php-4.3.3RC2
# 13966fdf 18-Jul-2003 Georg Richter

added new functions:
mysqli_connect_error
mysqli_connect_errno

which return possible errors for the last connect


# db398787 15-Jul-2003 Georg Richter

added new function mysqli_stmt_data_seek


Revision tags: php-5.0.0b1
# f38bd950 28-Jun-2003 Georg Richter

added BYREF_FORCE for bind parameters in msqli_bind_param and mysqli_bind_result
changed function parameters in mysqli_bind_param
from (object statement, mixed var1, long type1, ...)

added BYREF_FORCE for bind parameters in msqli_bind_param and mysqli_bind_result
changed function parameters in mysqli_bind_param
from (object statement, mixed var1, long type1, ...)
to (object statement, array tyoes, mixed var1, mixed var2, ...)

show more ...


# 5655ebe6 22-Jun-2003 Georg Richter

added new function mysqli_stmt_num_rows


# 4554dc4a 21-Jun-2003 Georg Richter

new functions (4.1.1): mysql_sqlstate, mysql_stmt_sqlstate


Revision tags: php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# e43e219e 24-Mar-2003 Georg Richter

changed method name


Revision tags: php-4.3.2RC1
# 15f648c8 08-Mar-2003 Georg Richter

various changes for profiler


12345