History log of /PHP-5.5/ext/mysqli/mysqli_nonapi.c (Results 26 – 50 of 156)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 566a367e 12-Aug-2011 Andrey Hristov

prevent a crash if cs is NULL, which can happen with MS and lazy connections


# d803c2f8 12-Aug-2011 Andrey Hristov

prevent a crash if cs is NULL, which can happen with MS and lazy connections


Revision tags: php-5.3.7RC5
# 8a929d89 05-Aug-2011 Andrey Hristov

Fix for bug #55283 SSL options set by mysqli_ssl_set ignored for MySQLi persistent connections


# 534de602 05-Aug-2011 Andrey Hristov

Fix for bug #55283 SSL options set by mysqli_ssl_set ignored for MySQLi persistent connections


# 5f110714 05-Aug-2011 Andrey Hristov

Fix for bug #55283 SSL options set by mysqli_ssl_set ignored for MySQLi persistent connections


# c9e7716c 04-Aug-2011 Andrey Hristov

Add mysqli_error_list() that returns an array with errors. Typically only
one and just one for libmysql. mysqlnd can return generate more than one error
during its work and with mysqli_error(

Add mysqli_error_list() that returns an array with errors. Typically only
one and just one for libmysql. mysqlnd can return generate more than one error
during its work and with mysqli_error() only the last error is being reported.
In the array returned by mysqli_error_list() / $mysqli->error_list, all errors will be found.
The list is reset when the next command is executed

show more ...


# 11f198b2 04-Aug-2011 Andrey Hristov

Add mysqli_error_list() that returns an array with errors. Typically only
one and just one for libmysql. mysqlnd can return generate more than one error
during its work and with mysqli_error(

Add mysqli_error_list() that returns an array with errors. Typically only
one and just one for libmysql. mysqlnd can return generate more than one error
during its work and with mysqli_error() only the last error is being reported.
In the array returned by mysqli_error_list() / $mysqli->error_list, all errors will be found.
The list is reset when the next command is executed

show more ...


Revision tags: php-5.4.0alpha3, 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
# 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.


# eaaef0d8 07-Jan-2011 Andrey Hristov

Proper fix for
Bug #53503 mysqli::query returns false after successful LOAD DATA query
which fixes als #56349, same behavior but in ext/mysql. Both due to a bug
in mysqlnd. Never was

Proper fix for
Bug #53503 mysqli::query returns false after successful LOAD DATA query
which fixes als #56349, same behavior but in ext/mysql. Both due to a bug
in mysqlnd. Never was a problem with libmysql.
Also fixed the 53503's test case as it always reported PASS, even when there
should have been a failure.

show more ...


# 5549e066 07-Jan-2011 Andrey Hristov

Proper fix for
Bug #53503 mysqli::query returns false after successful LOAD DATA query
which fixes als #56349, same behavior but in ext/mysql. Both due to a bug
in mysqlnd. Never was

Proper fix for
Bug #53503 mysqli::query returns false after successful LOAD DATA query
which fixes als #56349, same behavior but in ext/mysql. Both due to a bug
in mysqlnd. Never was a problem with libmysql.
Also fixed the 53503's test case as it always reported PASS, even when there
should have been a failure.

show more ...


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
# 07151356 12-Dec-2010 Kalle Sommer Nielsen

Fixed bug #53425 (mysqli_real_connect() ignores client flags when built to call libmysql)

# Based on patch by tre-php-net at crushedhat dot com


# b016c7de 12-Dec-2010 Kalle Sommer Nielsen

Fixed bug #53425 (mysqli_real_connect() ignores client flags when built to call libmysql)

# Based on patch by tre-php-net at crushedhat dot com


# b529d43c 12-Dec-2010 Kalle Sommer Nielsen

Fixed bug #53503 (mysqli::query returns false after successful LOAD DATA query)


# 7456f1d8 12-Dec-2010 Kalle Sommer Nielsen

Fixed bug #53503 (mysqli::query returns false after successful LOAD DATA query)


Revision tags: 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 :)


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


# bc6e920e 01-Oct-2010 Ulf Wendel

Fix leak with persistent connections when using mysqli.default_host is used


# 1781aec5 01-Oct-2010 Ulf Wendel

Fix leak with persistent connections when using mysqli.default_host is used


# 60327d87 30-Sep-2010 Andrey Hristov

Plug a leak in mysqli when in the same script
a pconn is reused.
Call end_psession earlier - so will mysqlnd and
the plugins free data earlier.


# 77d73b81 30-Sep-2010 Andrey Hristov

Plug a leak in mysqli when in the same script
a pconn is reused.
Call end_psession earlier - so will mysqlnd and
the plugins free data earlier.


# 67ef7201 20-Aug-2010 Andrey Hristov

Fix for bug #52654 mysqli doesn't install headers with structures it uses


1234567