File tree Expand file tree Collapse file tree
build/ansible/group_vars/all Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ RUN set -eux \
455455
456456# -------------------- Installing PHP Extension: uploadprogress --------------------
457457RUN set -eux \
458- # Installation: Generic
458+ # Installation: Version specific
459459 # Type: PECL extension
460460 # Default: Pecl command
461461 && pecl install uploadprogress \
Original file line number Diff line number Diff line change @@ -555,7 +555,7 @@ RUN set -eux \
555555
556556# -------------------- Installing PHP Extension: uploadprogress --------------------
557557RUN set -eux \
558- # Installation: Generic
558+ # Installation: Version specific
559559 # Type: PECL extension
560560 # Default: Pecl command
561561 && pecl install uploadprogress \
Original file line number Diff line number Diff line change @@ -574,7 +574,7 @@ RUN set -eux \
574574
575575# -------------------- Installing PHP Extension: uploadprogress --------------------
576576RUN set -eux \
577- # Installation: Generic
577+ # Installation: Version specific
578578 # Type: PECL extension
579579 # Default: Pecl command
580580 && pecl install uploadprogress \
Original file line number Diff line number Diff line change @@ -562,7 +562,7 @@ RUN set -eux \
562562
563563# -------------------- Installing PHP Extension: uploadprogress --------------------
564564RUN set -eux \
565- # Installation: Generic
565+ # Installation: Version specific
566566 # Type: PECL extension
567567 # Default: Pecl command
568568 && pecl install uploadprogress \
Original file line number Diff line number Diff line change @@ -592,7 +592,7 @@ RUN set -eux \
592592
593593# -------------------- Installing PHP Extension: uploadprogress --------------------
594594RUN set -eux \
595- # Installation: Generic
595+ # Installation: Version specific
596596 # Type: PECL extension
597597 # Default: Pecl command
598598 && pecl install uploadprogress \
Original file line number Diff line number Diff line change @@ -633,7 +633,7 @@ RUN set -eux \
633633
634634# -------------------- Installing PHP Extension: uploadprogress --------------------
635635RUN 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 \
Original file line number Diff line number Diff line change @@ -642,7 +642,7 @@ RUN set -eux \
642642
643643# -------------------- Installing PHP Extension: uploadprogress --------------------
644644RUN 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 \
Original file line number Diff line number Diff line change @@ -646,7 +646,7 @@ RUN set -eux \
646646
647647# -------------------- Installing PHP Extension: uploadprogress --------------------
648648RUN 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 \
Original file line number Diff line number Diff line change @@ -646,7 +646,7 @@ RUN set -eux \
646646
647647# -------------------- Installing PHP Extension: uploadprogress --------------------
648648RUN 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 \
You can’t perform that action at this time.
0 commit comments