Skip to content

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Oct 3, 2024

This is necessary at least on Windows to be able to actually call the function from a different module (in this case php8phpdbg.dll could not be build).


The zend_never_inline may no longer be necessary (or have any effect).

cc @arnaud-lb

This is necessary at least on Windows to be able to actually call the
function from a different module (in this case php8phpdbg.dll could not
be build).
Copy link
Member

@arnaud-lb arnaud-lb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

zend_never_inline is still useful as it's called in the same translation unit (zend_vm_execute.h included in zend_execute.c).

@cmb69
Copy link
Member Author

cmb69 commented Oct 3, 2024

No ABI break; just an addition to fix Windows builds.

@cmb69 cmb69 removed the ABI break label Oct 3, 2024
@cmb69 cmb69 closed this in 6f7f32c Oct 3, 2024
@cmb69 cmb69 deleted the cmb/fix-phpdbg-build branch October 3, 2024 20:58
nielsdos added a commit to nielsdos/php-src that referenced this pull request Oct 4, 2024
With phpGH-16204 merged, we can use the standard error message for the
recently-merged phpGH-16159.
nielsdos added a commit that referenced this pull request Oct 4, 2024
With GH-16204 merged, we can use the standard error message for the
recently-merged GH-16159.

Closes GH-16225.
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.

2 participants