From: Yasuo Ohgaki Date: Wed, 30 Oct 2013 22:28:43 +0000 (+0900) Subject: Add crypt() change in UPGRADING X-Git-Tag: php-5.6.0alpha1~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=832c82603f39dadf271222deddf7f4a183997c13;p=php Add crypt() change in UPGRADING --- 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.