How to enable SOAP in php on linux(Debian 9/10)?

1.Assuming you do not see anything about SOAP in the phpinfo, see what PHP SOAP packages might be available to you. 2.In Ubuntu/Debian you can install with: After the installation, you might need to place an ini file and restart Apache.

How To Install PHP 7.4 on Debian 10 / Debian 9

====MAIN METHOD====== Step 1. Check PHP version -> output Step 2. Update System Maybe you will also need to reboot Debian. Step 3. Configure PHP 7.4 Repository Finally, use this command to add the repository Next, update system Step 4. Install PHP 7.4 on Debian 9/10 Finally, use this command to add the repository Now […]

How to Install Memcached on Debian

1. Login to your VPS 2.Step 1 – Install Memcached on Debian 3. Step 2 – Memcached Configuration For initial level configuration check for the following settings under Memcache configuration file /etc/memcached.conf. -d => Run Memcached in deamon mode. -m => Maximum memory to be used by Memcached. (default: 64 MB) -p => Define port […]