Le seguenti modifiche sono state apportate alle classi/funzioni/metodi di questa estensione.
Version | Function | Description |
---|---|---|
8.2.0 | lcfirst | Case conversion no longer depends on the locale set with setlocale. Only ASCII characters will be converted. |
utf8_decode | This function has been deprecated. | |
utf8_encode | This function has been deprecated. | |
8.1.0 | htmlspecialchars_decode | flags changed from ENT_COMPAT to ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401. |
7.4.0 | str_getcsv | The escape parameter now interprets an empty string as signal to disable the proprietary escape mechanism. Formerly, an empty string was treated like the default parameter value. |
7.2.0 | 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. | |
7.0.0 | setlocale | Il supporto per il parametro category passato come una stringa è stato rimosso. Solo le costanti LC_* possono essere usate in questa versione. |
5.3.0 | setlocale | Questa funzione emette un avviso E_DEPRECATED se una stringa è passata al parametro category invece che una delle costanti LC_*. |
5.2.5 | addcslashes | Sono state aggiunte le sequenze di escape \v e \f. |
5.1.0 | sha1_file | Modificata la funzione per utilizzare lr API streams. Ciò significa che si può utlizzare la funzione con i vari warppers, tipo sha1_file('http://example.com/..') |
str_word_count | Aggiunto il parametro charlist | |
5.0.0 | sha1_file | Aggiunto il parametro raw_output. |
4.1.0 | trim | E' stato aggiunto il parametro opzionale charlist. |