History log of /PHP-5.5/ext/mysqlnd/mysqlnd_net.c (Results 26 – 50 of 91)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.4.0beta1
# fa8a1c38 31-Aug-2011 Andrey Hristov

Fix valgrind error (sending of initialized bytes over the network).
When the compression was successful the compressed data + uninitialized data
at the end was sent to the server, because the

Fix valgrind error (sending of initialized bytes over the network).
When the compression was successful the compressed data + uninitialized data
at the end was sent to the server, because the length of the compressed payload
wasn't correctly calculated (actually the length of the uncompressed payload as assumed).
However, the uncompress() function has internally the length of the real payload and skips
the binary trash at the end - thus no data damage occurs!

show more ...


# 12a4dcf5 31-Aug-2011 Andrey Hristov

Fix valgrind error (sending of initialized bytes over the network).
When the compression was successful the compressed data + uninitialized data
at the end was sent to the server, because the

Fix valgrind error (sending of initialized bytes over the network).
When the compression was successful the compressed data + uninitialized data
at the end was sent to the server, because the length of the compressed payload
wasn't correctly calculated (actually the length of the uncompressed payload as assumed).
However, the uncompress() function has internally the length of the real payload and skips
the binary trash at the end - thus no data damage occurs!

show more ...


# 604fa153 31-Aug-2011 Andrey Hristov

Fix valgrind error (sending of initialized bytes over the network).
When the compression was successful the compressed data + uninitialized data
at the end was sent to the server, because the

Fix valgrind error (sending of initialized bytes over the network).
When the compression was successful the compressed data + uninitialized data
at the end was sent to the server, because the length of the compressed payload
wasn't correctly calculated (actually the length of the uncompressed payload as assumed).
However, the uncompress() function has internally the length of the real payload and skips
the binary trash at the end - thus no data damage occurs!

show more ...


Revision tags: yaf-2.1.0
# 344136e8 24-Aug-2011 Xinchen Hui

Apply r315270 to 5.3
Fixed test script failed when host mysql doesn't listen on 3306
Fxied test script failed due to mysql_pconnect trigger a warning


Revision tags: php-5.3.8
# 9baee858 22-Aug-2011 Andrey Hristov

Fix Bug #55473 mysql_pconnect leaks file descriptors on reconnect
The fix is for now in 5_4 and trunk, to be merged into 5_3 after 5.3.8
is packaged (expected today). The test case goes to a

Fix Bug #55473 mysql_pconnect leaks file descriptors on reconnect
The fix is for now in 5_4 and trunk, to be merged into 5_3 after 5.3.8
is packaged (expected today). The test case goes to all branches

show more ...


# 0aa6354a 22-Aug-2011 Andrey Hristov

Fix Bug #55473 mysql_pconnect leaks file descriptors on reconnect
The fix is for now in 5_4 and trunk, to be merged into 5_3 after 5.3.8
is packaged (expected today). The test case goes to a

Fix Bug #55473 mysql_pconnect leaks file descriptors on reconnect
The fix is for now in 5_4 and trunk, to be merged into 5_3 after 5.3.8
is packaged (expected today). The test case goes to all branches

show more ...


Revision tags: php-5.3.7, php-5.3.7RC5, 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
# 9e5bc2c1 16-May-2011 Johannes Schlüter

- Move the access behind the check.
# I can't find an unsafe call, but let's play safe


# 8ab4c89d 16-May-2011 Johannes Schlüter

- Move the access behind the check.
# I can't find an unsafe call, but let's play safe


# 898e3095 16-May-2011 Johannes Schlüter

- Move the access behind the check.
# I can't find an unsafe call, but let's play safe


# 9484248c 22-Mar-2011 Andrey Hristov

remove unneeded includes


# 15fd9c4f 22-Mar-2011 Andrey Hristov

remove unneeded includes


# f0644359 18-Mar-2011 Andrey Hristov

add a proxy for sppintf and vspprintf


# ca5df2a8 18-Mar-2011 Andrey Hristov

less trace info


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1
# ce4e6f4d 24-Jan-2011 Andrey Hristov

Handle MySQL 5.5 authentication features.
Authentication protocol can be changed, a new raw
packet is introduced, which includes only the "encrypted"
data for the auth plugin, sent after

Handle MySQL 5.5 authentication features.
Authentication protocol can be changed, a new raw
packet is introduced, which includes only the "encrypted"
data for the auth plugin, sent after change protocol (0xFE)
is sent to the client.

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++


# f35b89c7 15-Dec-2010 Andrey Hristov

count preciser in case of error


# 69894eaf 15-Dec-2010 Andrey Hristov

count preciser in case of error


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
# d4b1c1ec 05-Oct-2010 Andrey Hristov

fix recent TSRM build break, with --enable-debug


# 4c88033a 05-Oct-2010 Andrey Hristov

fix recent TSRM build break, with --enable-debug


# 54624f99 04-Oct-2010 Kalle Sommer Nielsen

We do not need this TSRMLS_FETCH() call as we do not use any TSRM stuff in here, so we can get
a minor boost here in ZTS mode.


# 304bc60e 04-Oct-2010 Kalle Sommer Nielsen

We do not need this TSRMLS_FETCH() call as we do not use any TSRM stuff in here, so we can get
a minor boost here in ZTS mode.


# 4c26112c 22-Sep-2010 Andrey Hristov

Fix for
Request #48082 mysql_connect does not work with named pipes


# ed58636f 16-Sep-2010 Pierre Joye

- use TSRMLS_D/C with php_stream_context_alloc


# 8220c2e4 01-Sep-2010 Andrey Hristov

OPT_COMPRESS support for mysqlnd_conn::set_client_option
To be used by mysqli_options


1234