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 @@ -603,7 +603,7 @@ RUN set -eux \
603603 # Installation: Version specific
604604 # Type: PECL extension
605605 # Default: Pecl command
606- && pecl install uuid-1.1 .5 \
606+ && pecl install uuid-1.0 .5 \
607607 # Enabling
608608 && docker-php-ext-enable uuid \
609609 && true
Original file line number Diff line number Diff line change @@ -620,7 +620,7 @@ RUN set -eux \
620620 # Installation: Version specific
621621 # Type: PECL extension
622622 # Default: Pecl command
623- && pecl install uuid-1.1 .5 \
623+ && pecl install uuid-1.0 .5 \
624624 # Enabling
625625 && docker-php-ext-enable uuid \
626626 && true
Original file line number Diff line number Diff line change @@ -1142,10 +1142,10 @@ extensions_available:
11421142 version : 1.0.5
11431143 5.5 :
11441144 type : pecl
1145- version : 1.1 .5
1145+ version : 1.0 .5
11461146 5.6 :
11471147 type : pecl
1148- version : 1.1 .5
1148+ version : 1.0 .5
11491149 all :
11501150 type : pecl
11511151 run_dep : [uuid]
You can’t perform that action at this time.
0 commit comments