File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ PHP NEWS
13
13
array to hashed). (ilutov)
14
14
. Fixed zend fiber build for solaris default mode (32 bits). (David Carlier)
15
15
. 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)
17
18
18
19
- Curl:
19
20
. Deprecated the CURLOPT_BINARYTRANSFER constant. (divinity76)
@@ -104,6 +105,7 @@ PHP NEWS
104
105
105
106
- PCRE:
106
107
. Upgrade bundled pcre2lib to version 10.43. (nielsdos)
108
+ . Add "/r" modifier. (Ayesh)
107
109
108
110
- PDO:
109
111
. Fixed setAttribute and getAttribute. (SakiTakamachi)
@@ -209,6 +211,9 @@ PHP NEWS
209
211
- XML:
210
212
. Added XML_OPTION_PARSE_HUGE parser option. (nielsdos)
211
213
214
+ - XMLReader:
215
+ . Declares class constant types. (Ayesh)
216
+
212
217
- XSL:
213
218
. Implement request #64137 (XSLTProcessor::setParameter() should allow both
214
219
quotes to be used). (nielsdos)
Original file line number Diff line number Diff line change @@ -555,6 +555,8 @@ PHP 8.4 UPGRADE NOTES
555
555
* The performance of strspn() and strcspn() is greatly improved.
556
556
They now run in linear time instead of being bounded by quadratic time.
557
557
558
+ * Improved the performance of strpbrk().
559
+
558
560
* mb_strcut() is much faster now for UTF-8 and UTF-16 strings.
559
561
560
562
* Looking up mbstring encoding names is much faster now.
You can’t perform that action at this time.
0 commit comments