]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 17 Nov 2008 01:32:31 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Mon, 17 Nov 2008 01:32:31 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 7feaa400139e048d3692b87eafdcf6e6a90586ab..9584c959ce22039abdaca1695ba73e5822b9d5cc 100644 (file)
--- 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)
index 9b8ab75718b05e65c061c2eb5a51f89134827a0f..09b6662eb2b87480a42ef9f23229eca8e101be2d 100644 (file)
@@ -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)