Skip to content

Conversation

Jan-E
Copy link
Contributor

@Jan-E Jan-E commented Jun 17, 2023

Quote from UPGRADING.INTERNALS of PHP 8.3:

The fast_add_function() has been removed, use add_function() that will
call the static inline add_function_fast() instead.

To be on the safe side the patch only replaces fast_add_function() by add_function() in PHP 8.3+
Tested while building PHP 8.3.0 Alpha 1 on Windows.

@rtheunissen rtheunissen merged commit 23ddc08 into php-ds:master Jun 18, 2023
@Jan-E Jan-E deleted the no-fast-add-function-php83 branch June 18, 2023 09:14
@Jan-E
Copy link
Contributor Author

Jan-E commented Jun 18, 2023

Top. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants