Skip to content

Commit 0c7b634

Browse files
authored
Merge branch 'main' into release/bugfixes-and-dependency-updates
2 parents ca9136d + a161e93 commit 0c7b634

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/content/docs/1.getting-started/4.these-images-vs-others.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ FROM serversideup/php:8.5-cli
197197
USER root
198198
199199
# Install any PHP extension easily
200-
RUN install-php-extensions redis imagick mongodb
200+
RUN install-php-extensions bcmath imagick mongodb
201201
202202
# Switch back to unprivileged user
203203
USER www-data
@@ -322,4 +322,4 @@ We're here to help! Check out these resources:
322322

323323
::tip
324324
Join our community! Star us on [GitHub](https://github.com/serversideup/docker-php) and follow updates.
325-
::
325+
::

docs/content/docs/1.getting-started/6.default-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Environment variables give you a ton of flexibility to customize your container
7575
| **PHP INI file** | **Description** |
7676
|-----------------|-----------------|
7777
| **Image Default** <br /><br /> `/usr/local/etc/php/conf.d/serversideup-docker-php.ini` | This is our production-ready PHP ini file that accepts environment variables. You can [review it in greater detail on GitHub](https://github.com/serversideup/docker-php/blob/main/src/common/usr/local/etc/php/conf.d/serversideup-docker-php.ini){target="_blank"}. |
78-
| **Adding your own PHP INI file** <br /><br /> `/usr/local/etc/php/conf.d/*.ini` | If you want to use our defaults, you can simple create a `.ini` file in the `/usr/local/etc/php/conf.d/` directory and it will be loaded automatically. This will be loaded *after* our default ini file, so whatever you set in your own ini file will override the default values. |
78+
| **Adding your own PHP INI file** <br /><br /> `/usr/local/etc/php/conf.d/*.ini` | To set your own PHP settings, simply create a `.ini` file in the `/usr/local/etc/php/conf.d/` directory. It will be loaded automatically *after* our default ini file, so any settings you define will override the defaults. |
7979

8080
:u-button{to="/docs/customizing-the-image/changing-common-php-settings" label="Learn more about changing common PHP settings" aria-label="Learn more about changing common PHP settings" size="md" color="primary" variant="outline" trailing-icon="i-lucide-arrow-right" class="font-bold ring ring-inset ring-blue-600 text-blue-600 hover:ring-blue-500 hover:text-blue-500"}
8181

0 commit comments

Comments
 (0)