Skip to content

Commit 727d022

Browse files
committed
Fix from feedback
1 parent b974f75 commit 727d022

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

NEWS

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ PHP NEWS
2121
. Fixed date_sunrise() and date_sunset() with partial-hour UTC offset.
2222
(ilutov)
2323

24+
- Intl:
25+
. Added grapheme_strpos(), grapheme_stripos(), grapheme_strrpos(),
26+
grapheme_strripos(), grapheme_strstr(), grapheme_stristr() and
27+
grapheme_levenshtein() functions add $locale parameter (Yuya Hamada).
28+
2429
- EXIF:
2530
. Added support to retrieve Exif from HEIF file. (Benstone Zhang)
2631

@@ -188,9 +193,6 @@ PHP NEWS
188193
Moreover, some ext/date exceptions have been wrapped inside a
189194
IntlException now. (Girgias)
190195
. The intl.error_level INI setting has been deprecated. (Girgias)
191-
. Added grapheme_strpos(), grapheme_stripos(), grapheme_strrpos(),
192-
grapheme_strripos(), grapheme_strstr(), grapheme_stristr() and
193-
grapheme_levenshtein() functions add $locale parameter (Yuya Hamada).
194196

195197
- MySQLi:
196198
. The mysqli_execute() alias function has been deprecated. (timwolla)

UPGRADING

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ PHP 8.5 UPGRADE NOTES
559559
grapheme_strripos(), grapheme_strstr(), grapheme_stristr() and
560560
grapheme_levenshtein() functions add $locale parameter.
561561
RFC: https://wiki.php.net/rfc/grapheme_add_locale_for_case_insensitive
562+
562563
- LDAP:
563564
. ldap_get_option() now accepts a NULL connection, as ldap_set_option(),
564565
to allow retrieval of global options.

0 commit comments

Comments
 (0)