Skip to content

Zend: have zend_call_known_function_ex create an FCC - #23664

Draft
Girgias wants to merge 1 commit into
php:masterfrom
Girgias:2026-09-reorganize-fcc-api
Draft

Zend: have zend_call_known_function_ex create an FCC#23664
Girgias wants to merge 1 commit into
php:masterfrom
Girgias:2026-09-reorganize-fcc-api

Conversation

@Girgias

@Girgias Girgias commented Sep 11, 2026

Copy link
Copy Markdown
Member

And call zend_call_known_fcc_ex, rather than zend_call_known_fcc_ex call zend_call_known_function_ex which re-creates an FCC in the end when we already have one.

We prevent trampolines from zend_call_known_function as those would be duplicates, but this seems unlikely to break anything.

And call zend_call_known_fcc_ex, rather than zend_call_known_fcc_ex call zend_call_known_function_ex which re-creates an FCC in the end when we already have one.
We prevent trampolines from zend_call_known_function as those would be duplicates, but this seems unlikely to break anything
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant