Skip to content

Commit 74c887b

Browse files
committed
[ci skip] NEWS and UPGRADING
1 parent 5c8cc4f commit 74c887b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ PHP NEWS
1313
array to hashed). (ilutov)
1414
. Fixed zend fiber build for solaris default mode (32 bits). (David Carlier)
1515
. Fixed zend call stack size for macOs/arm64. (David Carlier)
16-
. Added support for Zend Max Execution Timers on FreeBSD (Kévin Dunglas)
16+
. Added support for Zend Max Execution Timers on FreeBSD. (Kévin Dunglas)
17+
. Ensure fiber stack is not backed by THP. (crrodriguez)
1718

1819
- Curl:
1920
. Deprecated the CURLOPT_BINARYTRANSFER constant. (divinity76)
@@ -104,6 +105,7 @@ PHP NEWS
104105

105106
- PCRE:
106107
. Upgrade bundled pcre2lib to version 10.43. (nielsdos)
108+
. Add "/r" modifier. (Ayesh)
107109

108110
- PDO:
109111
. Fixed setAttribute and getAttribute. (SakiTakamachi)
@@ -209,6 +211,9 @@ PHP NEWS
209211
- XML:
210212
. Added XML_OPTION_PARSE_HUGE parser option. (nielsdos)
211213

214+
- XMLReader:
215+
. Declares class constant types. (Ayesh)
216+
212217
- XSL:
213218
. Implement request #64137 (XSLTProcessor::setParameter() should allow both
214219
quotes to be used). (nielsdos)

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,8 @@ PHP 8.4 UPGRADE NOTES
555555
* The performance of strspn() and strcspn() is greatly improved.
556556
They now run in linear time instead of being bounded by quadratic time.
557557

558+
* Improved the performance of strpbrk().
559+
558560
* mb_strcut() is much faster now for UTF-8 and UTF-16 strings.
559561

560562
* Looking up mbstring encoding names is much faster now.

0 commit comments

Comments
 (0)