Skip to content

ext/pcntl: Minor refactoring #19052

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

Merged
merged 3 commits into from
Jul 6, 2025
Merged

ext/pcntl: Minor refactoring #19052

merged 3 commits into from
Jul 6, 2025

Conversation

Girgias
Copy link
Member

@Girgias Girgias commented Jul 6, 2025

No description provided.

unsigned num_signals;
uint8_t num_signals;
int last_error;
struct php_pcntl_pending_signal *head, *tail, *spares;
Copy link
Member

Choose a reason for hiding this comment

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

nice ! all changes save 16 bytes in total and no more holes :)

@Girgias Girgias marked this pull request as ready for review July 6, 2025 17:21
@Girgias Girgias merged commit 22f2a1d into php:master Jul 6, 2025
9 checks passed
@Girgias Girgias deleted the pcntl-refactor branch July 6, 2025 17:24
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