Changed Functions

PHP Core

  • crypt will now raise an E_NOTICE error if the salt parameter is omitted.

cURL

  • Uploads using the @file syntax are now only supported if the CURLOPT_SAFE_UPLOAD option is set to FALSE. CURLFile should be used instead.

XMLReader

  • XMLReader::getAttributeNs and XMLReader::getAttributeNo now return NULL if the attribute could not be found, like XMLReader::getAttribute.