-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Release v3.6 #523
Draft
jaydrogers
wants to merge
11
commits into
main
Choose a base branch
from
release/v3.6
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Release v3.6 #523
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploying serversideup-php with Β
|
Latest commit: |
883501f
|
Status: | Β β Β Deploy successful! |
Preview URL: | https://650c09e8.serversideup-php.pages.dev |
Branch Preview URL: | https://release-v3-6.serversideup-php.pages.dev |
* Added configurability for max_input_vars and default value * A-z variables --------- Co-authored-by: Ilija Radojkovic <[email protected]> Co-authored-by: Jay Rogers <[email protected]>
β¦nd improved script management. References #479
* Expose opcache.validate_timestamps to .env * Add PHP_OPCACHE_VALIDATE_TIMESTAMPS to CLI ENV * Add PHP_OPCACHE_VALIDATE_TIMESTAMPS to Apache ENV * Add PHP_OPCACHE_VALIDATE_TIMESTAMPS to Nginx Unit ENV * Add PHP_OPCACHE_VALIDATE_TIMESTAMPS to Nginx ENV * Add PHP_OPCACHE_VALIDATE_TIMESTAMPS to FPM ENV * Include PHP_OPCACHE_VALIDATE_TIMESTAMPS in docs * match capitalisation * Add PHP_OPCACHE_SAVE_COMMENTS environment variable for OPcache configuration * Add PHP_OPCACHE_FORCE_RESTART_TIMEOUT environment variable for OPcache configuration * Add PHP_OPCACHE_JIT_BUFFER_SIZE environment variable for OPcache JIT configuration * Add PHP_OPCACHE_JIT environment variable for OPcache JIT configuration --------- Co-authored-by: Jay Rogers <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
π― Project Board
View the GitHub Project β
π€ Docs Preview
View the latest docs β
β‘οΈ What's new
The following changes are available with this PR:
π New Environment Variables
π€© New Features
π Bug Fixes
docker-serversideup-php-s6-init
back for advanced S6 dependency use cases (Custom s6 services dependencies no longer worksΒ #479)β«οΈ Upstream Dependencies
π¨βπ¬ Tests to perform
Migrations
AUTORUN_LARAVEL_OPTIMIZE=true
andAUTORUN_LARAVEL_ROUTE_CACHE=false
Start Up Scripts
exit 0
-- the following scripts should continueexit 1
-- the following container should exitreturn 0
-- the following scripts should continuereturn 1
-- the following container should exit