This repository was archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[Doc] Adding new PHP extensions #155 #7929
Merged
meker12
merged 24 commits into
magento:mae-mcloud-6998-docker-php-customization-updates-integration
from
magento-thunder:GITHUB_MCLOUD_DOCKER-155
Oct 5, 2020
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
b1d1b60
MCLOUD-6430: Xdebug not working on Magento Cloud Docker 1.1 (#7810)
oshmyheliuk 3477b59
Merge branch 'master' into Cloud-Docker-1.2.0
b678eb1
MCLOUD-6898: Add option to customize port for MailHog (#7860)
BaDos caa18a7
MCLOUD-2789: [Cloud Docker] Add custom ES plugins (#7898)
oshmyheliuk e2d21ea
Merge branch 'master' into Cloud-Docker-1.2.0
1c22fa5
[Doc] Adding new PHP extensions #155
arhiopterecs 10aff0d
Update src/cloud/docker/docker-extend.md
arhiopterecs 22249c5
Update src/cloud/docker/docker-extend.md
arhiopterecs a3e4611
Update src/cloud/docker/docker-extend.md
arhiopterecs 9146046
Update src/cloud/docker/docker-extend.md
arhiopterecs 85ea11f
Update src/cloud/docker/docker-extend.md
arhiopterecs f6191d7
Update src/cloud/docker/docker-extend.md
arhiopterecs cd61ea3
Update src/cloud/docker/docker-extend.md
arhiopterecs 1149bc7
Update src/cloud/docker/docker-extend.md
arhiopterecs b25f5f5
Update src/cloud/docker/docker-extend.md
arhiopterecs 8e41eb1
Update src/cloud/docker/docker-extend.md
arhiopterecs b371890
Update src/cloud/docker/docker-extend.md
arhiopterecs d6d1b1a
Update src/cloud/docker/docker-extend.md
arhiopterecs a13bbec
Update src/cloud/docker/docker-extend.md
arhiopterecs dc8c1af
Update src/cloud/docker/docker-extend.md
arhiopterecs 43063cb
Update src/cloud/docker/docker-extend.md
arhiopterecs 849202c
Update src/cloud/docker/docker-extend.md
arhiopterecs cabc9f6
Merge branch 'master' into GITHUB_MCLOUD_DOCKER-155
arhiopterecs 52e99dd
[Doc] Adding new PHP extensions #155
arhiopterecs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
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.
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.
It would be better to provide this information outside of the procedure after the sentence "In addition to built-in extensions..." on line 83.
We have divided the extensions into three conditional groups:
EXTENSION_TYPE_CORE
– Extension that exists in thedocker-php-source
. For details, see the How to instal more PHP extensions section of the PHP, Docker Official Images page in Docker Hub.