History log of /PHP-7.4/ext/mysqli/mysqli_api.c (Results 126 – 150 of 382)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 845d8fa1 25-Oct-2011 Andrey Hristov

Move from directly referencing an aggregated structure to using a
pointer to a structure. The structure is still aggregated but we add
a level of indirection for possible plugins to overwrite

Move from directly referencing an aggregated structure to using a
pointer to a structure. The structure is still aggregated but we add
a level of indirection for possible plugins to overwrite the storage

show more ...


Revision tags: php-5.4.0beta2
# 08201e11 17-Sep-2011 Xinchen Hui

Fix Bug #55703(PHP crash when calling mysqli_fetch_fields)
Since the catalog values always is "def" now, see http://dev.mysql.com/doc/refman/5.0/en/c-api-data-structures.html


# 212d210a 17-Sep-2011 Xinchen Hui

Fix Bug #55703(PHP crash when calling mysqli_fetch_fields)
Since the catalog values always is "def" now, see http://dev.mysql.com/doc/refman/5.0/en/c-api-data-structures.html


# 26c1a62b 17-Sep-2011 Xinchen Hui

Fix Bug #55703(PHP crash when calling mysqli_fetch_fields)
Since the catalog values always is "def" now, see http://dev.mysql.com/doc/refman/5.0/en/c-api-data-structures.html


Revision tags: php-5.4.0beta1
# 6b57319c 10-Sep-2011 Xinchen Hui

Fixed Bug #55653(PS crash with libmysql when binding same variable as param and out)
Actually this caused by attempt to efree a INTERNED string


# 5e477ae1 10-Sep-2011 Xinchen Hui

Fixed Bug #55653(PS crash with libmysql when binding same variable as param and out)
Actually this caused by attempt to efree a INTERNED string


# 4325a8bf 05-Sep-2011 Andrey Hristov

Fix for Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used


# 5308ed60 05-Sep-2011 Andrey Hristov

Fix for Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used


# 13c5106f 05-Sep-2011 Andrey Hristov

Fix for Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used


Revision tags: yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3
# 395ebb5c 02-Aug-2011 Andrey Hristov

Remove a warning by explicitly compiling out a non-used variable


# 45867c17 02-Aug-2011 Andrey Hristov

Remove a warning by explicitly compiling out a non-used variable


# 1a5b1da9 02-Aug-2011 Andrey Hristov

Remove a warning by explicitly compiling out a non-used variable


Revision tags: php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1, php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1
# d244ac46 17-Jan-2011 Kalle Sommer Nielsen

MFT: Added 'db' and 'catalog' keys to the field fetching functions (FR #39847)


# 5ba90aef 17-Jan-2011 Kalle Sommer Nielsen

Added 'catalog' to the field fetching functions in mysqli (Thanks to Johannes for the headsup)


# 5ca5c2bf 14-Jan-2011 Andrey Hristov

Change things to allow passing of the password length
to mysqlnd. This is needed as a password might include
a \0 and thus we need to be binary safe.


# 69a3575b 07-Jan-2011 Kalle Sommer Nielsen

Implemented FR #39847 (mysqli_fetch_[field|fields|field_direct] need to return db)


Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 332b9538 10-Nov-2010 Andrey Hristov

Fix bad types, because zend_parse_xxx expect signed integers
for lengths, no matter how stupid this is :)


# 77d16077 10-Nov-2010 Andrey Hristov

Fix bad types, because zend_parse_xxx expect signed integers
for lengths, no matter how stupid this is :)


# 1f9cf93c 06-Oct-2010 Andrey Hristov

Fix for Bug #52686 mysql_stmt_attr_[gs]et arg. points to incorrect type


# 4f62c099 06-Oct-2010 Andrey Hristov

Fix for Bug #52686 mysql_stmt_attr_[gs]et arg. points to incorrect type


# 87edd143 05-Oct-2010 Kalle Sommer Nielsen

Fixed compiler warnings in mysqli

- mysqli.c: Fix unused variables, they are only used in non-mysqlnd mode
- mysqli_api.c (PHP_5_3 only): Fix constness, add_property_string expects a c

Fixed compiler warnings in mysqli

- mysqli.c: Fix unused variables, they are only used in non-mysqlnd mode
- mysqli_api.c (PHP_5_3 only): Fix constness, add_property_string expects a char *, not a const char *
- mysqli_prop.c: Cast to long, as its below the LONG_MAX and therefore safe
- mysqli_result_iterator.c: Cast to ulong as the iterator member expects that rather than a my_longlong

# In trunk only warnings regarding the zend_property_info
# structure is present and PHP_5_3 is warning free now

show more ...


# 2d925fb2 04-Oct-2010 Ulf Wendel

Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown
up by white space chang

Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown
up by white space changes...

Changes:
- remove end of line white space
- fix compiler warning "ext/mysqli/mysqli_priv.h:156:27: warning: no newline at end of file"
- fix compiler warning "ext/mysqli/mysqli_fe.h:135:25: warning: no newline at end of file"
- fix compiler warning "ext/mysqli/mysqli.c:896:11: warning: extra tokens at end of #ifdef directive"

show more ...


# e20c62d3 04-Oct-2010 Ulf Wendel

Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown
up by white space chang

Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown
up by white space changes...

Changes:
- remove end of line white space
- fix compiler warning "ext/mysqli/mysqli_priv.h:156:27: warning: no newline at end of file"
- fix compiler warning "ext/mysqli/mysqli_fe.h:135:25: warning: no newline at end of file"
- fix compiler warning "ext/mysqli/mysqli.c:896:11: warning: extra tokens at end of #ifdef directive"

show more ...


12345678910>>...16