File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ function install_extensions {
14
14
done
15
15
16
16
case " $PHP " in
17
- 8.1)
18
- echo " Cannot install extensions for the current PHP version."
19
- echo " Please use \" .laminas-ci/pre-run.sh\" to setup specific extensions for PHP $PHP "
20
- echo " Additional details can be found on https://stackoverflow.com/q/8141407"
21
- echo " The following extensions were not installed: ${EXTENSIONS[*]} "
22
- ;;
17
+ # Example for handling extensions for different PHP versions:
18
+ # 8.1)
19
+ # echo "Cannot install extensions for the current PHP version."
20
+ # echo "Please use \".laminas-ci/pre-run.sh\" to setup specific extensions for PHP $PHP"
21
+ # echo "Additional details can be found on https://stackoverflow.com/q/8141407"
22
+ # echo "The following extensions were not installed: ${EXTENSIONS[*]}"
23
+ # ;;
23
24
* )
24
25
install_packaged_extensions " $PHP " " ${EXTENSIONS[@]} "
25
26
;;
You can’t perform that action at this time.
0 commit comments