As alterações a seguir foram feitas em funções de extensões nativas
Version | Function | Description |
---|---|---|
PHP 4.3.3 | ftruncate | Antes desta versão, ftruncate retornava integer no valor 1 no caso de sucesso, ao invés de boolean true. |
PECL OCI8 3.2 | oci_set_prefetch_lob | |
PECL OCI8 1.4 | oci_set_prefetch | Before this release, rows must be >= 1. |
PECL OCI8 1.3.4 | oci_set_prefetch | Before this release, prefetching was limited to the lesser of rows rows and 1024 * rows bytes. The byte size restriction has now been removed. |
PECL 3.0.0 | IntlDateFormatter::format | Support for providing IntlCalendar objects to the datetime parameter was added. |
Desde o 5.0.0 | get_class | O nome da classe é retornado em sua notação original. |
get_class | O parâmetro object é opcional se chamado para um método do objeto. | |
get_parent_class | O parâmetro object é opcional se chamado de um método de objeto. | |
Desde o 4.0.5 | get_parent_class | Se object é uma string, retorna o nome da classe pai da classe com este nome. |
Antes do 5.1.0 | get_parent_class | Se chamado sem parâmetro fora do objeto, esta função retornaria null com um aviso. |
antes do 4.2.0 | get_object_vars | Se as variáveis declaradas na classe da qual o object é uma instância, não foram assimilado um valor, estes não serão retornados no array |
8.1.0 | DOMDocument::createComment | In case of an error, a DomException is thrown now. Previously, false was returned. |
DOMDocument::createDocumentFragment | In case of an error, a DomException is thrown now. Previously, false was returned. | |
DOMDocument::createTextNode | In case of an error, a DomException is thrown now. Previously, false was returned. | |
current | Calling this function on objects is deprecated. Either use get_mangled_object_vars on the object first, or use ArrayIterator. | |
finfo_buffer | The finfo parameter expects an finfo instance now; previously, a resource was expected. | |
finfo_close | The finfo parameter expects an finfo instance now; previously, a resource was expected. | |
finfo_file | The finfo parameter expects an finfo instance now; previously, a resource was expected. | |
finfo_open | Returns an finfo instance now; previously, a resource was returned. | |
finfo_set_flags | The finfo parameter expects an finfo instance now; previously, a resource was expected. | |
hash | The options parameter has been added. | |
hash_algos | Support for MurmurHash3 and xxHash algorithms has been added. | |
hash_file | The options parameter has been added. | |
hash_init | The options parameter has been added. | |
imap_append | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_body | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_bodystruct | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_check | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_clearflag_full | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_close | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_createmailbox | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_delete | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_deletemailbox | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_expunge | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_fetch_overview | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_fetchbody | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_fetchheader | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_fetchmime | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_fetchstructure | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_gc | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_get_quota | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_get_quotaroot | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_getacl | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_getmailboxes | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_getsubscribed | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_headerinfo | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_headers | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_list | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_listscan | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_lsub | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_mail_copy | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_mail_move | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_mailboxmsginfo | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_msgno | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_num_msg | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_num_recent | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_open | Returns an IMAP\Connection instance now; previously, a resource was returned. | |
imap_ping | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_renamemailbox | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_reopen | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_savebody | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_search | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_set_quota | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_setacl | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_setflag_full | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_sort | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_status | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_subscribe | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_thread | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_uid | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_undelete | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
imap_unsubscribe | The imap parameter expects an IMAP\Connection instance now; previously, a resource was expected. | |
ldap_add | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_add_ext | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_add_ext | Returns an LDAP\Result instance now; previously, a resource was returned. | |
ldap_bind | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_bind_ext | Returns an LDAP\Result instance now; previously, a resource was returned. | |
ldap_bind_ext | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_compare | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_connect | Returns an LDAP\Connection instance now; previously, a resource was returned. | |
ldap_count_entries | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_count_entries | The result parameter expects an LDAP\Result instance now; previously, a resource was expected. | |
ldap_count_references | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_count_references | The result parameter expects an LDAP\Result instance now; previously, a resource was expected. | |
ldap_delete | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_delete_ext | Returns an LDAP\Result instance now; previously, a resource was returned. | |
ldap_delete_ext | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_errno | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_error | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_exop | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_exop_passwd | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_exop_refresh | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_exop_whoami | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_first_attribute | The entry parameter expects an LDAP\ResultEntry instance now; previously, a resource was expected. | |
ldap_first_attribute | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_first_entry | Returns an LDAP\ResultEntry instance now; previously, a resource was returned. | |
ldap_first_entry | The result parameter expects an LDAP\Result instance now; previously, a resource was expected. | |
ldap_first_entry | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_free_result | The result parameter expects an LDAP\Result instance now; previously, a resource was expected. | |
ldap_get_attributes | The entry parameter expects an LDAP\ResultEntry instance now; previously, a resource was expected. | |
ldap_get_attributes | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_get_dn | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_get_dn | The entry parameter expects an LDAP\ResultEntry instance now; previously, a resource was expected. | |
ldap_get_entries | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_get_entries | The result parameter expects an LDAP\Result instance now; previously, a resource was expected. | |
ldap_get_option | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_get_values | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_get_values | The entry parameter expects an LDAP\ResultEntry instance now; previously, a resource was expected. | |
ldap_get_values_len | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_get_values_len | The entry parameter expects an LDAP\ResultEntry instance now; previously, a resource was expected. | |
ldap_list | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_list | Returns an LDAP\Result instance now; previously, a resource was returned. | |
ldap_mod_add | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_mod_del | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_mod_replace | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_modify_batch | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_mod_add_ext | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_mod_add_ext | Returns an LDAP\Result instance now; previously, a resource was returned. | |
ldap_mod_del_ext | Returns an LDAP\Result instance now; previously, a resource was returned. | |
ldap_mod_del_ext | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_mod_replace_ext | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_mod_replace_ext | Returns an LDAP\Result instance now; previously, a resource was returned. | |
ldap_next_attribute | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_next_attribute | The entry parameter expects an LDAP\ResultEntry instance now; previously, a resource was expected. | |
ldap_next_entry | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_next_entry | The entry parameter expects an LDAP\ResultEntry instance now; previously, a resource was expected. | |
ldap_next_entry | Returns an LDAP\Result instance now; previously, a resource was returned. | |
ldap_parse_exop | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_parse_exop | The result parameter expects an LDAP\Result instance now; previously, a resource was expected. | |
ldap_parse_result | The result parameter expects an LDAP\Result instance now; previously, a resource was expected. | |
ldap_parse_result | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_read | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_read | Returns an LDAP\Result instance now; previously, a resource was returned. | |
ldap_rename | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_rename_ext | Returns an LDAP\Result instance now; previously, a resource was returned. | |
ldap_rename_ext | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_sasl_bind | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_search | Returns an LDAP\Result instance now; previously, a resource was returned. | |
ldap_search | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_set_option | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_set_rebind_proc | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
ldap_unbind | The ldap parameter expects an LDAP\Connection instance now; previously, a resource was expected. | |
openssl_cms_encrypt | The default cipher algorithm (cipher_algo) is now AES-128-CBC (OPENSSL_CIPHER_AES_128_CBC). Previously, PKCS7/CMS was used (OPENSSL_CIPHER_RC2_40). | |
openssl_decrypt | tag is now nullable. | |
openssl_pkcs7_encrypt | The default cipher algorithm (cipher_algo) is now AES-128-CBC (OPENSSL_CIPHER_AES_128_CBC). Previously, PKCS7/CMS was used (OPENSSL_CIPHER_RC2_40). | |
pspell_add_to_personal | The dictionary parameter expects an PSpell\Dictionary instance now; previously, a resource was expected. | |
pspell_add_to_session | The dictionary parameter expects an PSpell\Dictionary instance now; previously, a resource was expected. | |
pspell_check | The dictionary parameter expects an PSpell\Dictionary instance now; previously, a resource was expected. | |
pspell_clear_session | The dictionary parameter expects an PSpell\Dictionary instance now; previously, a resource was expected. | |
pspell_config_create | Returns an PSpell\Config instance now; previously, a resource was returned. | |
pspell_config_data_dir | The config parameter expects an PSpell\Config instance now; previously, a resource was expected. | |
pspell_config_dict_dir | The config parameter expects an PSpell\Config instance now; previously, a resource was expected. | |
pspell_config_ignore | The config parameter expects an PSpell\Config instance now; previously, a resource was expected. | |
pspell_config_mode | The config parameter expects an PSpell\Config instance now; previously, a resource was expected. | |
pspell_config_personal | The config parameter expects an PSpell\Config instance now; previously, a resource was expected. | |
pspell_config_repl | The config parameter expects an PSpell\Config instance now; previously, a resource was expected. | |
pspell_config_runtogether | The config parameter expects an PSpell\Config instance now; previously, a resource was expected. | |
pspell_config_save_repl | The config parameter expects an PSpell\Config instance now; previously, a resource was expected. | |
pspell_new | Returns an PSpell\Dictionary instance now; previously, a resource was returned. | |
pspell_new_config | Returns an PSpell\Dictionary instance now; previously, a resource was returned. | |
pspell_new_config | The config parameter expects an PSpell\Config instance now; previously, a resource was expected. | |
pspell_new_personal | Returns an PSpell\Dictionary instance now; previously, a resource was returned. | |
pspell_save_wordlist | The dictionary parameter expects an PSpell\Dictionary instance now; previously, a resource was expected. | |
pspell_store_replacement | The dictionary parameter expects an PSpell\Dictionary instance now; previously, a resource was expected. | |
pspell_suggest | The dictionary parameter expects an PSpell\Dictionary instance now; previously, a resource was expected. | |
stream_select | microseconds is now nullable. | |
mysqli_driver::$report_mode | The default value is now MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT. Previously, it was MYSQLI_REPORT_OFF. | |
mysqli_result::fetch_all | Now also available when linking against libmysqlclient. | |
mysqli_stmt::next_result | Now also available when linking against libmysqlclient. | |
Phar::buildFromDirectory | Phar::buildFromDirectory no longer returns false. | |
Phar::buildFromIterator | Phar::buildFromIterator no longer returns false. | |
PharData::buildFromDirectory | PharData::buildFromDirectory no longer returns false. | |
PharData::buildFromIterator | PharData::buildFromIterator no longer returns false. | |
ReflectionClassConstant::getName | Throws an Error in case the name property has not been initialized. Previously, the method returned false on failure. | |
ReflectionExtension::__clone | This method is no longer final. | |
ReflectionFunctionAbstract::__clone | This method is no longer final. | |
ReflectionParameter::__clone | This method is no longer final. | |
ReflectionProperty::__clone | This method is no longer final. | |
ReflectionZendExtension::__clone | This method is no longer final. | |
8.0.3 | DOMDocument::getElementsByTagNameNS | namespace is nullable now. |
DOMElement::getElementsByTagNameNS | namespace is nullable now. | |
DOMImplementation::createDocument | namespace is now nullable. | |
finfo::__construct | magic_database is nullable now. | |
finfo_open | magic_database is nullable now. | |
SoapClient::__setLocation | location is nullable now. | |
SoapVar::__construct | typeName, typeNamespace, nodeName,and nodeNamespace are nullable now. | |
8.0.0, PECL OCI8 3.0.0 | oci_connect | connection_string is now nullable. |
oci_error | connection_or_statement is now nullable. | |
oci_lob_copy | length is now nullable. | |
oci_new_collection | schema is now nullable. | |
oci_new_connect | connection_string is now nullable. | |
OCICollection::append | The OCI-Collection class was renamed to OCICollection to align with PHP naming standards. | |
OCICollection::assign | The OCI-Collection class was renamed to OCICollection to align with PHP naming standards. | |
OCICollection::assignElem | The OCI-Collection class was renamed to OCICollection to align with PHP naming standards. | |
OCICollection::free | The OCI-Collection class was renamed to OCICollection to align with PHP naming standards. | |
OCICollection::getElem | The OCI-Collection class was renamed to OCICollection to align with PHP naming standards. | |
OCICollection::max | The OCI-Collection class was renamed to OCICollection to align with PHP naming standards. | |
OCICollection::size | The OCI-Collection class was renamed to OCICollection to align with PHP naming standards. | |
OCICollection::trim | The OCI-Collection class was renamed to OCICollection to align with PHP naming standards. | |
OCILob::append | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::close | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::eof | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::erase | offset and length are now nullable. | |
OCILob::erase | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::export | offset and length are now nullable. | |
OCILob::export | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::flush | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::free | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::getBuffering | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::import | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::load | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::read | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::rewind | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::save | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::saveFile | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::seek | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::setBuffering | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::size | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::tell | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::truncate | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::write | length is now nullable. | |
OCILob::write | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
OCILob::writeToFile | offset and length are now nullable. | |
OCILob::writeToFile | The OCI-Lob class was renamed to OCILob to align with PHP naming standards. | |
8.0.0 / 1.18.1 | ZipArchive::addGlob | "comp_method", "comp_flags", "enc_method" and "enc_password" in options were added. |
8.0.0 / 1.18.0 | ZipArchive::addEmptyDir | flags was added. |
ZipArchive::addFile | flags was added. | |
ZipArchive::addFromString | flags was added. | |
ZipArchive::addGlob | "flags" in options was added. | |
ZipArchive::getStatusString | This method no longer returns false on failure. | |
ZipArchive::getStatusString | This method can be called on closed archive. | |
8.0.0 | DateTime::format | Antes desta versão, false era retornado em caso de falha. |
DateTime::format | O caractere de formatação p foi adicionado. | |
DOMImplementation::createDocument | doctype is now nullable. | |
FFI::cdef | lib is nullable now. | |
FFI::string | size is nullable now; previously, its default was 0. | |
array_column | Objetos em colunas indicadas pelo parâmetro index_key não serão mais convertidos em string e agora irão lançar um TypeError em vez disso. | |
array_filter | callback agora é anulável. | |
array_filter | If callback expects a parameter to be passed by reference, this function will now emit an E_WARNING. | |
array_map | If callback expects a parameter to be passed by reference, this function will now emit an E_WARNING. | |
array_reduce | If callback expects a parameter to be passed by reference, this function will now emit an E_WARNING. | |
array_splice | length agora é anulável. | |
com_event_sink | sink_interface is nullable now. | |
com_get_active_object | codepage is nullable now. | |
curl_multi_errno | multi_handle expects a CurlMultiHandle instance now; previously, a resource was expected. | |
curl_multi_errno | The function no longer returns false on failure. | |
curl_setopt | handle expects a CurlHandle instance now; previously, a resource was expected. | |
curl_share_errno | share_handle expects a CurlShareHandle instance now; previously, a resource was expected. | |
curl_share_errno | The function no longer returns false on failure. | |
date | timestamp agora é anulável. | |
dom_import_simplexml | This function no longer returns null on failure. | |
enchant_broker_describe | broker expects an EnchantBroker instance now; previoulsy, a resource was expected. | |
enchant_broker_describe | Prior to this version, the function returned false on failure. | |
enchant_broker_dict_exists | broker expects an EnchantBroker instance now; previoulsy, a resource was expected. | |
enchant_broker_free | broker expects an EnchantBroker instance now; previoulsy, a resource was expected. | |
enchant_broker_free_dict | dictionary expects a EnchantDictionary now; previoulsy, a resource was expected. | |
enchant_broker_get_dict_path | broker expects an EnchantBroker instance now; previoulsy, a resource was expected. | |
enchant_broker_get_error | broker expects an EnchantBroker instance now; previoulsy, a resource was expected. | |
enchant_broker_init | On success, this function returns an EnchantBroker instance now; previoulsy, a resource was retured. | |
enchant_broker_list_dicts | broker expects an EnchantBroker instance now; previoulsy, a resource was expected. | |
enchant_broker_list_dicts | Prior to this version, the function returned false on failure. | |
enchant_broker_request_dict | On success, this function returns an EnchantDictionary instance now; previoulsy, a resource was retured. | |
enchant_broker_request_dict | broker expects an EnchantBroker instance now; previoulsy, a resource was expected. | |
enchant_broker_request_pwl_dict | On success, this function returns an EnchantDictionary instance now; previoulsy, a resource was retured. | |
enchant_broker_request_pwl_dict | broker expects an EnchantBroker instance now; previoulsy, a resource was expected. | |
enchant_broker_set_dict_path | broker expects an EnchantBroker instance now; previoulsy, a resource was expected. | |
enchant_broker_set_ordering | broker expects an EnchantBroker instance now; previoulsy, a resource was expected. | |
enchant_dict_add | dictionary expects an EnchantDictionary instance now; previoulsy, a resource was expected. | |
enchant_dict_add_to_session | dictionary expects an EnchantDictionary instance now; previoulsy, a resource was expected. | |
enchant_dict_check | dictionary expects an EnchantDictionary instance now; previoulsy, a resource was expected. | |
enchant_dict_describe | dictionary expects an EnchantDictionary instance now; previoulsy, a resource was expected. | |
enchant_dict_describe | Prior to this version, the function returned false on failure. | |
enchant_dict_get_error | dictionary expects an EnchantDictionary instance now; previoulsy, a resource was expected. | |
enchant_dict_is_added | dictionary expects an EnchantDictionary instance now; previoulsy, a resource was expected. | |
enchant_dict_quick_check | dictionary expects an EnchantDictionary instance now; previoulsy, a resource was expected. | |
enchant_dict_store_replacement | dictionary expects an EnchantDictionary instance now; previoulsy, a resource was expected. | |
enchant_dict_suggest | dictionary expects an EnchantDictionary instance now; previoulsy, a resource was expected. | |
finfo_buffer | context is nullable now. | |
finfo_file | context is nullable now. | |
gmdate | timestamp agora é anulável. | |
hash | hash now throws a ValueError exception if algo is unknown; previously, false was returned instead. | |
hash_hmac | hash_hmac now throws a ValueError exception if algo is unknown or is a non-cryptographic hash function; previously, false was returned instead. | |
hash_update_file | stream_context is now nullable. | |
iconv_mime_decode | encoding is nullable now. | |
iconv_mime_decode_headers | encoding is nullable now. | |
iconv_strlen | encoding is nullable now. | |
iconv_strpos | encoding is nullable now. | |
iconv_strrpos | encoding is nullable now. | |
iconv_substr | length and encoding are nullable now. | |
imap_append | options and internal_date are now nullable. | |
imap_headerinfo | The unused defaulthost parameter has been removed. | |
imap_mail | additional_headers, cc, bcc, and return_path are now nullable. | |
imap_sort | search_criteria and charset are now nullable. | |
imap_sort | reverse is now bool instead of int. | |
ldap_add | controls is nullable now; previously, it defaulted to []. | |
ldap_add_ext | controls is nullable now; previously, it defaulted to []. | |
ldap_bind_ext | controls is nullable now; previously, it defaulted to []. | |
ldap_compare | controls is nullable now; previously, it defaulted to []. | |
ldap_control_paged_result | This function has been removed. | |
ldap_control_paged_result_response | This function has been removed. | |
ldap_delete | controls is nullable now; previously, it defaulted to []. | |
ldap_delete_ext | controls is nullable now; previously, it defaulted to []. | |
ldap_exop_passwd | controls is nullable now; previously, it defaulted to []. | |
ldap_list | controls is nullable now; previously, it defaulted to []. | |
ldap_mod_add | controls is nullable now; previously, it defaulted to []. | |
ldap_mod_del | controls is nullable now; previously, it defaulted to []. | |
ldap_mod_replace | controls is nullable now; previously, it defaulted to []. | |
ldap_modify_batch | controls is nullable now; previously, it defaulted to []. | |
ldap_mod_add_ext | controls is nullable now; previously, it defaulted to []. | |
ldap_mod_del_ext | controls is nullable now; previously, it defaulted to []. | |
ldap_mod_replace_ext | controls is nullable now; previously, it defaulted to []. | |
ldap_read | controls is nullable now; previously, it defaulted to []. | |
ldap_rename | controls is nullable now; previously, it defaulted to []. | |
ldap_rename_ext | controls is nullable now; previously, it defaulted to []. | |
ldap_sasl_bind | dn, password, mech, realm, authc_id, authz_id and props are nullable now. | |
ldap_search | controls is nullable now; previously, it defaulted to []. | |
ldap_set_rebind_proc | callback is nullable now. | |
ldap_sort | This function has been removed. | |
mb_check_encoding | value and encoding are nullable now. | |
mb_chr | encoding is nullable now. | |
mb_convert_encoding | mb_convert_encoding will now throw a ValueError when to_encoding is passed an invalid encoding. | |
mb_convert_encoding | mb_convert_encoding will now throw a ValueError when from_encoding is passed an invalid encoding. | |
mb_convert_encoding | from_encoding is nullable now. | |
mb_convert_kana | encoding is nullable now. | |
mb_decode_numericentity | encoding is nullable now. | |
mb_detect_order | encoding is nullable now. | |
mb_encode_mimeheader | charset and transfer_encoding are nullable now. | |
mb_encode_numericentity | encoding is nullable now. | |
mb_ereg | This function returns true on success now. Previously, it returned the byte length of the matched string if a match for pattern was found in string and matches was passed. If the optional parameter matches was not passed or the length of the matched string was 0, this function returned 1. | |
mb_ereg_match | options is nullable now. | |
mb_ereg_replace | options is nullable now. | |
mb_ereg_replace_callback | options is nullable now. | |
mb_ereg_search | pattern and options are nullable now. | |
mb_ereg_search_init | pattern and options are nullable now. | |
mb_ereg_search_pos | pattern and options are nullable now. | |
mb_ereg_search_regs | pattern and options are nullable now. | |
mb_eregi | This function returns true on success now. Previously, it returned the byte length of the matched string if a match for pattern was found in string and matches was passed. If the optional parameter matches was not passed or the length of the matched string was 0, this function returned 1. | |
mb_eregi_replace | options is nullable now. | |
mb_get_info | The types "func_overload" and "func_overload_list" are no longer supported. | |
mb_http_input | type is nullable now. | |
mb_http_output | encoding is nullable now. | |
mb_internal_encoding | encoding is nullable now. | |
mb_language | language is nullable now. | |
mb_ord | encoding is nullable now. | |
mb_parse_str | The second parameter was no longer optional. | |
mb_regex_encoding | encoding is nullable now. | |
mb_regex_set_options | If the parameter options is given and not null, the previous options are returned. Formerly, the current options have been returned. | |
mb_regex_set_options | options is nullable now. | |
mb_scrub | encoding is nullable now. | |
mb_send_mail | additional_params is nullable now. | |
mb_str_split | encoding is nullable now. | |
mb_str_split | This function no longer returns false on failure. | |
mb_strcut | encoding is nullable now. | |
mb_strimwidth | encoding is nullable now. | |
mb_stripos | needle now accepts an empty string. | |
mb_stripos | encoding is nullable now. | |
mb_stristr | needle now accepts an empty string. | |
mb_stristr | encoding is nullable now. | |
mb_strlen | encoding is nullable now. | |
mb_strpos | needle now accepts an empty string. | |
mb_strpos | encoding is nullable now. | |
mb_strrchr | needle now accepts an empty string. | |
mb_strrchr | encoding is nullable now. | |
mb_strrichr | needle now accepts an empty string. | |
mb_strrichr | encoding is nullable now. | |
mb_strripos | encoding is nullable now. | |
mb_strripos | needle now accepts an empty string. | |
mb_strrpos | needle now accepts an empty string. | |
mb_strrpos | Passing the encoding as the third argument instead of an offset has been removed. | |
mb_strrpos | encoding is nullable now. | |
mb_strstr | needle now accepts an empty string. | |
mb_strstr | encoding is nullable now. | |
mb_strwidth | encoding is nullable now. | |
mb_substitute_character | Passing an empty string to substitute_character is no longer supported; "none" should be passed instead. | |
mb_substitute_character | encoding is nullable now. | |
mb_substr | encoding is nullable now. | |
mb_substr_count | encoding is nullable now. | |
msg_get_queue | On success, this function returns a SysvMessageQueue instance now; previously, a resource was returned. | |
msg_receive | queue expects a SysvMessageQueue instance now; previously, a resource was expected. | |
msg_remove_queue | queue expects a SysvMessageQueue instance now; previously, a resource was expected. | |
msg_send | queue expects a SysvMessageQueue instance now; previously, a resource was expected. | |
msg_set_queue | queue expects a SysvMessageQueue instance now; previously, a resource was expected. | |
msg_stat_queue | queue expects a SysvMessageQueue instance now; previously, a resource was expected. | |
openssl_csr_export | csr accepts an OpenSSLCertificateSigningRequest instance now; previously, a resource of type OpenSSL X.509 CSR was accepted. | |
openssl_csr_export_to_file | csr accepts an OpenSSLCertificateSigningRequest instance now; previously, a resource of type OpenSSL X.509 CSR was accepted. | |
openssl_csr_get_public_key | On success, this function returns an OpenSSLAsymmetricKey instance now; previously, a resource of type OpenSSL key was returned. | |
openssl_csr_get_public_key | csr accepts an OpenSSLCertificateSigningRequest instance now; previously, a resource of type OpenSSL X.509 CSR was accepted. | |
openssl_csr_get_subject | csr accepts an OpenSSLCertificateSigningRequest instance now; previously, a resource of type OpenSSL X.509 CSR was accepted. | |
openssl_csr_new | On success, this function returns an OpenSSLCertificateSigningRequest instance now; previously, a resource of type OpenSSL X.509 CSR was returned. | |
openssl_csr_new | private_key accepts an OpenSSLAsymmetricKey instance now; previously, a resource of type OpenSSL key was accepted. | |
openssl_csr_sign | private_key accepts an OpenSSLAsymmetricKey or OpenSSLCertificate instance now; previously, a resource of type OpenSSL key or OpenSSL X.509 was accepted. | |
openssl_csr_sign | ca_certificate accepts an OpenSSLCertificate instance now; previously, a resource of type OpenSSL X.509 was accepted. | |
openssl_csr_sign | On success, this function returns an OpenSSLCertificate instance now; previously, a resource of type OpenSSL X.509 was returned. | |
openssl_csr_sign | csr accepts an OpenSSLCertificateSigningRequest instance now; previously, a resource of type OpenSSL X.509 CSR was accepted. | |
openssl_dh_compute_key | private_key accepts an OpenSSLAsymmetricKey now; previously, a resource of type OpenSSL key was accepted. | |
openssl_free_key | This function is now deprecated as it doesn't have an effect anymore. | |
openssl_free_key | key accepts an OpenSSLAsymmetricKey now; previously, a resource of type OpenSSL key was accepted. | |
openssl_open | private_key accepts an OpenSSLAsymmetricKey or OpenSSLCertificate instance now; previously, a resource of type OpenSSL key or OpenSSL X.509 CSR was accepted. | |
openssl_open | cipher_algo is no longer an optional parameter. | |
openssl_pkcs7_decrypt | private_key accepts an OpenSSLAsymmetricKey or OpenSSLCertificate instance now; previously, a resource of type OpenSSL key or OpenSSL X.509 CSR was accepted. | |
openssl_pkcs7_encrypt | certificate accepts an OpenSSLCertificate instance now; previously, a resource of type OpenSSL X.509 CSR was accepted. | |
openssl_pkcs7_sign | certificate accepts an OpenSSLCertificate instance now; previously, a resource of type OpenSSL X.509 CSR was accepted. | |
openssl_pkcs7_sign | private_key accepts an OpenSSLAsymmetricKey or OpenSSLCertificate instance now; previously, a resource of type OpenSSL key or OpenSSL X.509 CSR was accepted. | |
openssl_pkcs7_verify | signers_certificates_filename, untrusted_certificates_filename, content and output_filename are nullable now. | |
openssl_pkcs12_export | certificate accepts an OpenSSLCertificate instance now; previously, a resource of type OpenSSL X.509 CSR was accepted. | |
openssl_pkcs12_export | private_key accepts an OpenSSLAsymmetricKey or OpenSSLCertificate instance now; previously, a resource of type OpenSSL key or OpenSSL X.509 was accepted. | |
openssl_pkcs12_export_to_file | private_key accepts an OpenSSLAsymmetricKey or OpenSSLCertificate instance now; previously, a resource of type OpenSSL key or OpenSSL X.509 was accepted. | |
openssl_pkcs12_export_to_file | certificate accepts an OpenSSLCertificate instance now; previously, a resource of type OpenSSL X.509 CSR was accepted. | |
openssl_pkey_export | key accepts an OpenSSLAsymmetricKey or OpenSSLCertificate instance now; previously, a resource of type OpenSSL key or OpenSSL X.509 was accepted. | |
openssl_pkey_export_to_file | key accepts an OpenSSLAsymmetricKey or OpenSSLCertificate instance now; previously, a resource of type OpenSSL key or OpenSSL X.509 was accepted. | |
openssl_pkey_free | This function is now deprecated as it doesn't have an effect anymore. | |
openssl_pkey_free | key accepts an OpenSSLAsymmetricKey now; previously, a resource of type OpenSSL key was accepted. | |
openssl_pkey_get_details | key accepts an OpenSSLAsymmetricKey now; previously, a resource of type OpenSSL key was accepted. | |
openssl_pkey_get_private | On success, this function returns an OpenSSLAsymmetricKey instance now; previously, a resource of type OpenSSL key was returned. | |
openssl_pkey_get_private | passphrase is nullable now. | |
openssl_pkey_get_private | private_key accepts an OpenSSLAsymmetricKey or OpenSSLCertificate instance now; previously, a resource of type OpenSSL key or OpenSSL X.509 was accepted. | |
openssl_pkey_get_public | public_key accepts an OpenSSLAsymmetricKey or OpenSSLCertificate instance now; previously, a resource of type OpenSSL key or OpenSSL X.509 was accepted. | |
openssl_pkey_get_public | On success, this function returns an OpenSSLAsymmetricKey instance now; previously, a resource of type OpenSSL key was returned. | |
openssl_pkey_new | On success, this function returns an OpenSSLAsymmetricKey instance now; previously, a resource of type OpenSSL key was returned. | |
openssl_private_decrypt | private_key accepts an OpenSSLAsymmetricKey or OpenSSLCertificate instance now; previously, a resource of type OpenSSL key or OpenSSL X.509 was accepted. | |
openssl_private_encrypt | private_key accepts an OpenSSLAsymmetricKey or OpenSSLCertificate instance now; previously, a resource of type OpenSSL key or OpenSSL X.509 was accepted. | |
openssl_public_decrypt | public_key accepts an OpenSSLAsymmetricKey or OpenSSLCertificate instance now; previously, a resource of type OpenSSL key or OpenSSL X.509 was accepted. | |
openssl_public_encrypt | public_key accepts an OpenSSLAsymmetricKey or OpenSSLCertificate instance now; previously, a resource of type OpenSSL key or OpenSSL X.509 was accepted. | |
openssl_random_pseudo_bytes | strong_result is nullable now. | |
openssl_seal | public_key accepts an array of OpenSSLAsymmetricKey instances now; previously, an array of resources of type OpenSSL key was accepted. | |
openssl_seal | iv is nullable now. | |
openssl_seal | cipher_algo is no longer an optional parameter. | |
openssl_sign | private_key accepts an OpenSSLAsymmetricKey or OpenSSLCertificate instance now; previously, a resource of type OpenSSL key or OpenSSL X.509 was accepted. | |
openssl_spki_new | private_key accepts an OpenSSLAsymmetricKey instance now; previously, a resource of type OpenSSL key was accepted. | |
openssl_verify | public_key accepts an OpenSSLAsymmetricKey or OpenSSLCertificate instance now; previously, a resource of type OpenSSL key or OpenSSL X.509 was accepted. | |
openssl_x509_check_private_key | private_key accepts an OpenSSLAsymmetricKey or OpenSSLCertificate instance now; previously, a resource of type OpenSSL key or OpenSSL X.509 was accepted. | |
openssl_x509_check_private_key | certificate accepts an OpenSSLCertificate instance now; previously, a resource of type OpenSSL X.509 was accepted. | |
openssl_x509_checkpurpose | untrusted_certificates_file is nullable now. | |
openssl_x509_checkpurpose | certificate accepts an OpenSSLCertificate instance now; previously, a resource of type OpenSSL X.509 was accepted. | |
openssl_x509_export | certificate accepts an OpenSSLCertificate instance now; previously, a resource of type OpenSSL X.509 was accepted. | |
openssl_x509_export_to_file | certificate accepts an OpenSSLCertificate instance now; previously, a resource of type OpenSSL X.509 was accepted. | |
openssl_x509_fingerprint | certificate accepts an OpenSSLCertificate instance now; previously, a resource of type OpenSSL X.509 was accepted. | |
openssl_x509_free | certificate accepts an OpenSSLCertificate instance now; previously, a resource of type OpenSSL X.509 was accepted. | |
openssl_x509_free | This function is now deprecated as it doesn't have an effect anymore. | |
openssl_x509_parse | certificate accepts an OpenSSLCertificate instance now; previously, a resource of type OpenSSL X.509 was accepted. | |
openssl_x509_read | certificate accepts an OpenSSLCertificate instance now; previously, a resource of type OpenSSL X.509 was accepted. | |
openssl_x509_read | On success, this function returns an OpenSSLCertificate instance now; previously, a resource of type OpenSSL X.509 was returned. | |
openssl_x509_verify | public_key accepts an OpenSSLAsymmetricKey or OpenSSLCertificate instance now; previously, a resource of type OpenSSL key or OpenSSL X.509 was accepted. | |
openssl_x509_verify | certificate accepts an OpenSSLCertificate instance now; previously, a resource of type OpenSSL X.509 was accepted. | |
pcntl_async_signals | enable is nullable now. | |
pcntl_getpriority | process_id is nullable now. | |
pcntl_setpriority | process_id is nullable now. | |
sem_acquire | semaphore expects a SysvSemaphore instance now; previously, a resource was expected. | |
sem_get | The type of auto_release has been changed from int to bool. | |
sem_get | On success, this function returns a SysvSemaphore instance now; previously, a resource was returned. | |
sem_release | semaphore expects a SysvSemaphore instance now; previously, a resource was expected. | |
sem_remove | semaphore expects a SysvSemaphore instance now; previously, a resource was expected. | |
shm_attach | On success, this function returns an SysvSharedMemory instance now; previously, a resource was returned. | |
shm_attach | size is nullable now. | |
shm_detach | shm expects a SysvSharedMemory instance now; previously, a resource was expected. | |
shm_get_var | shm expects a SysvSharedMemory instance now; previously, a resource was expected. | |
shm_has_var | shm expects a SysvSharedMemory instance now; previously, a resource was expected. | |
shm_put_var | shm expects a SysvSharedMemory instance now; previously, a resource was expected. | |
shm_remove | shm expects a SysvSharedMemory instance now; previously, a resource was expected. | |
shm_remove_var | shm expects a SysvSharedMemory instance now; previously, a resource was expected. | |
stream_context_create | options and params are now nullable. | |
stream_context_get_default | options is now nullable. | |
stream_copy_to_stream | length is now nullable. | |
stream_get_contents | length is now nullable. | |
stream_socket_accept | timeout is now nullable. | |
stream_socket_client | timeout and context are now nullable. | |
stream_socket_enable_crypto | session_stream is now nullable. | |
stream_socket_server | context is nullable now. | |
IntlTimeZone::getIDForWindowsID | region is now nullable. | |
Locale::getDisplayLanguage | displayLocale is nullable now. | |
Locale::getDisplayName | displayLocale is nullable now. | |
Locale::getDisplayRegion | displayLocale is nullable now. | |
Locale::getDisplayScript | displayLocale is nullable now. | |
Locale::getDisplayVariant | displayLocale is nullable now. | |
mysqli_stmt::__construct | query is now nullable. | |
mysqli::begin_transaction | name is now nullable. | |
mysqli::rollback | name is now nullable. | |
NumberFormatter::create | pattern is nullable now. | |
PDOStatement::fetchAll | This method always returns an array now, while previously false may have been returned on failure. | |
Phar::addFile | localName is now nullable. | |
Phar::buildFromIterator | baseDirectory is now nullable. | |
Phar::compress | extension is now nullable. | |
Phar::convertToData | format, compression, and extension are now nullable. | |
Phar::convertToExecutable | format, compression, and localName are now nullable. | |
Phar::createDefaultStub | index and webIndex are now nullable. | |
Phar::decompress | extension is now nullable. | |
Phar::getMetadata | The parameter unserializeOptions has been added. | |
Phar::setDefaultStub | webIndex is nullable now. | |
Phar::setSignatureAlgorithm | privateKey is now nullable. | |
Phar::webPhar | fileNotFoundScript, mimeTypes and rewrite are nullable now. | |
PharData::addFile | localName is now nullable. | |
PharData::buildFromIterator | baseDirectory is now nullable. | |
PharData::compress | extension is now nullable. | |
PharData::convertToData | format, compression, and extension are now nullable. | |
PharData::convertToExecutable | format, compression, and localName are now nullable. | |
PharData::decompress | extension is now nullable. | |
PharData::setDefaultStub | webIndex is nullable now. | |
PharData::setSignatureAlgorithm | privateKey is now nullable. | |
PharFileInfo::getMetadata | The parameter unserializeOptions has been added. | |
PharFileInfo::isCompressed | compression is now nullable. | |
ReflectionClass::getConstants | filter has been added. | |
ReflectionClass::getReflectionConstants | filter has been added. | |
ReflectionMethod::getClosure | object is now nullable. | |
ReflectionParameter::getDefaultValue | This method now allows getting the default value of parameters of built-in functions and built-in class methods. Previously, a ReflectionException was thrown. | |
ReflectionParameter::getDefaultValueConstantName | This method now allows getting the default values' constant names of built-in functions and built-in class methods. Previously, a ReflectionException was thrown. | |
ReflectionProperty::getValue | object is nullable now. | |
ReflectionProperty::isInitialized | object is nullable now. | |
SoapClient::__doRequest | The type of oneWay is bool now; formerly it was int. | |
SoapClient::__setCookie | value is now nullable. | |
SoapServer::handle | request is now nullable. | |
XMLReader::getAttribute | This function can no longer return false. | |
XMLReader::getAttributeNs | This function can no longer return false. | |
XMLReader::lookupNamespace | This function can no longer return false. | |
XMLReader::next | name is nullable now. | |
XMLReader::open | XMLReader::open is now declared as static method, but can still be called on an XMLReader instance. | |
XMLReader::XML | XMLReader::XML is now declared as static method, but can still be called on an XMLReader instance. | |
XMLWriter::endAttribute | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::endCdata | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::endComment | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::endDocument | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::endDtd | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::endDtdAttlist | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::endDtdElement | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::endDtdEntity | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::endElement | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::endPi | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::flush | This function can no longer return false. | |
XMLWriter::flush | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::fullEndElement | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::openMemory | This function returns now an XMLWriter instance on success. Previouly, a resource has been returned in this case. | |
XMLWriter::openUri | This function returns now an XMLWriter instance on success. Previouly, a resource has been returned in this case. | |
XMLWriter::outputMemory | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::setIndent | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::setIndentString | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::startAttribute | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::startAttributeNs | prefix is nullable now. | |
XMLWriter::startAttributeNs | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::startCdata | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::startComment | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::startDocument | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::startDtd | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::startDtdAttlist | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::startDtdElement | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::startDtdEntity | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::startElement | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::startElementNs | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::startPi | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::text | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::writeAttribute | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::writeAttributeNs | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::writeCdata | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::writeComment | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::writeDtd | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::writeDtdAttlist | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::writeDtdElement | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::writeDtdEntity | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::writeDtdEntity | publicId, systemId and notationData are nullable now. | |
XMLWriter::writeElement | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::writeElementNs | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::writePi | writer expects an XMLWriter instance now; previously, a resource was expected. | |
XMLWriter::writeRaw | writer expects an XMLWriter instance now; previously, a resource was expected. | |
ZipArchive::setEncryptionIndex | password is now nullable. | |
ZipArchive::setEncryptionName | password is now nullable. | |
7.4.0 | array_merge_recursive | Essa função agora pode ser chamada sem nenhum parâmetro. Anteriormente, pelo menos um parâmetro era necessário. |
hash_algos | Support for crc32c has been added. | |
idn_to_ascii | The default value of variant is now INTL_IDNA_VARIANT_UTS46 instead of the deprecated INTL_IDNA_VARIANT_2003. | |
idn_to_utf8 | The default value of variant is now INTL_IDNA_VARIANT_UTS46 instead of the deprecated INTL_IDNA_VARIANT_2003. | |
ldap_control_paged_result | This function has been deprecated. | |
ldap_control_paged_result_response | This function has been deprecated. | |
money_format | Esta função está obsoleta. Utilize NumberFormatter::formatCurrency. | |
preg_replace_callback | O parâmetro flags foi adicionado. | |
preg_replace_callback_array | The flags parameter was added. | |
str_getcsv | O parâmetro escape agora interpreta uma string vazia como um sinal para desabilitar o mecanismo de escape. Antes, uma string vazia utilizava o valor padrão do parâmetro. | |
Locale::lookup | defaultLocale is nullable now. | |
SQLite3Stmt::bindParam | param now also supports the @param notation. | |
SQLite3Stmt::bindValue | param now also supports the @param notation. | |
7.3.15, 7.4.3 | curl_setopt | Introduced CURLOPT_HTTP09_ALLOWED . |
7.3.14, 7.4.2 | dba_open | The lmdb driver now supports an additional $mapsize parameter. |
7.3.0 | apache_request_headers | Esta função tornou-se disponível na SAPI FPM. |
array_push | Essa função agora pode ser chamada com apenas um parâmetro. This function can now be called with only one parameter. Anteriormente, pelo menos dois parâmetros eram necessários. | |
array_unshift | Essa função agora pode ser chamada com apenas um parâmetro. Anteriomente, pelo menos dois parâmetros eram necessários. | |
compact | compact agora emite um erro nível E_NOTICE se uma determinada string se refere a uma variável não definida. Anteriomente, strings como essa seriam ignoradas silenciosamente. | |
curl_setopt | Introduced CURLOPT_ABSTRACT_UNIX_SOCKET, CURLOPT_KEEP_SENDING_ON_ERROR, CURLOPT_PRE_PROXY, CURLOPT_PROXY_CAINFO, CURLOPT_PROXY_CAPATH, CURLOPT_PROXY_CRLFILE, CURLOPT_PROXY_KEYPASSWD, CURLOPT_PROXY_PINNEDPUBLICKEY, CURLOPT_PROXY_SSLCERT, CURLOPT_PROXY_SSLCERTTYPE, CURLOPT_PROXY_SSL_CIPHER_LIST, CURLOPT_PROXY_SSLKEY, CURLOPT_PROXY_SSLKEYTYPE, CURLOPT_PROXY_SSL_OPTIONS, CURLOPT_PROXY_SSL_VERIFYHOST, CURLOPT_PROXY_SSL_VERIFYPEER, CURLOPT_PROXY_SSLVERSION, CURLOPT_PROXY_TLSAUTH_PASSWORD, CURLOPT_PROXY_TLSAUTH_TYPE, CURLOPT_PROXY_TLSAUTH_USERNAME, CURLOPT_SOCKS5_AUTH, CURLOPT_SUPPRESS_CONNECT_HEADERS, CURLOPT_DISALLOW_USERNAME_IN_URL, CURLOPT_DNS_SHUFFLE_ADDRESSES, CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS, CURLOPT_HAPROXYPROTOCOL, CURLOPT_PROXY_TLS13_CIPHERS, CURLOPT_SSH_COMPRESSION, CURLOPT_TIMEVALUE_LARGE and CURLOPT_TLS13_CIPHERS. | |
getallheaders | Esta função tornou-se disponível na SAPI FPM. | |
is_countable | is_countable has been added. | |
mb_convert_case | Added support for MB_CASE_FOLD, MB_CASE_UPPER_SIMPLE, MB_CASE_LOWER_SIMPLE, MB_CASE_TITLE_SIMPLE, and MB_CASE_FOLD_SIMPLE as mode. | |
unlink | No Windows, agora é possível realizar o unlink em arquivos abertos, quando antes isso falhava. Entretanto, ainda não é possível de recriar o arquivo apagado, até que o acessos ao arquivo anterior tenham sido fechados. | |
var_export | Now exports stdClass objects as an array cast to an object ((object) array( ... )), rather than using the nonexistent method stdClass::__setState. The practical effect is that now stdClass is exportable, and the resulting code will even work on earlier versions of PHP. | |
7.3 | ldap_add | Support for controls added |
ldap_compare | Support for controls added | |
ldap_delete | Support for controls added | |
ldap_exop | Support for serverctrls added | |
ldap_exop_passwd | Support for controls added | |
ldap_list | Support for controls added | |
ldap_mod_add | Support for controls added | |
ldap_mod_del | Support for controls added | |
ldap_mod_replace | Support for controls added | |
ldap_modify_batch | Support for controls added | |
ldap_mod_add_ext | Support for controls added | |
ldap_mod_del_ext | Support for controls added | |
ldap_mod_replace_ext | Support for controls added | |
ldap_parse_result | Support for controls added | |
ldap_read | Support for controls added | |
ldap_rename | Support for controls added | |
ldap_rename_ext | Support for controls added | |
ldap_search | Support for controls added | |
7.2.18, 7.3.5 | substr_compare | offset may now be equal to the length of main_str. |
7.2.0 | array_unique | Se flags for SORT_STRING, o array anterior foi copiado e os elementos não únicos foram removidos (sem empacotar o array em seguida), mas um novo array é criado ao adicionar os novos elementos. Isto pode resultar em índices numéricos diferentes. |
hash_copy | Accept and return HashContext instead of resource. | |
hash_final | Accept HashContext instead of resource. | |
hash_hmac | Usage of non-cryptographic hash functions (adler32, crc32, crc32b, fnv132, fnv1a32, fnv164, fnv1a64, joaat) was disabled. | |
hash_hmac_file | Usage of non-cryptographic hash functions (adler32, crc32, crc32b, fnv132, fnv1a32, fnv164, fnv1a64, joaat) was disabled. | |
hash_init | Return HashContext instead of resource. | |
hash_init | Usage of non-cryptographic hash functions (adler32, crc32, crc32b, fnv132, fnv1a32, fnv164, fnv1a64, joaat) with HASH_HMAC was disabled. | |
hash_pbkdf2 | Usage of non-cryptographic hash functions (adler32, crc32, crc32b, fnv132, fnv1a32, fnv164, fnv1a64, joaat) was disabled. | |
hash_update | Accept HashContext instead of resource. | |
hash_update_file | Accept HashContext instead of resource. | |
hash_update_stream | Accept HashContext instead of resource. | |
idn_to_ascii | INTL_IDNA_VARIANT_2003 has been deprecated; use INTL_IDNA_VARIANT_UTS46 instead. | |
idn_to_utf8 | INTL_IDNA_VARIANT_2003 has been deprecated; use INTL_IDNA_VARIANT_UTS46 instead. | |
mb_check_encoding | This function now also accepts an array as value. Formerly, only strings have been supported. | |
mb_convert_encoding | This function now also accepts an array as string. Formerly, only strings have been supported. | |
mb_parse_str | Calling mb_parse_str without the second parameter was deprecated. | |
mb_send_mail | The additional_headers parameter now also accepts an array. | |
openssl_pkcs7_verify | The output_filename parameter was added. | |
password_hash | Suporte para passwords Argon2 usando PASSWORD_ARGON2I foi adicionado. | |
preg_match | The PREG_UNMATCHED_AS_NULL is now supported for the $flags parameter. | |
preg_match_all | The PREG_UNMATCHED_AS_NULL is now supported for the $flags parameter. | |
utf8_decode | This function has been moved from the XML extension to the core of PHP. In previous versions, it was only available if the XML extension was installed. | |
utf8_encode | This function has been moved from the XML extension to the core of PHP. In previous versions, it was only available if the XML extension was installed. | |
PDOStatement::debugDumpParams | PDOStatement::debugDumpParams now returns the SQL sent to the database, including the full, raw query (including the replaced placeholders with their bounded values). Note, that this will only be available if emulated prepared statements are turned on. | |
ReflectionClass::getMethods | filter is nullable now. | |
ReflectionClass::getProperties | filter is nullable now. | |
SQLite3::openBlob | The flags parameter has been added, allowing to write BLOBs; formerly only reading was supported. | |
7.1.5 | IntlDateFormatter::format | Support for providing general DateTimeInterface objects to the datetime parameter was added. Formerly, only proper DateTime objects were supported. |
7.1.4 | PDO::sqliteCreateFunction | The flags parameter has been added. |
SQLite3::createFunction | The flags parameter has been added. | |
7.1.0 | array_rand | O algoritmo de embaralhamento interno foi alterado para usar o Gerador de Números Aleatórios Mersenne Twister em vez da função rand da libc. |
file_get_contents | Suporte para offsets negativos foi adicionado. | |
grapheme_extract | Support for negative offsets has been added. | |
grapheme_stripos | Support for negative offsets has been added. | |
grapheme_strpos | Support for negative offsets has been added. | |
hash_algos | Support for sha512/224, sha512/256, sha3-224, sha3-256, sha3-384 and sha3-512 has been added. | |
iconv_strpos | Support for negative offsets has been added. | |
mb_ereg | mb_ereg will now set matches to an empty array, if nothing matched. Formerly, matches was not modified in that case. | |
mb_ereg_replace | The e modifier has been deprecated. | |
mb_ereg_replace | The function checks whether string is valid for the current encoding. | |
mb_ereg_replace_callback | The function checks whether string is valid for the current encoding. | |
mb_ereg_search_setpos | Support for negative offsets has been added. | |
mb_eregi | mb_eregi will now set matches to an empty array, if nothing matched. Formerly, matches was not modified in that case. | |
mb_eregi_replace | The function checks whether string is valid for the current encoding. | |
mb_eregi_replace | The e modifier has been deprecated. | |
mb_strimwidth | Support for negative starts and widths has been added. | |
mb_stripos | Support for negative offsets has been added. | |
mb_strpos | Support for negative offsets has been added. | |
openssl_csr_new | options now also supports curve_name. | |
openssl_decrypt | The tag and aad parameters were added. | |
openssl_encrypt | The tag, aad and tag_length parameters were added. | |
openssl_pkey_new | The curve_name option was added to make it possible to create EC keys. | |
pcntl_signal | As of PHP 7.1.0 the handler callback is given a second argument containing the siginfo of the specific signal. This data is only supplied if the operating system has the siginfo_t structure. If the OS does not implement siginfo_t NULL is supplied. | |
pcntl_signal_get_handler | pcntl_signal_get_handler has been added. | |
substr_count | Support for negative offsets and lengths has been added. length may also be 0 now. | |
unserialize | The allowed_classes element of options) is now strictly typed, i.e. if anything other than an array or a bool is given, unserialize returns false and issues an E_WARNING. | |
ReflectionType::__toString | ReflectionType::__toString has been deprecated. | |
7.0.11 | iconv_substr | If string is equal to offset characters long, an empty string will be returned. Prior to this version, false was returned in this case. |
7.0.10 | SQLite3::__construct | The filename can now be empty to use a private, temporary on-disk database. |
7.0.7 | curl_multi_setopt | Introduzido CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE, CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE, CURLMOPT_MAX_HOST_CONNECTIONS, CURLMOPT_MAX_PIPELINE_LENGTH e CURLMOPT_MAX_TOTAL_CONNECTIONS. |
curl_setopt | Introduced CURL_HTTP_VERSION_2, CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE, CURL_HTTP_VERSION_2TLS, CURL_REDIR_POST_301, CURL_REDIR_POST_302, CURL_REDIR_POST_303, CURL_REDIR_POST_ALL, CURL_VERSION_KERBEROS5, CURL_VERSION_PSL, CURL_VERSION_UNIX_SOCKETS, CURLAUTH_NEGOTIATE, CURLAUTH_NTLM_WB, CURLFTP_CREATE_DIR, CURLFTP_CREATE_DIR_NONE, CURLFTP_CREATE_DIR_RETRY, CURLHEADER_SEPARATE, CURLHEADER_UNIFIED, CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE, CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE, CURLMOPT_MAX_HOST_CONNECTIONS, CURLMOPT_MAX_PIPELINE_LENGTH, CURLMOPT_MAX_TOTAL_CONNECTIONS, CURLOPT_CONNECT_TO, CURLOPT_DEFAULT_PROTOCOL, CURLOPT_DNS_INTERFACE, CURLOPT_DNS_LOCAL_IP4, CURLOPT_DNS_LOCAL_IP6, CURLOPT_EXPECT_100_TIMEOUT_MS, CURLOPT_HEADEROPT, CURLOPT_LOGIN_OPTIONS, CURLOPT_PATH_AS_IS, CURLOPT_PINNEDPUBLICKEY, CURLOPT_PIPEWAIT, CURLOPT_PROXY_SERVICE_NAME, CURLOPT_PROXYHEADER, CURLOPT_SASL_IR, CURLOPT_SERVICE_NAME, CURLOPT_SSL_ENABLE_ALPN, CURLOPT_SSL_ENABLE_NPN, CURLOPT_SSL_FALSESTART, CURLOPT_SSL_VERIFYSTATUS, CURLOPT_STREAM_WEIGHT, CURLOPT_TCP_FASTOPEN, CURLOPT_TFTP_NO_OPTIONS, CURLOPT_UNIX_SOCKET_PATH, CURLOPT_XOAUTH2_BEARER, CURLPROTO_SMB, CURLPROTO_SMBS, CURLPROXY_HTTP_1_0, CURLSSH_AUTH_AGENT and CURLSSLOPT_NO_REVOKE. | |
7.0.0 | dirname | Adicionado o parâmetro opcional levels. |
gmmktime | O parâmetro is_dst foi removido. | |
mktime | O parâmetro is_dst foi removido. | |
session_start | O parâmetro options foi adicionado. | |
substr | Se string tiver o comprimento de start, uma string vazia será retornada. Antes dessa versão, retornava false nesse caso. | |
6.0.0 | file | Adicionado suporte às flags FILE_TEXT e FILE_BINARY. |
5.5.8 | DatePeriod::__construct | O tipo de end foi modificado para DateTimeImmutable. Anteriormente era DateTime. |
5.5.4 | fputcsv | O parâmetro escape_char foi adicionado. |
5.5.1 | session_set_save_handler | Adicionado o parâmetro opcional create_sid. |
5.5.0/PECL 3.0.0 | IntlDateFormatter::create | An IntlCalendar object is allowed for calendar. Objects of type IntlTimeZone and DateTimeZone are allowed for timezone. Invalid timezone identifiers (including empty strings) are no longer allowed for timezone. If null is given for timezone, the timezone identifier given by date_default_timezone_get will be used instead of ICUʼs default. |
IntlDateFormatter::setCalendar | It became possible to pass an IntlCalendar object. | |
5.5.0 | DatePeriod::__construct | start foi modificado para DateTimeImmutable. Anteriormente era DateTime. |
empty | A função empty agora suporta expressões, em vez de somente variáveis. | |
json_encode | Parâmetro depth foi adicionado. | |
5.4.32, 5.5.16 | ucwords | O parâmetro delimiters foi adicionado. |
5.4.0 | apache_child_terminate | Esta funçõe se tornou disponível no FastCGI. Anteriormente ele só era suportado quando o PHP era instalado como módulo do Apache. |
date_default_timezone_get | A variável de ambiente TZ não é mais utilizada para adivinhar o fuso horário. | |
date_default_timezone_get | O fuso horário não é mais suposto por informações disponíveis no sistema operacional, já que o fuso horário adivinhado não é confiável. | |
empty | Checar deslocamentos de strings não numéricos retorna true. | |
json_encode | options JSON_PRETTY_PRINT, JSON_UNESCAPED_SLASHES, e JSON_UNESCAPED_UNICODE foram adicionadas. | |
session_set_save_handler | Adicionado SessionHandlerInterface para a implementação de manipuladores de sessão e SessionHandler para expor manipuladores de sessão internos do PHP. | |
SimpleXMLElement::getDocNamespaces | Adicionado o parâmetro from_root. | |
5.3.9 | DateTime::createFromFormat | O especificador de format + foi adicionado. |
5.3.6 | DateTime::modify | Declarações absolutas de data/hora agora possuem efeito. Anteriormente, somente porções relativas eram utilizadas. |
PDO_MYSQL DSN | Antes do PHP 5.3.6, o charset era ignorado. | |
5.3.4 | copy | Alterado o parâmetro context para ele realmente ter algum efeito. Anteriormente, qualquer context era ignorado. |
5.3.3 | json_encode | option JSON_NUMERIC_CHECK foi adicionada. |
5.3.1 | rename | rename agora consegue mover arquivos entre drivers do Windows. |
5.3.0 | DateTime::__construct | Se o parâmetro time conter algum formato de data/hora inválida, uma exceção será lançada. Anteriormente, um erro era emitido. |
DateTime::modify | Modificado o valor retornado de null para DateTime. | |
DateTime::setDate | Modificado o valor retornado de null para DateTime. | |
DateTime::setISODate | Modificado o valor retornado de null para DateTime. | |
DateTime::setTime | Modificado o valor retornado de null para DateTime. | |
DateTime::setTimezone | Modificado o valor retornado de null para DateTime. | |
DateTimeZone::getTransitions | Os parâmetros opcionais timestamp_begin e timestamp_end foram adicionados. | |
DateTimeZone::listIdentifiers | Adicionado os parâmetros opcionais what e country. | |
array_search | A partir do PHP 5.3.0 array_search retorna null caso sejam informados parâmetros inválidos. | |
copy | Adicionado suporte à contexto. | |
date_default_timezone_set | Agora retorna E_WARNING ao invés de E_STRICT. | |
fgetcsv | O parâmetro escape foi adicionado | |
json_encode | O parâmetro options foi adicionado. | |
link | A função fica disponível em plataformas Windows (Vista, Server 2008 or greater). | |
mktime | mktime agora lançará um aviso E_DEPRECATED se o parâmetro is_dst for utilizado. | |
readlink | Esta função fica disponível na plataforma Windows (Vista, Server 2008 e superiores). | |
session_start | Se uma sessão falhar para iniciar, então é retornado false. Anteriormente, true era retornado. | |
stristr | Adicionado o parâmetro opcional before_needle. | |
strstr | Adicionado o parâmetro opcional before_needle. | |
5.2.5 | addcslashes | As seqüências de escape \v e \f foram adicionadas. |
5.2.4 | parse_ini_file | Chaves e nomes de seção que consistem de números, agora são interpretados como inteiros, de forma que números iniciados por 0 são interpretados como octais e números iniciados por 0x são interpretados como hexadecimais. |
5.2.3 | htmlentities | O parâmetro double_encode foi adicionado. |
json_decode | O limite de aninhamento foi aumentado de 20 para 128 | |
5.2.2 - 5.2.6 | substr | Se start indicar a posição de truncagem negativa ou além, retorna false. Outras versões retornavam a string a partir do começo. |
5.2.0 | curl_multi_info_read | msgs_in_queue was added. |
pathinfo | A constante PATHINFO_FILENAME foi adicionada. | |
session_get_cookie_params | A entrada "httponly" foi adicionada no array retornado. | |
session_set_cookie_params | O parâmetro httponly foi adicionado. | |
SimpleXMLElement::children | O parâmetro opcional is_prefix foi adicionado. | |
SimpleXMLElement::__construct | Adicionado os parâmetros ns e is_prefix. | |
5.1.3 | curl_getinfo | Introduced CURLINFO_HEADER_OUT. |
5.1.2 | date_default_timezone_set | A função passou a validar o parâmetro timezone_identifier. |
SimpleXMLElement::__construct | Adicionado os parâmetros options e data_is_url. | |
5.1.0 | date_sunrise | Agora lança erros E_STRICT e E_NOTICE . |
date_sunset | Agora lança erros E_STRICT e E_NOTICE . | |
explode | Suporte a limit negativo foi adicionado | |
fgetcsv | Agora length é opcional. O padrão é 0, que significa sem limite de comprimento. | |
gettimeofday | O parâmetro return_float foi adicionado. | |
glob | GLOB_ERR foi adicionado | |
gmmktime | A partir do PHP 5.1.0, o parâmetro is_dst foi depreciado. Como resultado, a nova funcionalidade de manipulação de fusos horário deve ser utilizada. | |
idate | Agora lança erros E_STRICT e E_NOTICE . | |
localtime | Agora lança erros E_STRICT e E_NOTICE . | |
md5_file | Modificada função para usar a API de API. Significa que você pode usá-la com wrappers, como md5_file('http://example.com/..') | |
mktime | O parâmetro is_dst tornou-se obsoleto. Fazendo a função retornar false em erro, em vez de -1. Reparada a função para aceitar ano, mês e dia passados como zero. | |
mktime | Quando chamada sem argumentos, a função mktime lançará um aviso E_STRICT. Utilize a função time em substituição. | |
mktime | Agora lança erros E_STRICT e E_NOTICE . | |
strftime | Agora lança erros E_STRICT e E_NOTICE . | |
5.0.0 | apache_get_modules | Tornou-se disponível usando o Apache 1 ou a API filter do Apache 2 . Antes disso, só estava disponível usando a API handler do Apache2. |
dirname | dirname passou a ser segura para binários | |
fgetss | O parâmetro length é opcional. | |
file | Até o PHP 5.0.0, o parâmetro flags suportava apenas include_path e era habilitado com 1 | |
file | O parâmetro context foi adicionado | |
get_class_methods | No PHP 5, esta função retorna o nome dos métodos como eles foram declarados (case-sensitive). No PHP 4 eles ficavam em minúsculo. | |
html_entity_decode | Suporte para conjunto de caracteres multi-byte foi adicionado. | |
md5 | O parâmetro raw_output foi adicionado. | |
md5_file | Adicionado o parâmetro raw_output | |
mkdir | A partir do PHP 5.0.0, mkdir também pode ser usada com alguns wrappers de URL. Veja em uma lista de quais wrappers suportam mkdir | |
mkdir | O parâmetro recursive foi adicionado | |
parse_ini_file | Valores envolvidos em aspas duplas podem conter novas linhas. | |
rename | rename pode agora também ser usada com algum URL wrappers. Consulte para uma lista de wrappers que rename suporta. | |
rmdir | No PHP 5.0.0 rmdir pode também ser usada com alguns URL wrappers. Consulte para uma listagem de wrappers suportados pela rmdir. | |
str_replace | O parâmetro count foi adicionado. | |
strip_tags | strip_tags tornou-se binary safe |