freebsd-install-php-7

FreeBSD install PHP 7.2 with FPM for Nginx nixCraft

How do I install install PHP 7.2 with FPM for Nginx web server running on FreeBSD operating system?Introduction: PHP is an acronym for “PHP: Hypertext Preprocessor.” It is an open source general-purpose scripting language. PHP is handy for web development and to run popular software such as MediaWiki, WordPress, and more. PHP is easy to…

Read More
folders-on-top-with-el-capitan

Folders on top with El Capitan

For the last three years I’ve been happily seeing folders at the top of all file lists in my Mac’s Finder windows, thanks to a wonderful little free utility called XtraFinder. Then came El Capitan, with its extra security features, and boom! No more ExtraFinder. Well, if you disable the new security features, XtraFinder will…

Read More
gorilla-chimp

Install St George IPG on CentOS with cPanel

yum install swig gcc gcc-c++ autoconf automake sed php-devel mkdir -p /opt/stgeorgeipg/ && cd /opt/stgeorgeipg/ wget –user-agent=”Mozilla/5.0 (Windows NT 5.2; rv:2.0.1) Gecko/20100101 Firefox/4.0.1″ https://www.ipg.stgeorge.com.au/downloads/StGeorgeLinuxAPI-3.3.tar.gz tar -xvzf StGeorgeLinuxAPI-3.3.tar.gz cd webpaySWIG-3.3 Once downloaded and extracted, edit the makefilePhp5 as follows: PHP_EXTENSIONS = /usr/local/lib/php/extensions/no-debug-non-zts-20100525 PHP_INCLUDE_DIR = /home/cpeasyapache/src/php-5.4.35/ Note the paths may vary on different PHP versions. make -f…

Read More