Skip to content

Commit fa731af

Browse files
committed
[W.I.P.] Document API removals in UPGRADING.INTERNALS
TODO better description of what to do in each case
1 parent 2de1f27 commit fa731af

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
@@ -14,6 +14,14 @@ PHP 8.4 INTERNALS UPGRADE NOTES
1414
1. Internal API changes
1515
========================
1616

17+
* The following FCI APIs have been removed as they were confusing:
18+
- zend_fcall_info_call()
19+
- zend_fcall_info_args_save()
20+
- zend_fcall_info_args_restore()
21+
- zend_fcall_info_argn()
22+
- zend_fcall_info_argv()
23+
- zend_fcall_info_argp()
24+
1725
========================
1826
2. Build system changes
1927
========================

0 commit comments

Comments
 (0)