From: Pierre Joye Date: Sun, 3 Sep 2006 15:49:49 +0000 (+0000) Subject: - new openssl constants entry X-Git-Tag: php-5.2.0RC4~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73c52593629a6b531dd0df7dfa3e12a80bb0d873;p=php - new openssl constants entry --- diff --git a/NEWS b/NEWS index af135a90df..1474a6748c 100644 --- a/NEWS +++ b/NEWS @@ -69,8 +69,9 @@ PHP NEWS . Added support for all supported algorithms in openssl_verify . Added openssl_pkey_get_details, returns the details of a key . Added x509 v3 extensions support - . Added a new constant OPENSSL_KEYTYPE_EC . Added openssl_csr_get_subject() and openssl_csr_get_public_key() + . Added 3 new contants OPENSSL_VERSION_TEXT and OPENSSL_VERSION_NUMBER + and OPENSSL_KEYTYPE_EC - Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.) - Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are