Skip to content

Commit de9642c

Browse files
authored
Merge pull request #157 from devilbox/release-0.106
Release 0.106
2 parents 186bf71 + 6fa3417 commit de9642c

14 files changed

Lines changed: 37 additions & 72 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
## Unreleased
55

66

7+
## Release 0.106
8+
9+
#### Fixed
10+
- [#153](https://github.com/devilbox/docker-php-fpm/pull/153) Use numeric order for startup files
11+
- Fix build of PHP-FPM 7.4 snmp module
12+
- Disable PHP-FPM 8.0 uploadprogress module due to startup warnings
13+
14+
715
## Release 0.105
816

917
#### Fixed

Dockerfiles/mods/Dockerfile-5.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ RUN set -eux \
455455

456456
# -------------------- Installing PHP Extension: uploadprogress --------------------
457457
RUN set -eux \
458-
# Installation: Generic
458+
# Installation: Version specific
459459
# Type: PECL extension
460460
# Default: Pecl command
461461
&& pecl install uploadprogress \

Dockerfiles/mods/Dockerfile-5.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ RUN set -eux \
555555

556556
# -------------------- Installing PHP Extension: uploadprogress --------------------
557557
RUN set -eux \
558-
# Installation: Generic
558+
# Installation: Version specific
559559
# Type: PECL extension
560560
# Default: Pecl command
561561
&& pecl install uploadprogress \

Dockerfiles/mods/Dockerfile-5.4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ RUN set -eux \
574574

575575
# -------------------- Installing PHP Extension: uploadprogress --------------------
576576
RUN set -eux \
577-
# Installation: Generic
577+
# Installation: Version specific
578578
# Type: PECL extension
579579
# Default: Pecl command
580580
&& pecl install uploadprogress \

Dockerfiles/mods/Dockerfile-5.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ RUN set -eux \
562562

563563
# -------------------- Installing PHP Extension: uploadprogress --------------------
564564
RUN set -eux \
565-
# Installation: Generic
565+
# Installation: Version specific
566566
# Type: PECL extension
567567
# Default: Pecl command
568568
&& pecl install uploadprogress \

Dockerfiles/mods/Dockerfile-5.6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ RUN set -eux \
592592

593593
# -------------------- Installing PHP Extension: uploadprogress --------------------
594594
RUN set -eux \
595-
# Installation: Generic
595+
# Installation: Version specific
596596
# Type: PECL extension
597597
# Default: Pecl command
598598
&& pecl install uploadprogress \

Dockerfiles/mods/Dockerfile-7.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ RUN set -eux \
633633

634634
# -------------------- Installing PHP Extension: uploadprogress --------------------
635635
RUN set -eux \
636-
# Installation: Version specific
636+
# Installation: Generic
637637
# Type: GIT extension
638638
&& git clone https://github.com/php/pecl-php-uploadprogress /tmp/uploadprogress \
639639
&& cd /tmp/uploadprogress \

Dockerfiles/mods/Dockerfile-7.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ RUN set -eux \
642642

643643
# -------------------- Installing PHP Extension: uploadprogress --------------------
644644
RUN set -eux \
645-
# Installation: Version specific
645+
# Installation: Generic
646646
# Type: GIT extension
647647
&& git clone https://github.com/php/pecl-php-uploadprogress /tmp/uploadprogress \
648648
&& cd /tmp/uploadprogress \

Dockerfiles/mods/Dockerfile-7.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ RUN set -eux \
646646

647647
# -------------------- Installing PHP Extension: uploadprogress --------------------
648648
RUN set -eux \
649-
# Installation: Version specific
649+
# Installation: Generic
650650
# Type: GIT extension
651651
&& git clone https://github.com/php/pecl-php-uploadprogress /tmp/uploadprogress \
652652
&& cd /tmp/uploadprogress \

Dockerfiles/mods/Dockerfile-7.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ RUN set -eux \
646646

647647
# -------------------- Installing PHP Extension: uploadprogress --------------------
648648
RUN set -eux \
649-
# Installation: Version specific
649+
# Installation: Generic
650650
# Type: GIT extension
651651
&& git clone https://github.com/php/pecl-php-uploadprogress /tmp/uploadprogress \
652652
&& cd /tmp/uploadprogress \

0 commit comments

Comments
 (0)