History log of /PHP-5.5/ext/mysqlnd/mysqlnd_net.c (Results 51 – 75 of 91)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# dd9fc198 15-Apr-2010 Andrey Hristov

Fix for bug#49234 method not found ssl_set
Patch was tested and compiles on Windows. (Thanks Kalle)


# c04f7526 15-Apr-2010 Andrey Hristov

Fix for bug#49234 method not found ssl_set
Patch was tested and compiles on Windows. (Thanks Kalle)


# 92698a33 06-Apr-2010 Andrey Hristov

Fix the Windows build (void* arithmetic) as well as --disable-zlib
build.


# 798103d4 06-Apr-2010 Andrey Hristov

Fix the Windows build (void* arithmetic) as well as --disable-zlib
build.


# aa8f43fa 06-Apr-2010 Andrey Hristov

Recommit with an Windows build fix:
Fix inconsistencies
- memory allocated with spprintf, or likes, outside of mysqlnd's
allocator functions should not be freed by the mysqlnd's allocator

Recommit with an Windows build fix:
Fix inconsistencies
- memory allocated with spprintf, or likes, outside of mysqlnd's
allocator functions should not be freed by the mysqlnd's allocator
(a wrapper around emalloc/malloc).
- memory allocated by the mysqlnd's allocator should only be freed
by it.
- add a mode to track memory usage (malloc/free)

show more ...


# 96e2651f 01-Apr-2010 Pierre Joye

- revert revision 297277, break the builds (declaration must go 1st, size of void * and other known situations). Also Johannes, can you check that commit pls? Thought we were in bugs fixing only for

- revert revision 297277, break the builds (declaration must go 1st, size of void * and other known situations). Also Johannes, can you check that commit pls? Thought we were in bugs fixing only for 5.3

show more ...


1234