From: Date: Mon, 17 Nov 2008 01:32:31 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGES_MERGE~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbfbdabbffa6ff319e945f0694f34664722a36e5;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7feaa40013..9584c959ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +2008-11-16 Pierre-Alain Joye + + * ext/openssl/tests/bug46127.phpt + ext/openssl/tests/bug46127.phpt: + - MFB: skip if pcntl is not present + + * (PHP_5_2) + ext/openssl/tests/bug46127.phpt: + - skip if pcntl is missing + + * (PHP_5_3) + NEWS: + - entry for #46127 + + * (PHP_5_3) + ext/openssl/xp_ssl.c + ext/openssl/tests/bug46127.pem + ext/openssl/tests/bug46127.phpt: + - MFH: #46127, php_openssl_tcp_sockop_accept forgets to set context on + accepted stream + + * (PHP_5_2) + ext/openssl/xp_ssl.c + ext/openssl/tests/bug46127.pem + ext/openssl/tests/bug46127.phpt: + - MFH: manage references of stream context properly (Tony) + - add tests for bug #46127 + + * ext/openssl/xp_ssl.c + ext/openssl/tests/bug46127.pem + ext/openssl/tests/bug46127.pem + ext/openssl/tests/bug46127.pem + ext/openssl/tests/bug46127.phpt + ext/openssl/tests/bug46127.phpt + ext/openssl/tests/bug46127.phpt: + - #46127, php_openssl_tcp_sockop_accept forgets to set context on accepted + stream + +2008-11-16 Ilia Alshanetsky + + * ext/readline/readline.c: + MFB: Fixed memory leak inside readline_callback_handler_install() function + + * (PHP_5_2) + NEWS + ext/readline/readline.c: + + MFB: Fixed memory leak inside readline_callback_handler_install() function + + * (PHP_5_3) + ext/readline/readline.c: + Fixed memory leak inside readline_callback_handler_install() function + +2008-11-16 Felipe Pena + + * (PHP_5_3) + ZendEngine2/zend_builtin_functions.c: + - MFH: Fixed strlen function entry (missing arginfo struct size, thanks + Philip!) + + * ZendEngine2/zend_builtin_functions.c: + - Fixed strlen function entry (missing arginfo struct size, thanks Philip!) + 2008-11-15 Arnaud Le Blanc * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 9b8ab75718..09b6662eb2 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2008-11-16 Felipe Pena + + * (PHP_5_3) + zend_builtin_functions.c: + - MFH: Fixed strlen function entry (missing arginfo struct size, thanks + Philip!) + + * zend_builtin_functions.c: + - Fixed strlen function entry (missing arginfo struct size, thanks Philip!) + 2008-11-12 Antony Dovgal * (PHP_5_3)