summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2013-10-31 07:28:43 +0900
committerYasuo Ohgaki <yohgaki@php.net>2013-10-31 07:29:00 +0900
commit832c82603f39dadf271222deddf7f4a183997c13 (patch)
tree0aac72eaa72b6012789ea55438155e3558fe325b
parent98c9e56ef0be89953729754bd9949e14c7248c15 (diff)
downloadphp-git-832c82603f39dadf271222deddf7f4a183997c13.tar.gz
Add crypt() change in UPGRADING
-rwxr-xr-xUPGRADING4
1 files changed, 4 insertions, 0 deletions
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.