From 28e6e8d9160b381218e57ea6c2aafa1a8d43c6ce Mon Sep 17 00:00:00 2001 From: Tito Costa Date: Wed, 29 May 2019 10:46:45 +1200 Subject: [PATCH 1/2] fixed issue with installing remi repo and added the php xml and process extensions --- build-php-remi.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-php-remi.sh b/build-php-remi.sh index c0d0ee0..9c6ae8f 100755 --- a/build-php-remi.sh +++ b/build-php-remi.sh @@ -8,9 +8,8 @@ yum install -y wget yum install -y yum-utils wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm wget https://rpms.remirepo.net/enterprise/remi-release-6.rpm -rpm -Uvh remi-release-6.rpm rpm -Uvh epel-release-latest-6.noarch.rpm - +rpm -Uvh remi-release-6.rpm yum-config-manager --enable remi-php7${PHP_MINOR_VERSION} @@ -18,7 +17,7 @@ yum install -y httpd yum install -y postgresql-devel yum install -y libargon2-devel -yum install -y --disablerepo="*" --enablerepo="remi,remi-php7${PHP_MINOR_VERSION}" php php-mbstring php-pdo php-mysql php-pgsql +yum install -y --disablerepo="*" --enablerepo="remi,remi-php7${PHP_MINOR_VERSION}" php php-mbstring php-pdo php-mysql php-pgsql php-xml php-process mkdir /tmp/layer From b507b5ec648ae99f393bb43fa0a69103687d2dd1 Mon Sep 17 00:00:00 2001 From: Tito Miguel Costa Date: Sat, 1 Jun 2019 09:26:52 +1200 Subject: [PATCH 2/2] updated readme with list of extensions provided on php 7.3 --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f8bf556..5e47a4a 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ bz2.so calendar.so ctype.so curl.so +dom.so exif.so fileinfo.so ftp.so @@ -52,15 +53,26 @@ json.so mbstring.so mysqli.so mysqlnd.so -pdo.so pdo_mysql.so pdo_pgsql.so +pdo.so pdo_sqlite.so pgsql.so phar.so +posix.so +shmop.so +simplexml.so sockets.so sqlite3.so +sysvmsg.so +sysvsem.so +sysvshm.so tokenizer.so +wddx.so +xmlreader.so +xml.so +xmlwriter.so +xsl.so ``` PHP 7.1 Layer: