File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,6 @@ PHP NEWS
22
22
. Fixed date_sunrise() and date_sunset() with partial-hour UTC offset.
23
23
(ilutov)
24
24
25
- - Intl:
26
- . Added grapheme_strpos(), grapheme_stripos(), grapheme_strrpos(),
27
- grapheme_strripos(), grapheme_strstr(), grapheme_stristr() and
28
- grapheme_levenshtein() functions add $locale parameter (Yuya Hamada).
29
-
30
25
- EXIF:
31
26
. Added support to retrieve Exif from HEIF file. (Benstone Zhang)
32
27
@@ -38,6 +33,9 @@ PHP NEWS
38
33
should emit warning for invalid filter usage). (alexandre-daubois)
39
34
40
35
- Intl:
36
+ . Added grapheme_strpos(), grapheme_stripos(), grapheme_strrpos(),
37
+ grapheme_strripos(), grapheme_strstr(), grapheme_stristr() and
38
+ grapheme_levenshtein() functions add $locale parameter (Yuya Hamada).
41
39
. Fixed bug GH-11952 (Fix locale strings canonicalization for IntlDateFormatter
42
40
and NumberFormatter). (alexandre-daubois)
43
41
You can’t perform that action at this time.
0 commit comments