You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install-php-extensions
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4558,7 +4558,12 @@ installRemoteModule() {
4558
4558
eliftest$PHP_MAJMIN_VERSION -le 504;then
4559
4559
installRemoteModule_version=2.0.4
4560
4560
eliftest$PHP_MAJMIN_VERSION -le 506;then
4561
-
installRemoteModule_version=2.0.11
4561
+
# Using 2.0.11 when libpcre-dev is installed causes a Segmentation fault in php 5 (see https://github.com/mlocati/docker-php-extension-installer/issues/1282)
0 commit comments