File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ PHP 8.3 INTERNALS UPGRADE NOTES
16
16
17
17
* zend_class_entry now possesses a default_object_handlers field, which
18
18
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.
19
23
20
24
========================
21
25
2. Build system changes
@@ -28,10 +32,14 @@ PHP 8.3 INTERNALS UPGRADE NOTES
28
32
a. ext/json
29
33
- A new function php_json_validate_ex has been added to check if the
30
34
provided C string is valid for the given depth and options.
35
+
31
36
========================
32
37
4. OpCode changes
33
38
========================
34
39
35
40
========================
36
41
5. SAPI changes
37
42
========================
43
+
44
+ * SAPIs that may execute in alternative stacks have to set EG(stack_limit) and
45
+ EG(stack_base)
You can’t perform that action at this time.
0 commit comments