History log of /PHP-5.5/ext/mysqli/mysqli_api.c (Results 251 – 275 of 284)
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


# bb37c9c3 22-Jun-2003 Georg Richter

fixed prototypes


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


# 8282bd01 02-Jun-2003 foobar

- No c++ comments in c code..


# cc629666 31-May-2003 Marcus Boerger

- fix one warning
- fix some commit by accident?
# did someone here mix c and php code ?


# 82afbdc2 31-May-2003 Georg Richter

additional check for unsecure connect options


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b
# eac7884b 04-May-2003 Zak Greant

Added a few extra proto descriptions and made some minor corrections and comments


Revision tags: SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# e06fdaae 11-Apr-2003 Hartmut Holzgraefe

accept possible leaks for now to make SELECTS with both bound parameters
and results again ...


# a1ff81d2 11-Apr-2003 Hartmut Holzgraefe

proto fix


# 2f26d2b6 11-Apr-2003 Hartmut Holzgraefe

parameter count for bind stuff is different in OO interface


# 05e02eb2 03-Apr-2003 Georg Richter

fixed mysqli_prepare_result


# 6f24340f 17-Mar-2003 Hartmut Holzgraefe

more proto fixes


# e6633a96 15-Mar-2003 Hartmut Holzgraefe

lots of proto stuff


Revision tags: php-4.3.2RC1
# 7cf921a5 11-Mar-2003 Georg Richter

profiler:
moved profiler stuff from php_mysql.h to separate include file
added port communication
added xml support for file and port output


# 15f648c8 08-Mar-2003 Georg Richter

various changes for profiler


# 0133377f 22-Feb-2003 Georg Richter

removed some comments


# b63fbf27 22-Feb-2003 Georg Richter

Fixed bug with stmt_close (libmysql bk version 1.1477 required)
Fixed bug with mysql_execute and float values


# 500dfcfd 18-Feb-2003 Georg Richter

added new function mysqli_stmt_store_result


# 5b858c9e 18-Feb-2003 Ilia Alshanetsky

Fixed compiler warning.


# bc5eb4b3 18-Feb-2003 Georg Richter

fixed some leaks when mysql_close will be called before all stmts are freed.


# 148fdce8 16-Feb-2003 Ilia Alshanetsky

Reverted lld -> lld patch and added explanation as to why it should not be
done.


# ad1972fa 16-Feb-2003 Ilia Alshanetsky

Moved longlong conversion to a macro.


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


1...<<1112