summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2008-11-17 01:32:31 +0000
committer <changelog@php.net>2008-11-17 01:32:31 +0000
commitcbfbdabbffa6ff319e945f0694f34664722a36e5 (patch)
treeffd73a4667a5949cf3d8000f8e8b5622a002d2fb
parent4096353dfebfb3613815c9ae6d6a671abe3299d8 (diff)
downloadphp-git-cbfbdabbffa6ff319e945f0694f34664722a36e5.tar.gz
ChangeLog update
-rw-r--r--ChangeLog63
-rw-r--r--Zend/ChangeLog10
2 files changed, 73 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7feaa40013..9584c959ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,66 @@
+2008-11-16 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * 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 <ilia@prohost.org>
+
+ * 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 <felipensp@gmail.com>
+
+ * (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 <arnaud.lb@gmail.com>
* (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 <felipensp@gmail.com>
+
+ * (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 <tony@daylessday.org>
* (PHP_5_3)