diff options
author | Pierre Joye <pajoye@php.net> | 2006-09-03 15:49:49 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2006-09-03 15:49:49 +0000 |
commit | 73c52593629a6b531dd0df7dfa3e12a80bb0d873 (patch) | |
tree | 1fb08a06161f609e5e7477d40c81205175224472 | |
parent | 532f577fe9147675956d87b12d63412845b3236a (diff) | |
download | php-git-73c52593629a6b531dd0df7dfa3e12a80bb0d873.tar.gz |
- new openssl constants entry
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |