]> granicus.if.org Git - php/commitdiff
Add crypt() change in UPGRADING
authorYasuo Ohgaki <yohgaki@php.net>
Wed, 30 Oct 2013 22:28:43 +0000 (07:28 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Wed, 30 Oct 2013 22:29:00 +0000 (07:29 +0900)
UPGRADING

index d2133338a3486e85c3402df4986595680ed170b0..6e77f1d5b1ec045d45d92f604f5822c61fc4b553 100755 (executable)
--- 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.