PHP 7.4 on Rocky Linux
see: https://www.tecmint.com/install-php-7-on-rocky-linux/
Continue reading →see: https://www.tecmint.com/install-php-7-on-rocky-linux/
Continue reading →PHP 7.3 is the latest stable release of PHP. May of popular yum repositories is providing rpm packages for PHP 7. This article is using Remi and EPEL yum repositories for installing required packages on your system. This article will … Continue reading →
Not sure where I found this. Using PHP, calculate the time difference between two time zones <?php /** Returns the offset from the origin timezone to the remote timezone, in seconds. * @param $remote_tz; * @param $origin_tz; If null the … Continue reading →