History log of /PHP-5.6/ext/mysqli/mysqli_fe.c (Results 101 – 114 of 114)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


# 281960ee 03-Mar-2003 Georg Richter

added profiler support


# 500dfcfd 18-Feb-2003 Georg Richter

added new function mysqli_stmt_store_result


# 1f188f65 17-Feb-2003 Georg Richter

added close method/alias for result object (for compatibility with statement and
link objects)


Revision tags: php-4.3.1
# 6997d50f 16-Feb-2003 Georg Richter

added new function mysqli_stmt_affected_rows
added bigint support for mysqli_affected_rows
fixed memleak in mysqli_prepare (stmt->is_null)
fixed return type for mysqli_connect


# 44559a18 13-Feb-2003 Georg Richter

added new function int mysql_get_server_version
this function is available since libmysql change set 1.1450 (2002-02-13)


# ef086ad8 12-Feb-2003 Georg Richter

changed function entries for statements


# 27063940 12-Feb-2003 Georg Richter

removed function mysql_num_warnings (libmysql change).


# 7d7c07a7 12-Feb-2003 Georg Richter

initial upload


12345