diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2013-10-31 07:28:43 +0900 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2013-10-31 07:29:00 +0900 |
commit | 832c82603f39dadf271222deddf7f4a183997c13 (patch) | |
tree | 0aac72eaa72b6012789ea55438155e3558fe325b | |
parent | 98c9e56ef0be89953729754bd9949e14c7248c15 (diff) | |
download | php-git-832c82603f39dadf271222deddf7f4a183997c13.tar.gz |
Add crypt() change in UPGRADING
-rwxr-xr-x | UPGRADING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |