File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,6 @@ PHP 8.4 UPGRADE NOTES
82
82
. XSLTProcessor::setParameter() will now throw a ValueError when its arguments
83
83
contain null bytes. This never actually worked correctly in the first place,
84
84
which is why it throws an exception nowadays.
85
- . The typed properties XSLTProcessor::$cloneDocument and
86
- XSLTProcessor::$doXInclude are now declared.
87
85
88
86
========================================
89
87
2. New Features
@@ -192,6 +190,10 @@ PHP 8.4 UPGRADE NOTES
192
190
- Sqlite:
193
191
. The class constants are typed now.
194
192
193
+ - XSL:
194
+ . The typed properties XSLTProcessor::$cloneDocument and
195
+ XSLTProcessor::$doXInclude are now declared.
196
+
195
197
========================================
196
198
10. New Global Constants
197
199
========================================
@@ -230,6 +232,8 @@ PHP 8.4 UPGRADE NOTES
230
232
231
233
* mb_strcut() is much faster now for UTF-8 and UTF-16 strings.
232
234
233
- * get_browser() is much faster now, up to 1.5x - 2.5x for some test cases.
234
-
235
235
* Looking up mbstring encoding names is much faster now.
236
+
237
+ * The performance of converting SJIS-win to unicode is greatly improved.
238
+
239
+ * get_browser() is much faster now, up to 1.5x - 2.5x for some test cases.
You can’t perform that action at this time.
0 commit comments