Skip to content

Commit 43063cb

Browse files
arhiopterecsBarny Shergold
and
Barny Shergold
authored
Update src/cloud/docker/docker-extend.md
Co-authored-by: Barny Shergold <[email protected]>
1 parent dc8c1af commit 43063cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloud/docker/docker-extend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ To add a new PHP extension:
100100

101101
We have divided the extensions into three conditional groups:
102102
1. `EXTENSION_TYPE_CORE` - Extension that exists in the `docker-php-source`. More details can be found at [https://hub.docker.com/_/php][PHP, Docker Official Images], in the "How to install more PHP extensions" section.
103-
1. `EXTENSION_TYPE_PECL` - Extensions that can be installed from [https://pecl.php.net/][PECL]. More details [https://hub.docker.com/_/php][PHP, Docker Official Images], the part "PECL extensions"
103+
1. `EXTENSION_TYPE_PECL` - Extensions that can be installed from [https://pecl.php.net/][PECL]. More details can be found at [https://hub.docker.com/_/php][PHP, Docker Official Images], in the "PECL extensions" section.
104104
1. `EXTENSION_TYPE_INSTALLATION_SCRIPT` - For extensions that can be installed by running a number commands. More details can be found at [https://hub.docker.com/_/php][PHP, Docker Official Images], in the "Other extensions" section.
105105

106106
For instance, the following block adds the `bcmath` extension:

0 commit comments

Comments
 (0)