Changed functions
PHP Core
-
crypt() will now raise an
E_NOTICE
error if thesalt
parameter is omitted.
cURL
-
Uploads using the @file syntax are now only supported
if the
CURLOPT_SAFE_UPLOAD
option is set toFALSE
. CURLFile should be used instead.
Mcrypt
-
The
source
parameter of mcrypt_create_iv() now defaults toMCRYPT_DEV_URANDOM
instead ofMCRYPT_DEV_RANDOM
.
PostgreSQL
- pg_insert(), pg_select(), pg_update() and pg_delete() are no longer experimental.
- pg_send_execute(), pg_send_prepare(), pg_send_query() and pg_send_query_params() will no longer block until query write completion if the underlying socket stream for the database connection is set to non-blocking mode.
XMLReader
-
XMLReader::getAttributeNs() and
XMLReader::getAttributeNo() now return
NULL
if the attribute could not be found, like XMLReader::getAttribute().
Коментарии
404 Not Found