Skip to content

Commit

Permalink
[ci skip] UPGRADING
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdos committed Nov 24, 2023
1 parent d3c2673 commit fd3a865
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ PHP 8.4 UPGRADE NOTES
. XSLTProcessor::setParameter() will now throw a ValueError when its arguments
contain null bytes. This never actually worked correctly in the first place,
which is why it throws an exception nowadays.
. The typed properties XSLTProcessor::$cloneDocument and
XSLTProcessor::$doXInclude are now declared.

========================================
2. New Features
Expand Down Expand Up @@ -192,6 +190,10 @@ PHP 8.4 UPGRADE NOTES
- Sqlite:
. The class constants are typed now.

- XSL:
. The typed properties XSLTProcessor::$cloneDocument and
XSLTProcessor::$doXInclude are now declared.

========================================
10. New Global Constants
========================================
Expand Down Expand Up @@ -230,6 +232,8 @@ PHP 8.4 UPGRADE NOTES

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

* get_browser() is much faster now, up to 1.5x - 2.5x for some test cases.

* Looking up mbstring encoding names is much faster now.

* The performance of converting SJIS-win to unicode is greatly improved.

* get_browser() is much faster now, up to 1.5x - 2.5x for some test cases.

0 comments on commit fd3a865

Please sign in to comment.