From e878f79ffc9d69769905491c1e9b73e33e07147d Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 10 Dec 2024 02:57:58 +0800 Subject: [PATCH] up --- plugins/php/versions/52/install.sh | 2 -- plugins/php/versions/53/install.sh | 2 -- 2 files changed, 4 deletions(-) diff --git a/plugins/php/versions/52/install.sh b/plugins/php/versions/52/install.sh index 816e3f940..7516e0f04 100755 --- a/plugins/php/versions/52/install.sh +++ b/plugins/php/versions/52/install.sh @@ -85,8 +85,6 @@ fi OPTIONS='--without-iconv' if [ $sysName == 'Darwin' ]; then OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype" -else - OPTIONS="${OPTIONS} --with-readline" fi IS_64BIT=`getconf LONG_BIT` diff --git a/plugins/php/versions/53/install.sh b/plugins/php/versions/53/install.sh index cf8d799be..49906af25 100755 --- a/plugins/php/versions/53/install.sh +++ b/plugins/php/versions/53/install.sh @@ -68,8 +68,6 @@ OPTIONS='--without-iconv' if [ $sysName == 'Darwin' ]; then OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype" -else - OPTIONS="${OPTIONS} --with-readline" fi IS_64BIT=`getconf LONG_BIT`