From 832c82603f39dadf271222deddf7f4a183997c13 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Thu, 31 Oct 2013 07:28:43 +0900 Subject: [PATCH] Add crypt() change in UPGRADING --- UPGRADING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING b/UPGRADING index d2133338a3..6e77f1d5b1 100755 --- a/UPGRADING +++ b/UPGRADING @@ -68,6 +68,10 @@ PHP X.Y UPGRADE NOTES CURLOPT_SAFE_UPLOAD is now turned on by default and uploads with @file do not work unless it is explicitly set to false. +- String: + crypt() is now raise E_NOTICE error if salt parameter is omitted. + See: https://wiki.php.net/rfc/crypt_function_salt + - XMLReader: XMLReader::getAttributeNs and XMLReader::getAttributeNo now return NULL if the attribute could not be found, just like XMLReader::getAttribute. -- 2.40.0