File tree 3 files changed +3462
-3328
lines changed
3 files changed +3462
-3328
lines changed Original file line number Diff line number Diff line change @@ -570,6 +570,9 @@ PHP 8.1 UPGRADE NOTES
570
570
quality. This constant is only defined, if a libgd is used which supports
571
571
lossless WebP encoding.
572
572
573
+ - Mbstring:
574
+ . Unicode data tables have been updated to Unicode 14.
575
+
573
576
- MySQLi:
574
577
. The mysqli_stmt::next_result() and mysqli::fetch_all() methods are now
575
578
available when linking against libmysqlclient.
Original file line number Diff line number Diff line change @@ -82,7 +82,10 @@ static const struct {
82
82
{ 0x17000 , 0x187f7 },
83
83
{ 0x18800 , 0x18cd5 },
84
84
{ 0x18d00 , 0x18d08 },
85
- { 0x1b000 , 0x1b11e },
85
+ { 0x1aff0 , 0x1aff3 },
86
+ { 0x1aff5 , 0x1affb },
87
+ { 0x1affd , 0x1affe },
88
+ { 0x1b000 , 0x1b122 },
86
89
{ 0x1b150 , 0x1b152 },
87
90
{ 0x1b164 , 0x1b167 },
88
91
{ 0x1b170 , 0x1b2fb },
@@ -117,21 +120,23 @@ static const struct {
117
120
{ 0x1f6cc , 0x1f6cc },
118
121
{ 0x1f6d0 , 0x1f6d2 },
119
122
{ 0x1f6d5 , 0x1f6d7 },
123
+ { 0x1f6dd , 0x1f6df },
120
124
{ 0x1f6eb , 0x1f6ec },
121
125
{ 0x1f6f4 , 0x1f6fc },
122
126
{ 0x1f7e0 , 0x1f7eb },
127
+ { 0x1f7f0 , 0x1f7f0 },
123
128
{ 0x1f90c , 0x1f93a },
124
129
{ 0x1f93c , 0x1f945 },
125
- { 0x1f947 , 0x1f978 },
126
- { 0x1f97a , 0x1f9cb },
127
- { 0x1f9cd , 0x1f9ff },
130
+ { 0x1f947 , 0x1f9ff },
128
131
{ 0x1fa70 , 0x1fa74 },
129
- { 0x1fa78 , 0x1fa7a },
132
+ { 0x1fa78 , 0x1fa7c },
130
133
{ 0x1fa80 , 0x1fa86 },
131
- { 0x1fa90 , 0x1faa8 },
132
- { 0x1fab0 , 0x1fab6 },
133
- { 0x1fac0 , 0x1fac2 },
134
- { 0x1fad0 , 0x1fad6 },
134
+ { 0x1fa90 , 0x1faac },
135
+ { 0x1fab0 , 0x1faba },
136
+ { 0x1fac0 , 0x1fac5 },
137
+ { 0x1fad0 , 0x1fad9 },
138
+ { 0x1fae0 , 0x1fae7 },
139
+ { 0x1faf0 , 0x1faf6 },
135
140
{ 0x20000 , 0x2fffd },
136
141
{ 0x30000 , 0x3fffd },
137
142
};
You can’t perform that action at this time.
0 commit comments