summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2006-09-03 15:49:49 +0000
committerPierre Joye <pajoye@php.net>2006-09-03 15:49:49 +0000
commit73c52593629a6b531dd0df7dfa3e12a80bb0d873 (patch)
tree1fb08a06161f609e5e7477d40c81205175224472
parent532f577fe9147675956d87b12d63412845b3236a (diff)
downloadphp-git-73c52593629a6b531dd0df7dfa3e12a80bb0d873.tar.gz
- new openssl constants entry
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
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