Step 1 — Installing Apache and Update
sudo apt update
sudo apt install apache2
Step 2 — Installing MySQL
sudo apt install mysql-server
sudo mysql_secure_installation
Step 3 — Installing PHP
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt update
Step 4 -- Search and install specific PHP 7.1 modules
sudo apt-cache search php7.1
Step 5 -- Install most commonly used modules
sudo apt-get install php7.1 php7.1-cli php7.1-common php7.1-json php7.1-opcache php7.1-
mysql php7.1-mbstring php7.1-mcrypt php7.1-zip php7.1-fpm php7.1-mbstring php7.1-soap
php7.1-curl php7.1-intl
sudo apt-get install phpmyadmin php7.1-mbstring php7.1-gettext -y
Step 6 - Install PHPmyadmin
sudo apt-get update
sudo apt-get install phpmyadmin
Select apache2
Select YES when prompted on whether or not to use dbconfig-common for database setup
Enter your MySQL/Database admin password
Select your new phpMyAdmin password
sudo phpenmod mcrypt
sudo phpenmod mbstring
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
sudo ln -s /usr/share/phpmyadmin /var/www/html/phpmyadmin
sudo apt-get install php7.1 libapache2-mod-php7.1
sudo /etc/init.d/apache2 restart
sudo service apache2 restart
sudo adduser home-server
Deleting phpmy admin : sudo apt-get purge phpmyadmin*
Deleting Mysql : sudo apt-get remove --purge mysql-server mysql-common
FTP Permission : sudo chmod -R 777 /var/www
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /var/www/html/magento/
ServerName ubuntu1804
ServerAlias 192.168.1.5
<Directory /var/www/html/magento/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
sudo rsync -avP ~/magento/. /var/www/html/magento
rm -rf ~/magento*
Credentials phpmyadmin :
user : phpmyadmin
pwd: Inception@7
yum --enablerepo=remi-php71 install php-xml php-soap php-xmlrpc php-mbstring php-json php-
gd php-mcrypt php-bcmath php-intl php-zip php-pdo_mysql
remi-php71: mirrors.thzhost.com
mod_php71u.x86_64 : PHP module for the Apache HTTP Server
mod_php71w.x86_64 : PHP module for the Apache HTTP Server
php71.x86_64 : Package that installs PHP 7.1
php71-php.x86_64 : PHP scripting language for creating dynamic web sites
php71-php-bcmath.x86_64 : A module for PHP applications for using the bcmath
php71-php-brotli.x86_64 : Brotli Extension for PHP
php71-php-cli.x86_64 : Command-line interface for PHP
php71-php-common.x86_64 : Common files for PHP
php71-php-componere.x86_64 : Composing PHP classes at runtime
php71-php-dba.x86_64 : A database abstraction layer module for PHP applications
php71-php-dbg.x86_64 : The interactive PHP debugger
php71-php-devel.x86_64 : Files needed for building PHP extensions
php71-php-embedded.x86_64 : PHP library for embedding in applications
php71-php-enchant.x86_64 : Enchant spelling extension for PHP applications
php71-php-fpm.x86_64 : PHP FastCGI Process Manager
php71-php-gd.x86_64 : A module for PHP applications for using the gd graphics
php71-php-geos.x86_64 : PHP module for GEOS
php71-php-gmp.x86_64 : A module for PHP applications for using the GNU MP
php71-php-imap.x86_64 : A module for PHP applications that use IMAP
php71-php-interbase.x86_64 : A module for PHP applications that use
php71-php-intl.x86_64 : Internationalization extension for PHP applications
php71-php-json.x86_64 : JavaScript Object Notation extension for PHP
php71-php-ldap.x86_64 : A module for PHP applications that use LDAP
php71-php-libvirt.x86_64 : PHP language binding for Libvirt
php71-php-libvirt-doc.noarch : Document of php-libvirt
php71-php-litespeed.x86_64 : LiteSpeed Web Server PHP support
php71-php-lz4.x86_64 : LZ4 Extension for PHP
php71-php-mbstring.x86_64 : A module for PHP applications which need multi-byte
php71-php-mcrypt.x86_64 : Standard PHP module provides mcrypt library support
php71-php-mysqlnd.x86_64 : A module for PHP applications that use MySQL
php71-php-oci8.x86_64 : A module for PHP applications that use OCI8 databases
php71-php-odbc.x86_64 : A module for PHP applications that use ODBC databases
php71-php-pdo.x86_64 : A database access abstraction module for PHP applications
php71-php-pear.noarch : PHP Extension and Application Repository framework
php71-php-pecl-apm.x86_64 : Alternative PHP Monitor
php71-php-pecl-cassandra.x86_64 : DataStax PHP Driver for Apache Cassandra
php71-php-pecl-couchbase2.x86_64 : Couchbase Server PHP extension
php71-php-pecl-druid.x86_64 : A Druid driver for PHP
php71-php-pecl-ds.x86_64 : Data Structures for PHP
php71-php-pecl-gearman.x86_64 : PHP wrapper to libgearman
php71-php-pecl-geospatial.x86_64 : PHP Extension to handle common geospatial
php71-php-pecl-hdr-histogram.x86_64 : PHP extension wrapper for the C
php71-php-pecl-hprose.x86_64 : Hprose for PHP
php71-php-pecl-igbinary.x86_64 : Replacement for the standard PHP serializer
php71-php-pecl-leveldb.x86_64 : LevelDB PHP bindings
php71-php-pecl-mailparse.x86_64 : PHP PECL package for parsing and working with
php71-php-pecl-mogilefs.x86_64 : PHP client library to communicate with the
php71-php-pecl-mongodb.x86_64 : MongoDB driver for PHP
php71-php-pecl-nsq.x86_64 : PHP extension for NSQ client
php71-php-pecl-oauth.x86_64 : PHP OAuth consumer extension
php71-php-pecl-pcs.x86_64 : PHP Code Service
php71-php-pecl-pcs-devel.x86_64 : PHP Code Service (header)
php71-php-pecl-propro-devel.x86_64 : php71-php-pecl-propro developer files
php71-php-pecl-psr-devel.x86_64 : php71-php-pecl-psr developer files (header)
php71-php-pecl-raphf-devel.x86_64 : php71-php-pecl-raphf developer files
php71-php-pecl-rar.x86_64 : PHP extension for reading RAR archives
php71-php-pecl-ref.x86_64 : Soft and Weak references support in PHP
php71-php-pecl-rrd.x86_64 : PHP Bindings for rrdtool
php71-php-pecl-seaslog.x86_64 : An effective, fast, stable log extension for PHP
php71-php-pecl-selinux.x86_64 : SELinux binding for PHP scripting language
php71-php-pecl-swoole.x86_64 : PHP's asynchronous concurrent distributed
php71-php-pecl-swoole2.x86_64 : PHP's asynchronous concurrent distributed
php71-php-pecl-swoole4.x86_64 : PHP's asynchronous concurrent distributed
php71-php-pecl-termbox.x86_64 : A termbox wrapper for PHP
php71-php-pecl-trace.x86_64 : Trace is a low-overhead tracing tool for PHP
php71-php-pecl-uuid.x86_64 : Universally Unique Identifier extension for PHP
php71-php-pecl-vips.x86_64 : PHP extension for interfacing with libvips
php71-php-pecl-vld.x86_64 : Dump the internal representation of PHP scripts
php71-php-pecl-xdebug.x86_64 : PECL package for debugging PHP scripts
php71-php-pecl-xmldiff-devel.x86_64 : php71-php-pecl-xmldiff developer files
php71-php-pecl-xxtea.x86_64 : XXTEA encryption algorithm extension for PHP
php71-php-pecl-yaconf-devel.x86_64 : php71-php-pecl-yaconf developer files
php71-php-pecl-yaml.x86_64 : PHP Bindings for yaml
php71-php-pgsql.x86_64 : A PostgreSQL database module for PHP
php71-php-process.x86_64 : Modules for PHP script using system process
php71-php-pspell.x86_64 : A module for PHP applications for using pspell
php71-php-recode.x86_64 : A module for PHP applications for using the recode
php71-php-smbclient.x86_64 : PHP wrapper for libsmbclient
php71-php-snappy.x86_64 : Snappy Extension for PHP
php71-php-snmp.x86_64 : A module for PHP applications that query SNMP-managed
php71-php-snuffleupagus.x86_64 : Security module for php7
php71-php-soap.x86_64 : A module for PHP applications that use the SOAP protocol
php71-php-sqlsrv.x86_64 : Microsoft Drivers for PHP for SQL Server
php71-php-tarantool.x86_64 : PHP driver for Tarantool/Box
php71-php-tidy.x86_64 : Standard PHP module provides tidy library support
php71-php-xml.x86_64 : A module for PHP applications which use XML
php71-php-xmlrpc.x86_64 : A module for PHP applications which use the XML-RPC
php71-php-zstd.x86_64 : Zstd Extension for PHP
php71-runtime.x86_64 : Package that handles php71 Software Collection.
php71-scldevel.x86_64 : Package shipping development files for php71
php71-uwsgi-plugin-php.x86_64 : uWSGI - Plugin for PHP support
php71-zephir.noarch : Zephir language for creation of extensions for PHP.
php71u-bcmath.x86_64 : A module for PHP applications for using the bcmath
php71u-cli.x86_64 : Command-line interface for PHP
php71u-common.x86_64 : Common files for PHP
php71u-dba.x86_64 : A database abstraction layer module for PHP applications
php71u-dbg.x86_64 : The interactive PHP debugger
php71u-debuginfo.x86_64 : Debug information for package php71u
php71u-devel.x86_64 : Files needed for building PHP extensions
php71u-embedded.x86_64 : PHP library for embedding in applications
php71u-enchant.x86_64 : Enchant spelling extension for PHP applications
php71u-fpm.x86_64 : PHP FastCGI Process Manager
php71u-fpm-httpd.noarch : Apache HTTP Server configuration for PHP-FPM
php71u-fpm-nginx.noarch : Nginx configuration for PHP-FPM
php71u-gd.x86_64 : A module for PHP applications for using the gd graphics
php71u-gmp.x86_64 : A module for PHP applications for using the GNU MP library
php71u-imap.x86_64 : A module for PHP applications that use IMAP
php71u-interbase.x86_64 : A module for PHP applications that use
php71u-intl.x86_64 : Internationalization extension for PHP applications
php71u-ioncube-loader.x86_64 : IonCube Loader provides PHP Modules to read
php71u-json.x86_64 : JavaScript Object Notation extension for PHP
php71u-ldap.x86_64 : A module for PHP applications that use LDAP
php71u-mbstring.x86_64 : A module for PHP applications which need multi-byte
php71u-mcrypt.x86_64 : Standard PHP module provides mcrypt library support
php71u-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases
php71u-odbc.x86_64 : A module for PHP applications that use ODBC databases
php71u-pdo.x86_64 : A database access abstraction module for PHP applications
php71u-pecl-amqp-debuginfo.x86_64 : Debug information for package
: php71u-pecl-amqp
php71u-pecl-apcu-bc-debuginfo.x86_64 : Debug information for package
: php71u-pecl-apcu-bc
php71u-pecl-apcu-debuginfo.x86_64 : Debug information for package
: php71u-pecl-apcu
php71u-pecl-geoip-debuginfo.x86_64 : Debug information for package
: php71u-pecl-geoip
php71u-pecl-igbinary.x86_64 : Replacement for the standard PHP serializer
php71u-pecl-igbinary-debuginfo.x86_64 : Debug information for package
: php71u-pecl-igbinary
php71u-pecl-imagick-debuginfo.x86_64 : Debug information for package
: php71u-pecl-imagick
php71u-pecl-lzf-debuginfo.x86_64 : Debug information for package php71u-pecl-lzf
php71u-pecl-memcached-debuginfo.x86_64 : Debug information for package
: php71u-pecl-memcached
php71u-pecl-mongodb.x86_64 : MongoDB driver for PHP
php71u-pecl-mongodb-debuginfo.x86_64 : Debug information for package
: php71u-pecl-mongodb
php71u-pecl-oauth.x86_64 : PHP OAuth consumer extension
php71u-pecl-oauth-debuginfo.x86_64 : Debug information for package
: php71u-pecl-oauth
php71u-pecl-redis-debuginfo.x86_64 : Debug information for package
: php71u-pecl-redis
php71u-pecl-smbclient.x86_64 : PHP wrapper for libsmbclient
php71u-pecl-smbclient-debuginfo.x86_64 : Debug information for package
: php71u-pecl-smbclient
php71u-pecl-xdebug.x86_64 : PECL package for debugging PHP scripts
php71u-pecl-xdebug-debuginfo.x86_64 : Debug information for package
: php71u-pecl-xdebug
php71u-pecl-yaml-debuginfo.x86_64 : Debug information for package
: php71u-pecl-yaml
php71u-pgsql.x86_64 : A PostgreSQL database module for PHP
php71u-process.x86_64 : Modules for PHP script using system process interfaces
php71u-pspell.x86_64 : A module for PHP applications for using pspell interfaces
php71u-recode.x86_64 : A module for PHP applications for using the recode
php71u-snmp.x86_64 : A module for PHP applications that query SNMP-managed
php71u-soap.x86_64 : A module for PHP applications that use the SOAP protocol
php71u-tidy.x86_64 : Standard PHP module provides tidy library support
php71u-xml.x86_64 : A module for PHP applications which use XML
php71u-xmlrpc.x86_64 : A module for PHP applications which use the XML-RPC
php71w-bcmath.x86_64 : A module for PHP applications for using the bcmath
php71w-cli.x86_64 : Command-line interface for PHP
php71w-common.x86_64 : Common files for PHP
php71w-dba.x86_64 : A database abstraction layer module for PHP applications
php71w-devel.x86_64 : Files needed for building PHP extensions
php71w-embedded.x86_64 : PHP library for embedding in applications
php71w-enchant.x86_64 : Enchant spelling extension for PHP applications
php71w-fpm.x86_64 : PHP FastCGI Process Manager
php71w-gd.x86_64 : A module for PHP applications for using the gd graphics
php71w-imap.x86_64 : A module for PHP applications that use IMAP
php71w-interbase.x86_64 : A module for PHP applications that use
php71w-intl.x86_64 : Internationalization extension for PHP applications
php71w-ldap.x86_64 : A module for PHP applications that use LDAP
php71w-mbstring.x86_64 : A module for PHP applications which need multi-byte
php71w-mcrypt.x86_64 : Standard PHP module provides mcrypt library support
php71w-mysql.x86_64 : A module for PHP applications that use MySQL databases
php71w-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases
php71w-odbc.x86_64 : A module for PHP applications that use ODBC databases
php71w-pdo.x86_64 : A database access abstraction module for PHP applications
php71w-pdo_dblib.x86_64 : MSSQL database module for PHP
php71w-pear.noarch : PHP Extension and Application Repository framework
php71w-pecl-igbinary.x86_64 : Replacement for the standard PHP serializer
php71w-pecl-xdebug.x86_64 : PECL package for debugging PHP scripts
php71w-pgsql.x86_64 : A PostgreSQL database module for PHP
php71w-phpdbg.x86_64 : Interactive PHP debugger
php71w-process.x86_64 : Modules for PHP script using system process interfaces
php71w-pspell.x86_64 : A module for PHP applications for using pspell interfaces
php71w-recode.x86_64 : A module for PHP applications for using the recode
php71w-snmp.x86_64 : A module for PHP applications that query SNMP-managed
php71w-soap.x86_64 : A module for PHP applications that use the SOAP protocol
php71w-tidy.x86_64 : Standard PHP module provides tidy library support
php71w-xml.x86_64 : A module for PHP applications which use XML
php71w-xmlrpc.x86_64 : A module for PHP applications which use the XML-RPC
uwsgi-plugin-php71u.x86_64 : uWSGI - Plugin for PHP support
uwsgi-plugin-php71u-debuginfo.x86_64 : Debug information for package
: uwsgi-plugin-php71u
php71-build.x86_64 : Package shipping basic build configuration
php71-php-ast.x86_64 : Abstract Syntax Tree
php71-php-horde-horde-lz4.x86_64 : Horde LZ4 Compression Extension
php71-php-ioncube-loader.x86_64 : Loader for ionCube Encoded Files with ionCube
php71-php-opcache.x86_64 : The Zend OPcache
php71-php-pdo-dblib.x86_64 : PDO driver Microsoft SQL Server and Sybase
php71-php-pecl-amqp.x86_64 : Communicate with any AMQP compliant server
php71-php-pecl-apcu.x86_64 : APC User Cache
php71-php-pecl-apcu-bc.x86_64 : APCu Backwards Compatibility Module
php71-php-pecl-apcu-devel.x86_64 : APCu developer files (header)
php71-php-pecl-apfd.x86_64 : Always Populate Form Data
php71-php-pecl-bitset.x86_64 : BITSET library
php71-php-pecl-cmark.x86_64 : CommonMark extension
php71-php-pecl-crypto.x86_64 : Wrapper for OpenSSL Crypto Library
php71-php-pecl-dbase.x86_64 : dBase database file access functions
php71-php-pecl-dio.x86_64 : Direct I/O functions
php71-php-pecl-eio.x86_64 : Provides interface to the libeio library
php71-php-pecl-env.x86_64 : Load environment variables
php71-php-pecl-ev.x86_64 : Provides interface to libev library
php71-php-pecl-event.x86_64 : Provides interface to libevent library
php71-php-pecl-fann.x86_64 : Wrapper for FANN Library
php71-php-pecl-gender.x86_64 : Gender Extension
php71-php-pecl-geoip.x86_64 : Extension to map IP addresses to geographic places
php71-php-pecl-gmagick.x86_64 : Provides a wrapper to the GraphicsMagick library
php71-php-pecl-gnupg.x86_64 : Wrapper around the gpgme library
php71-php-pecl-grpc.x86_64 : General RPC framework
php71-php-pecl-handlebars.x86_64 : Handlebars templating language
php71-php-pecl-hrtime.x86_64 : High resolution timing
php71-php-pecl-http.x86_64 : Extended HTTP support
php71-php-pecl-http-devel.x86_64 : Extended HTTP support developer files
php71-php-pecl-igbinary-devel.x86_64 : Igbinary developer files (header)
php71-php-pecl-imagick.x86_64 : Extension to create and modify images using
php71-php-pecl-imagick-devel.x86_64 : imagick extension developer files (header)
php71-php-pecl-inotify.x86_64 : Inotify
php71-php-pecl-ip2location.x86_64 : Get geo location information of an IP
php71-php-pecl-json-post.x86_64 : JSON POST handler
php71-php-pecl-jsond.x86_64 : JavaScript Object Notation
php71-php-pecl-jsond-devel.x86_64 : JSOND developer files (header)
php71-php-pecl-krb5.x86_64 : Kerberos authentification extension
php71-php-pecl-krb5-devel.x86_64 : Kerberos extension developer files (header)
php71-php-pecl-libsodium.x86_64 : Wrapper for the Sodium cryptographic library
php71-php-pecl-libsodium2.x86_64 : Wrapper for the Sodium cryptographic library
php71-php-pecl-lua.x86_64 : Embedded lua interpreter
php71-php-pecl-lzf.x86_64 : Extension to handle LZF de/compression
php71-php-pecl-memcache.x86_64 : Extension to work with the Memcached caching
php71-php-pecl-memcached.x86_64 : Extension to work with the Memcached caching
php71-php-pecl-memprof.x86_64 : Memory usage profiler
php71-php-pecl-molten.x86_64 : Extension for application tracing
php71-php-pecl-mosquitto.x86_64 : Extension for libmosquitto
php71-php-pecl-msgpack.x86_64 : API for communicating with MessagePack
php71-php-pecl-msgpack-devel.x86_64 : MessagePack developer files (header)
php71-php-pecl-mustache.x86_64 : Mustache templating language
php71-php-pecl-mysql.x86_64 : MySQL database access functions
php71-php-pecl-mysql-xdevapi.x86_64 : MySQL database access functions
php71-php-pecl-opencensus.x86_64 : A stats collection and distributed tracing
php71-php-pecl-parle.x86_64 : Parsing and lexing
php71-php-pecl-pdflib.x86_64 : Package for generating PDF files
php71-php-pecl-pq.x86_64 : PostgreSQL client library (libpq) binding
php71-php-pecl-propro.x86_64 : Property proxy
php71-php-pecl-psr.x86_64 : PSR interfaces
php71-php-pecl-radius.x86_64 : Radius client library
php71-php-pecl-raphf.x86_64 : Resource and persistent handles factory
php71-php-pecl-rdkafka.x86_64 : Kafka client based on librdkafka
php71-php-pecl-redis.x86_64 : Extension for communicating with the Redis
php71-php-pecl-redis4.x86_64 : Extension for communicating with the Redis
php71-php-pecl-request.x86_64 : Server-side request and response objects
php71-php-pecl-rpminfo.x86_64 : RPM information
php71-php-pecl-scrypt.x86_64 : Scrypt hashing function
php71-php-pecl-solr2.x86_64 : API orientée objet pour Apache Solr
php71-php-pecl-ssdeep.x86_64 : Wrapper for libfuzzy library
php71-php-pecl-ssh2.x86_64 : Bindings for the libssh2 library
php71-php-pecl-stackdriver-debugger.x86_64 : Investigate your code behavior in
php71-php-pecl-stats.x86_64 : Routines for statistical computation
php71-php-pecl-stomp.x86_64 : Stomp client extension
php71-php-pecl-swoole-serialize.x86_64 : Fast and Small serialize
php71-php-pecl-sync.x86_64 : Named and unnamed synchronization objects
php71-php-pecl-taint.x86_64 : XSS code sniffer
php71-php-pecl-tcpwrap.x86_64 : Tcpwrappers binding
php71-php-pecl-timecop.x86_64 : Time travel and freezing extension
php71-php-pecl-trader.x86_64 : Technical Analysis for traders
php71-php-pecl-ui.x86_64 : UI API
php71-php-pecl-uopz.x86_64 : User Operations for Zend
php71-php-pecl-uploadprogress.x86_64 : An extension to track progress of a file
php71-php-pecl-uv.x86_64 : Libuv wrapper
php71-php-pecl-varnish.x86_64 : Varnish Cache bindings
php71-php-pecl-weakref.x86_64 : Implementation of weak references
php71-php-pecl-xattr.x86_64 : Extended attributes
php71-php-pecl-xdiff.x86_64 : File differences/patches
php71-php-pecl-xlswriter.x86_64 : An efficient and fast xlsx file export
php71-php-pecl-xmldiff.x86_64 : XML diff and merge
php71-php-pecl-yac.x86_64 : Lockless user data cache
php71-php-pecl-yaconf.x86_64 : Yet Another Configurations Container
php71-php-pecl-yaf.x86_64 : Yet Another Framework
php71-php-pecl-yar.x86_64 : Light, concurrent RPC framework
php71-php-pecl-yaz.x86_64 : Z39.50/SRU client
php71-php-pecl-zip.x86_64 : Une extension de gestion des ZIP
php71-php-pecl-zmq.x86_64 : ZeroMQ messaging
php71-php-pggi.x86_64 : GTK bindings
php71-php-phalcon3.x86_64 : Phalcon Framework
php71-php-phpiredis.x86_64 : Client extension for Redis
php71-php-pinba.x86_64 : Client extension for Pinba statistics server
php71-php-wkhtmltox.x86_64 : HTML Converter
php71-php-zephir-parser.x86_64 : Zephir parser extension
php71-zephir-parser.x86_64 : Zephir parser extension
php71u-opcache.x86_64 : The Zend OPcache
php71u-pdo-dblib.x86_64 : PDO driver Microsoft SQL Server and Sybase databases
php71u-pecl-amqp.x86_64 : Communicate with any AMQP compliant server
php71u-pecl-apcu.x86_64 : APC User Cache
php71u-pecl-apcu-bc.x86_64 : APCu Backwards Compatibility Module
php71u-pecl-apcu-devel.x86_64 : APCu developer files (header)
php71u-pecl-apcu-panel.noarch : APCu control panel
php71u-pecl-geoip.x86_64 : Extension to map IP addresses to geographic places
php71u-pecl-igbinary-devel.x86_64 : Igbinary developer files (header)
php71u-pecl-imagick.x86_64 : Provides a wrapper to the ImageMagick library
php71u-pecl-lzf.x86_64 : Extension to handle LZF de/compression
php71u-pecl-memcached.x86_64 : Extension to work with the Memcached caching
php71u-pecl-redis.x86_64 : Extension for communicating with the Redis key-value
php71u-pecl-yaml.x86_64 : Support for YAML 1.1 serialization using the LibYAML
php71w-opcache.x86_64 : An opcode cache Zend extension
php71w-pecl-apcu.x86_64 : APCu - APC User Cache
php71w-pecl-apcu-devel.x86_64 : APCu developer files (header)
php71w-pecl-geoip.x86_64 : Extension to map IP addresses to geographic places
php71w-pecl-igbinary-devel.x86_64 : Igbinary developer files (header)
php71w-pecl-imagick.x86_64 : Provides a wrapper to the ImageMagick library
php71w-pecl-imagick-devel.x86_64 : Imagick developer files (header)
php71w-pecl-libsodium.x86_64 : Wrapper for the Sodium cryptographic library
php71w-pecl-memcached.x86_64 : Extension to work with the Memcached caching
php71w-pecl-mongodb.x86_64 : PECL package MongoDB driver
php71w-pecl-redis.x86_64 : Extension for communicating with the Redis key-value