summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-04-23 13:54:40 +0000
committerAndrey Hristov <andrey@php.net>2010-04-23 13:54:40 +0000
commitaf6dd192b3b27988e9871be6f72e5e6f3b388d02 (patch)
tree2e13614d0352709ab541321605030b0a1623f351 /NEWS
parenta5142d18cb1529bcc3711ab5e2f9dab2aaaf254b (diff)
downloadphp-git-af6dd192b3b27988e9871be6f72e5e6f3b388d02.tar.gz
Fix for bug #51647 Certificate file without private key (pk in another file) doesn't work
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index da88be15e8..892e907f1e 100644
--- a/NEWS
+++ b/NEWS
@@ -20,7 +20,8 @@ PHP NEWS
- Fixed a NULL pointer dereference when processing invalid XML-RPC
requests (Fixes CVE-2010-0397, bug #51288). (Raphael Geissert)
- Fixed 64-bit integer overflow in mhash_keygen_s2k(). (Clément LECIGNE, Stas)
-
+- Fixed bug #51647 Certificate file without private key (pk in another file)
+ doesn't work. (Andrey)
- Fixed bug #51629 (CURLOPT_FOLLOWLOCATION error message is misleading).
(Pierre)
- Fixed bug #51627 (script path not correctly evaluated).