Skip to content

Commit 26222e9

Browse files
committed
Fix layer php.ini for php71 layer
1 parent 5173fb5 commit 26222e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ yum install -y php71-mbstring.x86_64 zip php71-pgsql php71-mysqli
55
mkdir /tmp/layer
66
cd /tmp/layer
77
cp /opt/layer/bootstrap .
8-
cp /opt/layer/php.ini .
8+
sed "s/PHP_MINOR_VERSION/1/g" /opt/layer/php.ini >php.ini
99

1010
mkdir bin
1111
cp /usr/bin/php bin/

0 commit comments

Comments
 (0)