]> granicus.if.org Git - php/commitdiff
- entry for #37820 and leak
authorPierre Joye <pajoye@php.net>
Sat, 29 Jul 2006 22:30:22 +0000 (22:30 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 29 Jul 2006 22:30:22 +0000 (22:30 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 1f01e2bafa1b119feab0829c2197316e5591fb0d..e71da9d9b86f7be1b34721ea3671a8dfd02746b5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? Aug 2006, PHP 5.2.0RC2
+- Added support for custom algorithm in openssl_verify (Pierre)
 - Added an optional boolean parameter to memory_get_usage() and 
   memory_get_peak_usage() to get memory size allocated by emalloc() or real
   size of memory allocated from system. (Dmitry)
@@ -18,6 +19,7 @@ PHP                                                                        NEWS
 - Fixed phpinfo() cutoff of variables at \0. (Ilia)
 - Fixed a bug in the filter extension that prevented magic_quotes_gpc from
   being applied when RAW filter is used. (Ilia)
+- Fixed bug #38255 (openssl possible leaks while passing keys) (Pierre)
 - Fixed bug #38236 (Binary data gets corrupted on multipart/formdata POST).
   (Ilia)
 - Fixed bug #38234 (Exception in __clone makes memory leak). (Dmitry, Nuno)