History log of /PHP-7.0/ext/mysqli/mysqli_api.c (Results 301 – 325 of 345)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_0_7
# 92b237f4 16-Sep-2003 Hartmut Holzgraefe

proto fix


# 1ae13e54 06-Sep-2003 Marcus Boerger

Modify mysqli_fetch_object() to be able to instantiate a selected class and
pass parameters to the constructor.


# 63dacec1 31-Aug-2003 Marcus Boerger

Revert commit by accident, sorry


# d15ad460 31-Aug-2003 Marcus Boerger

Revisited: Replace the non portable code by spprintf


# b2eb4541 28-Aug-2003 Andrey Hristov

format string fixes


Revision tags: php-4.3.3
# 304f37fb 21-Aug-2003 Marcus Boerger

Fix parameter spec


Revision tags: php-4.3.3RC4
# 93bcd55e 12-Aug-2003 Ilia Alshanetsky

emalloc -> safe_emalloc


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# 4babf667 28-Jul-2003 foobar

ws fix


# 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


# b6bed54b 15-Jul-2003 Georg Richter

added support for rebind


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


1...<<11121314