-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Add FreeBSD ZTS nightly build #18959
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
Conversation
arnaud-lb
commented
Jun 27, 2025
- Will be useful for Fix linker failure when building opcache statically #18939.
- Includes Fix pcntl_rfork() / pcntl_forkx() with zend-max-execution-timers #18958.
Is the change in the extension necessary if you have these in the other PR ? |
I plan to rebase on master once the other PR is merged, so that only the first commit remains in this PR |
Ok. maybe the build aspect deserves a review from @iluuu1994 ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please target 8.1 for the changes to nightly, we keep the config in-sync. If this should only run for master (in case the pcntl change only targets master) we need to skip the ZTS build accordingly (only merging into master would not be sufficient either).
.github/workflows/nightly.yml
Outdated
include: | ||
- zts: false | ||
- zts: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
include: | |
- zts: false | |
- zts: true | |
zts: [true, false] |
bde6d9b
to
b656baf
Compare
b656baf
to
0c49eb7
Compare