The following changes have been made to functions of bundled extensions.
Version | Function | Description |
---|---|---|
5.3.6 | DOMDocument::saveHTML | The node parameter was added. |
5.3.3 | DOMXPath::evaluate | The registerNodeNS parameter was added. |
DOMXPath::query | The registerNodeNS parameter was added. | |
5.3.0 | mb_get_info | The entry "http_output_conv_mimetypes" was made available. |
mcrypt_create_iv | MCRYPT_DEV_RANDOM and MCRYPT_DEV_URANDOM became available on Windows platforms. | |
mcrypt_create_iv | It is no longer required to call srand first. This is now done automatically. | |
stream_context_create | Added the optional params argument. | |
stream_socket_pair | This function is now available on Windows platforms. | |
mysqli::__construct | Added the ability of persistent connections. | |
mysqli::query | Added the ability of async queries. | |
ReflectionFunction::__construct | name can now be a closure. | |
5.2.15 & 5.3.4 | mysqli_report | Changing the reporting mode is now be per-request, rather than per-process. |
5.2.10 | curl_setopt | Es wurden CURLOPT_PROTOCOLS und CURLOPT_REDIR_PROTOCOLS eingeführt. |
5.2.4 | stream_wrapper_register | Added the flags parameter. |
5.2.3 | XMLWriter->writeElement | Der Parameter content wurde optional. |
XMLWriter->writeElementNS | Der Parameter content wurde optional. | |
5.2.2 | DOMDocument::registerNodeClass | Prior to 5.2.2, a previously registered extendedclass had to be unregistered before being able to register a new class extending the same baseclass. |
token_get_all | Die Zeilennummer wird im dritten Element zurückgegeben | |
5.2.0 | curl_multi_info_read | msgs_in_queue wurde hinzugefügt. |
mb_strrpos | Added the optional parameter offset. | |
SWFMovie::streamMP3 | skip added | |
XMLReader::open | encoding und options wurden ergänzt. | |
XMLReader::XML | encoding und options wurden ergänzt. | |
5.1.3 | curl_getinfo | Konstante CURLINFO_HEADER_OUT eingeführt. |
mb_get_info | The entries "mail_charset", "mail_header_encoding", and "mail_body_encoding" were made available. | |
XMLReade::getAttribute | Es wird NULL zurückgegeben, wenn das Attribut nicht gefunden wurde. Vorher wurde ein leerer String zurückgegeben. | |
5.1.0 | DOMDocument::save | Added the options parameter |
DOMDocument::saveXML | Added the options parameter | |
curl_setopt | Es wurden CURLOPT_AUTOREFERER, CURLOPT_BINARYTRANSFER, CURLOPT_FTPSSLAUTH, CURLOPT_PROXYAUTH und CURLOPT_TIMECONDITION eingeführt. | |
stream_copy_to_stream | Added the offset parameter | |
stream_filter_append | Prior to PHP 5.1.0, this function returns TRUE on success Im Fehlerfall wird FALSE zurückgegeben.. | |
stream_filter_prepend | Prior to PHP 5.1.0, this function returns TRUE on success Im Fehlerfall wird FALSE zurückgegeben.. | |
stream_get_contents | The offset was added. | |
5.0.0 | com_release | Die Funktion wurde entfernt. |
curl_setopt | Es wurden CURLOPT_FTP_USE_EPRT, CURLOPT_NOSIGNAL, CURLOPT_UNRESTRICTED_AUTH, CURLOPT_BUFFERSIZE, CURLOPT_HTTPAUTH, CURLOPT_PROXYPORT, CURLOPT_PROXYTYPE, CURLOPT_SSLCERTTYPE und CURLOPT_HTTP200ALIASES eingeführt. | |
mb_encode_mimeheader | The indent parameter was added. | |
mb_send_mail | The Content-Type and Content-Transfer-Encoding headers may be redefined as of PHP 5.0.0. Before this time, the values defined by mb_language are always used. | |
stream_get_meta_data | The following entries were added in the returned array: mode, seekable, and uri. | |
mysqli_result::fetch_object | Added the ability to return as a different object. |