Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix build with PHP >= 8.2 #2516

Merged
merged 1 commit into from Jan 10, 2023
Merged

fix build with PHP >= 8.2 #2516

merged 1 commit into from Jan 10, 2023

Conversation

niol
Copy link
Contributor

@niol niol commented Jan 10, 2023

from https://raw.githubusercontent.com/php/php-src/PHP-8.2/UPGRADING.INTERNALS:

========================                                                             5. SAPI changes                                                                      ========================                                                                                                                                                   * The signature of php_module_startup() has changed from                               int php_module_startup(sapi_module_struct *sf, zend_module_entry              +*additional_modules, uint32_t num_additional_modules)                                      to                                                                                   zend_result php_module_startup(sapi_module_struct *sf, zend_module_entry      +*additional_module)                                                                        as only one additional module was ever provided.

from https://raw.githubusercontent.com/php/php-src/PHP-8.2/UPGRADING.INTERNALS:

    ========================                                                             5. SAPI changes                                                                      ========================                                                                                                                                                   * The signature of php_module_startup() has changed from                               int php_module_startup(sapi_module_struct *sf, zend_module_entry              +*additional_modules, uint32_t num_additional_modules)                                      to                                                                                   zend_result php_module_startup(sapi_module_struct *sf, zend_module_entry      +*additional_module)                                                                        as only one additional module was ever provided.
@xrmx xrmx merged commit 2329e6e into unbit:master Jan 10, 2023
@xrmx
Copy link
Collaborator

xrmx commented Jan 10, 2023

Looks good, 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.

None yet

2 participants