更新日誌

更新日誌

對本擴充套件的類/函式/方法有以下更新。

VersionFunctionDescription
8.1.0html_entity_decodeflags changed from ENT_COMPAT to ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401.
8.0.0html_entity_decodeencoding is nullable now.
 implode在 array 之後傳遞 separator 已不再支援。
 metaphoneThe function returned false on failure.
 parse_strresult 是必須項。
 soundexPrior to this version, calling the function with an empty string returned false for no particular reason.
 sprintf此函式失敗時不再返回 false 。
 str_word_countcharacters 可為空(Nullable)型別。
 substr函式將返回一個空字串, 在此之前返回 false 。
 substr現在 length 允許為 null。
 substr_countlength 可以為空(nullable)。
 vsprintf此函式失敗時不再返回 false 。
7.4.0implode在 array 之後傳遞 separator (即:使用遺留寫法)已被廢棄。
7.2.18, 7.3.5substr_compareoffset 現在可能等於 main_str。
7.2.0number_formatnumber_format 現在無法返回 -0,之前可能返回 -0,因為 number 可能會是 -0.01。
 parse_str不帶第二個參數的情況下使用 parse_str 會產生 E_DEPRECATED 警告。
 utf8_decodeThis 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_encodeThis 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.1.0str_shuffle內建的隨機演算法從 libc rand 函式改成了梅森旋轉演偽隨機數發生演算法。
 stripos開始支援負數的 offset。
 strpos開始支援負數的 offset。
 substr_count開始支援負數的 offset 和 length。
5.6.5cryptWhen the failure string "*0" is given as the salt, "*1" will now be returned for consistency with other crypt implementations. Prior to this version, PHP 5.6 would incorrectly return a DES hash.
5.6.0cryptRaise E_NOTICE security warning if salt is omitted.
 htmlentitiesThe default value for the encoding parameter was changed to be the value of the default_charset configuration option.
 htmlspecialcharsThe default value for the encoding parameter was changed to be the value of the default_charset configuration option.
5.5.21cryptWhen the failure string "*0" is given as the salt, "*1" will now be returned for consistency with other crypt implementations. Prior to this version, PHP 5.5 (and earlier branches) would incorrectly return a DES hash.
5.5.1hex2bin如果輸入的字串是無效的十六進制字串則拋出一個警告,
5.4.32, 5.5.16ucwords增加了 delimiters 參數。
5.4.4hex2bin如果輸入的字串有多餘將拋出異常。 PHP 5.4.0 起字串將被靜默地接受,但是最後的位元組會被截斷。
5.4.0get_html_translation_tableThe constants ENT_HTML401, ENT_XML1, ENT_XHTML and ENT_HTML5 were added.
 get_html_translation_tableThe default value for the encoding parameter was changed to UTF-8.
 htmlentities增加常量 ENT_SUBSTITUTE、 ENT_DISALLOWED、 ENT_HTML401、 ENT_XML1、 ENT_XHTML、 ENT_HTML5。
 htmlentitiesencoding 參數的預設值改成 UTF-8。
 htmlspecialchars增加常量 ENT_SUBSTITUTE、 ENT_DISALLOWED、 ENT_HTML401、 ENT_XML1、 ENT_XHTML、 ENT_HTML5。
 htmlspecialcharsencoding 參數的預設值改成 UTF-8。
 htmlspecialchars_decode增加了 ENT_HTML401、ENT_XML1、 ENT_XHTML 和 ENT_HTML5 等常量。
 number_formatThis function now supports multiple bytes in dec_point and thousands_sep. Only the first byte of each separator was used in older versions.
5.3.7cryptAdded $2x$ and $2y$ Blowfish modes to deal with potential high-bit attacks.
5.3.4get_html_translation_tableThe encoding parameter was added.
 strip_tagsstrip_tags ignores self-closing XHTML tags in allowable_tags.
5.3.2crypt基於 Ulrich Drepper 的實現,新增基於 SHA-256 演算法和 SHA-512 演算法的 crypt。
 crypt修正了 Blowfish 演算法由於非法循環導致的問題,返回“失敗”字串(“*0” 或 “*1”)而不是轉而使用 DES 演算法。
5.3.0cryptPHP 現在包含了它自己的 MD5 Crypt 實現,包括標準 DES 演算法,擴充套件的 DES 演算法以及 Blowfish 演算法。如果系統缺乏相應的實現,那麼 PHP 將使用它自己的實現。
 htmlentities增加常量 ENT_IGNORE。
 htmlspecialchars增加常量 ENT_IGNORE。
 nl2br新增可選的 is_xhtml 參數。在此之前,總是插入 '<br />'。
 setlocaleThis function now throws an E_DEPRECATED notice if a string is passed to the category parameter instead of one of the LC_* constants.
 stristr新增可選的 before_needle 參數。
 strstr新增可選的 before_needle 參數。
5.2.5addcslashesThe escape sequences \v and \f were added.
5.2.3htmlentities增加參數 double_encode。
 htmlspecialchars增加參數 double_encode。
5.0.0strip_tagsstrip_tags 變為二進制安全的。
 strrpos引入 offset 參數。
 strrpos參數 needle 可以是一個多字元的字串。
4.3.3substr_replaceAll parameters now accept arrays.
4.3.0stristrstristr 變為二進制安全的。
 strrchr該函式是二進制安全的。
 strspn新增 start 和 length 參數。
 strstrstrstr 成為二進制安全的。
4.2.3strcoll函式在 Win32 平臺可用。

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *