8.0-xml \ php8.0-fpm \ php8.0-cli \ php8.0-opcach \ php8.0-readli \ php8.0-curl \ php8.0-gd \ php8.0-intl \ php8.0-mysql \ php8.0-mbstri \ php8.0-soap \ php8.0-zip \ php8.0-bcmath \ php8.0-sqlite3 \ php8.0-ssh2 \ php8.0-apcu \ php8.0-tidy \ php8.0-redis \ php8.0...
sudodnfinstallphp-{cli,fpm,curl,mysqlnd,gd,opcache,zip,intl,common,bcmath,imagick,xmlrpc,json,readline,memcached,redis,mbstring,apcu,xml,dom,memcache} Now, let’s break down what each of these PHP extensions does: php-cli: Command Line Interface for PHP, helpful in running PHP scripts in the...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} mlocati / docker-php-extension-installer Public Notifications You must be signed in to change notification settings Fork 382 Star 4.2k ...
sudo sed -i '/apcu.so/a apc.enable_cli=1' /etc/php/8.2/cli/conf.d/20-apcu.ini sudo php -ini|grep apc sudo apt-cache policy php-redis sudo apt-get install php-redis redis redis-server #添加config.php配置文件 vim /var/www/nextcloud/config/config.php 'theme' => '', 'loglevel'...
sudo yum install php-mysqlnd php-pdo php-gd php-xml php-mbstring php-mcrypt php-pecl-apcu php-cli php-pear Install PHP Extensions in Linux Once PHP is installed, restart the Apache service to apply the changes. sudo systemctl restart httpd Step 3: Installing MySQL or MariaDB in Linux...
echo -e "\t${CMSG}2${CEND}. Install APCU" echo -e "\t${CMSG}3${CEND}. Install XCache" echo -e "\t${CMSG}4${CEND}. Install eAccelerator-0.9" read -e -p "Please input a number:(Default 1 press Enter) " phpcache_option phpcache_option=${phpcache_option:-1} ...
Then install PHP8.0 and the extensions required by Shlink. sudo apt install php-apcu php8.0 php8.0-fpm php8.0-mysql php8.0-gd php8.0-common php8.0-curl php8.0-intl php8.0-gmp php8.0-xml If you useApacheweb server, you need to run the following commands to make it use PHP8.0-FPM. ...
Installing Apache2 webserver, MySql or MariaDB server, and the latest PHP version, onto Linux Ubuntu Server 24.04 LTS Installing APCu Memcache for NextCloud 27.0 on Ubuntu 22.04 Installing NextCloud 19.0.0 on Linux Ubuntu 20.04 LTS with Apache2 Webserver ...
install-php-extensions @fix_letsencrypt Supported PHP extensions ExtensionPHP 5.5PHP 5.6PHP 7.0PHP 7.1PHP 7.2PHP 7.3PHP 7.4PHP 8.0PHP 8.1PHP 8.2PHP 8.3 amqp ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ apcu ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ apcu_bc ✓ ...
To enable thePHP 8.0module, run the command: $ sudo dnf module enable php:remi-8.0 -y Now, you can installPHP 8.0and otherPHPextensions required for the installation as shown. $ sudo dnf install php php-{mbstring,mysqli,xml,cli,ldap,openssl,xmlrpc,pecl-apcu,zip,curl,gd,json,session,ima...