History log of /PHP-5.4/ext/mysqlnd/mysqlnd_net.c (Results 26 – 50 of 72)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# b2bcf3ae 01-Sep-2010 Andrey Hristov

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


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3
# a30113b6 15-Jul-2010 Andrey Hristov

Fix for Bug #51583 Bus error due to wrong alignment in mysqlnd


# 7043949c 15-Jul-2010 Andrey Hristov

Fix for Bug #51583 Bus error due to wrong alignment in mysqlnd


Revision tags: php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2
# 53324e88 21-Jun-2010 Andrey Hristov

Fix sprintf modifiers all around the place. In most cases
%u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be
the modifier


# baf72b73 21-Jun-2010 Andrey Hristov

Fix sprintf modifiers all around the place. In most cases
%u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be
the modifier


# 7f79e868 18-Jun-2010 Andrey Hristov

fix type mismatch, this is fresh misunderstanding


# d3d74478 18-Jun-2010 Andrey Hristov

fix type mismatch, this is fresh misunderstanding


Revision tags: php-5.3.3RC1, php-5.2.14RC1
# c389adb9 25-May-2010 Andrey Hristov

Use only memory that has been allocated


# b434301f 25-May-2010 Andrey Hristov

Use only memory that has been allocated


# ce0ea978 14-May-2010 Andrey Hristov

OOM fixes


# dd85f9c2 14-May-2010 Andrey Hristov

OOM fixes


# 90f16527 13-May-2010 Andrey Hristov

Export the methods of MYSQLND_NET


# fccec600 13-May-2010 Andrey Hristov

Export the methods of MYSQLND_NET


# cb303308 26-Apr-2010 Kalle Sommer Nielsen

Merge safe_mode changes into extensions that are in sync in both branches


# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore

show more ...


# a175419f 20-Apr-2010 Felipe Pena

- Fix copyrights


# 6d951e2d 20-Apr-2010 Felipe Pena

- Fix copyrights


# 6aa682f5 15-Apr-2010 Andrey Hristov

CS + WS changes


# a9880e78 15-Apr-2010 Andrey Hristov

CS + WS changes


123