Skip to content

sapi/fpm: change lots of return types to zend_result #10662

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

Closed
wants to merge 1 commit into from

Conversation

MaxKellermann
Copy link
Contributor

0 > fpm_sockets_init_main() ||
0 > fpm_worker_pool_init_main() ||
0 > fpm_event_init_main()) {
if (fpm_php_init_main() != SUCCESS ||
Copy link
Member

Choose a reason for hiding this comment

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

note bukka usually prefers when operands are reversed :-) but I ll leave up to him to decide on this.

@Girgias Girgias requested a review from bukka February 22, 2023 14:27
@devnexen
Copy link
Member

Changes makes sense to me, including the clarifications for return pointers cases.

@bukka
Copy link
Member

bukka commented Mar 2, 2023

My answer here is pretty much like for #9911 (comment) . It's not right time for change like this though.

@MaxKellermann MaxKellermann deleted the fpm_zend_result branch March 7, 2023 10:37
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.

3 participants