Skip to content

Commit 6f2c1f6

Browse files
committed
Add UPGRADING.INTERNALS entry back that got yanked by the rebase
1 parent 53b3e83 commit 6f2c1f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ PHP 8.3 INTERNALS UPGRADE NOTES
3737
* The return types of the following functions have been changed from
3838
`bool` to `zend_result`:
3939
- 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.
4042

4143
========================
4244
2. Build system changes

0 commit comments

Comments
 (0)