PHP setlocale and strftime Not Working
In this article we will install a new locale using dpkg-reconfigure to resolve problems with PHP setlocale and strftim.
How to Run Multiple PHP Versions with Apache on Ubuntu 20.04 / 18.04 / 16.04
ow to run multiple versions of PHP (php5 and php7) at the same time on Apache using Virtual Hosts and .htaccess. Tested on Ubuntu 20.04, 18.04 and 16.04.
Problem with phpMyAdmin and PHP 7.2: “Warning in ./libraries/sql.lib.php#613 count(): Parameter must be an array or an object that implements Countable”
This is a compatibility issue with PHP 7.2 and phpMyAdmin v4.6.6. It's caused by a line of code in sql.lib.php.
Installing Nginx, MySQL, PHP (LEMP) Stack on Ubuntu 18.04 / 19.10
How-to guide on configuring a LEMP Stack for Ubuntu 18.04 / 19.10. Set up a web server with Nginx, MySQL and PHP. DigitalOcean Droplet support.
Installing PHP for Nginx on Ubuntu 18.04
How-to guide for installing and configuring PHP-FPM for Nginx on Ubuntu 18.04 LTS (Bionic Beaver). Tested and working on a DigitalOcean Droplet.
Installing Apache, MySQL, PHP (LAMP) Stack on Ubuntu 18.04 / 19.10
How-to guide on configuring a LAMP Stack for Ubuntu 18.04 / 19.10. Set up a web server with Apache, MySQL and PHP. DigitalOcean Droplet support.
Installing PHP for Apache on Ubuntu 18.04 Server
How-to guide for setting up PHP for Apache on Ubuntu Server 18.04 (Bionic Beaver). Tested with DigitalOcean Droplet and standalone install.
PHP Fatal error: Uncaught Error: Call to undefined function curl_init()
Where is the PHP Error Log in Nginx?
How to Enable PHP Short Open Tag (short_open_tag)?
How to enable PHP short_open_tag in Apache and Nginx by editing php.ini.