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

Synchronise PHP FPM disable_functions settting. #444

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

thijskh
Copy link
Member

@thijskh thijskh commented Nov 28, 2023

This creates one set to use for all PHP apps. The chosen set is the most restrictive one. This means that:

  • For profile nothing changes
  • For engine and apachefpm (stepup), proc_open is added
  • For diyidp and lifecycle, the setting is completely new

This creates one set to use for all PHP apps. The chosen set is the most
restrictive one. This means that:
- For profile nothing changes
- For engine and apachefpm (stepup), proc_open is added
- For diyidp and lifecycle, the setting is completely new
@thijskh thijskh requested a review from quartje November 28, 2023 13:23
Copy link
Contributor

@quartje quartje left a comment

Choose a reason for hiding this comment

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

Nice! I will make sure all our docker images have these functions disabled as well

@thijskh thijskh merged commit 270caac into master Dec 1, 2023
5 checks passed
@thijskh thijskh deleted the feature/synchronise-php-disabled-function branch December 1, 2023 19:49
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