Skip to content

Commit 0ff4a9a

Browse files
committed
[ci skip] UPGRADING
1 parent a11c8a3 commit 0ff4a9a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ PHP 8.3 INTERNALS UPGRADE NOTES
1616

1717
* zend_class_entry now possesses a default_object_handlers field, which
1818
provides a default object handler when create_object() is not overriding it.
19+
* Custom Fiber implementations have to initialize EG(stack_limit) and
20+
EG(stack_base).
21+
* EG(opline_before_exception) may now be null if the VM throws an exception
22+
before executing any opline.
1923

2024
========================
2125
2. Build system changes
@@ -28,10 +32,14 @@ PHP 8.3 INTERNALS UPGRADE NOTES
2832
a. ext/json
2933
- A new function php_json_validate_ex has been added to check if the
3034
provided C string is valid for the given depth and options.
35+
3136
========================
3237
4. OpCode changes
3338
========================
3439

3540
========================
3641
5. SAPI changes
3742
========================
43+
44+
* SAPIs that may execute in alternative stacks have to set EG(stack_limit) and
45+
EG(stack_base)

0 commit comments

Comments
 (0)