Install Imagick with PHP 7.4 Debian
Follow this guide
For Debian servers already stripped of sudo. References: https://www.colinodell.com/blog/201911/how-to-install-php-74
How to install and configuration NGINX with PHP. It’s really simple. Install NGINX and php-fpm apt install nginx php-fpm Then […]
This entry will guide you on how to install APCu Object Cache for PHP 7.1 on Ubuntu 16.04. To ensure […]
<?php $url = ‘http://www.example.com/’; exec(‘wget -mk -w 1 ‘. $url); ?> References: http://fosswire.com/post/2008/04/create-a-mirror-of-a-website-with-wget/ http://stackoverflow.com/questions/12766811/mirror-a-site-using-php
Steps: Enable remote xdebug in php.ini you will add a line in php.ini xdebug.remote_enable=1 Test your connection, if it […]
If you get this error with VirtualMin. “ This is a PHP-FCGI limit error you’re receiving. You’ll need to […]
php -m | grep mcrypt $ php -m | grep mcrypt mcrypt
This one liner will fix your php-mcrypt, the last command tests to ensure mcrypt is properly installed. sudo ln […]
You will require autoconf. http://mac-dev-env.patrickbougie.com/autoconf/ Install via the above instructions will work. Also, using Homebrew will work. Cannot find […]
You must be logged in to post a comment.