Skip to content

Commit fd3a865

Browse files
committed
[ci skip] UPGRADING
1 parent d3c2673 commit fd3a865

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

UPGRADING

+8-4
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ PHP 8.4 UPGRADE NOTES
8282
. XSLTProcessor::setParameter() will now throw a ValueError when its arguments
8383
contain null bytes. This never actually worked correctly in the first place,
8484
which is why it throws an exception nowadays.
85-
. The typed properties XSLTProcessor::$cloneDocument and
86-
XSLTProcessor::$doXInclude are now declared.
8785

8886
========================================
8987
2. New Features
@@ -192,6 +190,10 @@ PHP 8.4 UPGRADE NOTES
192190
- Sqlite:
193191
. The class constants are typed now.
194192

193+
- XSL:
194+
. The typed properties XSLTProcessor::$cloneDocument and
195+
XSLTProcessor::$doXInclude are now declared.
196+
195197
========================================
196198
10. New Global Constants
197199
========================================
@@ -230,6 +232,8 @@ PHP 8.4 UPGRADE NOTES
230232

231233
* mb_strcut() is much faster now for UTF-8 and UTF-16 strings.
232234

233-
* get_browser() is much faster now, up to 1.5x - 2.5x for some test cases.
234-
235235
* 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.

0 commit comments

Comments
 (0)