We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b3e83 commit 6f2c1f6Copy full SHA for 6f2c1f6
UPGRADING.INTERNALS
@@ -37,6 +37,8 @@ PHP 8.3 INTERNALS UPGRADE NOTES
37
* The return types of the following functions have been changed from
38
`bool` to `zend_result`:
39
- zend_fiber_init_context()
40
+* The fast_add_function() has been removed, use add_function() that will
41
+ call the static inline add_function_fast() instead.
42
43
========================
44
2. Build system changes
0 commit comments