summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2011-05-20 18:56:13 +0000
committerScott MacVicar <scottmac@php.net>2011-05-20 18:56:13 +0000
commit30f19bd52434736daf5ea8a5b8ee74f9d676a4fc (patch)
treeb015d1c5fceff091fccfe36e0fab77505a809ebd /UPGRADING
parent1101293b3f78254cddc4492ef8e1216e9d1364b2 (diff)
downloadphp-git-30f19bd52434736daf5ea8a5b8ee74f9d676a4fc.tar.gz
Allow management of your own padding in openssl_encrypt/decrypt.
For using mcrypt / openssl interchangeabley managing your own padding is the only solution.
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 613644509d..df98caf695 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -174,6 +174,8 @@ UPGRADE NOTES - PHP X.Y
just the first matching node.
- All SimpleXMLElement children are now always printed when using var_dump(),
var_export(), and print_r().
+- The raw data parameter in openssl_encrypt()/openssl_decrypt() is now an options
+ integer rather than a boolean. A value of true produces the same behaviour.
===================================
5. Changes made to existing methods
@@ -392,6 +394,8 @@ UPGRADE NOTES - PHP X.Y
- IPV6_MULTICAST_LOOP
- IPPROTO_IP
- IPPROTO_IPV6
+ - OPENSSL_RAW_DATA
+ - OPENSSL_ZERO_PADDING
g. New classes