Skip to content

Commit 5f719f6

Browse files
committed
Fix build of PHP-FPM 8.0 uploadprogress module
1 parent ffc8df1 commit 5f719f6

13 files changed

Lines changed: 28 additions & 56 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#### Fixed
1010
- [#153](https://github.com/devilbox/docker-php-fpm/pull/153) Use numeric order for startup files
1111
- Fix build of PHP-FPM 7.4 snmp module
12+
- Fix build of PHP-FPM 8.0 uploadprogress module
1213

1314

1415
## Release 0.105

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)