Get your Local Web Development Environment Up & Running on macOS Catalina 10.15 With Apples’ new macOS Catalina 10.15 available for download, here is how to get the AMP stack up and running on the new macOS. This tutorial will go through the process of getting Apache, MySQL, PHP (or otherwise known as the ‘AMP’ stack) and phpMyAdmin running on the new mac OS Catalina. This tutorial …
Read More
Search Results for: mac php
Upgrade to PHP 7.3 or 7.2 on macOS Mojave, Sierra or on OSX 10.6 – 10.11
macOS Mojave ships with PHP 7.1, High Sierra 7.1, Sierra ships with PHP 5.6, OSX 10.11 El Capitan with PHP 5.5.x, there is an easy upgrade method to either the latest PHP version 7.3 or 7.2 or you can also go back to the older stable version 5.6. PHP versions 5.5 and older are now considered end …
Read More
Install Apache, MySQL, PHP on macOS Mojave 10.14
Get your Local Web Development Environment Up & Running on macOS Mojave 10.14 With Apples’ new macOS Mojave 10.14 available for download, here is how to get the AMP stack up and running on the new macOS. This tutorial will go through the process of getting Apache, MySQL, PHP (or otherwise known as the ‘AMP’ stack) and phpMyAdmin running on the new macOS Mojave. macOS Catalina …
Read More
Install Apache, MySQL, PHP on macOS High Sierra 10.13
Get your Local Web Development Environment Up & Running on macOS High Sierra 10.13 With Apples’ new macOS High Sierra 10.13 available for download, here is how to get the AMP stack up and running on the new macOS. This tutorial will go through the process on getting Apache, MySQL, PHP (or otherwise known as the ‘AMP’ stack) and phpMyAdmin running on the new mac OS High …
Read More
Get Apache, MySQL, PHP and phpMyAdmin working on macOS Sierra
Get your Local Web Development Environment Up & Running on macOS Sierra With Apples’ new macOS Sierra now in public beta, here is how to get the AMP stack up and running on the new macOS. This tutorial will go through the process on getting Apache, MySQL, PHP (or otherwise known as the ‘AMP’ stack) and phpMyAdmin running on the new mac OS Sierra. This tutorial sets up …
Read More
Install mcrypt for php on Mac OSX 10.11 El Capitan for a Development Server
mcrypt is a file encryption method using secure techniques to exchange data. It is required for some web apps for example Magento, the shopping cart software or a php framework like Laravel. This tutorial has been tested in OSX 10.11El Capitan . This guide is really for users with the version of PHP that shipped with …
Read More
Install mcrypt for php on Mac OSX 10.10 Yosemite for a Development Server
mcrypt is a file encryption method using secure techniques to exchange data. It is required for some web apps for example Magento, the shopping cart software or a php framework like Laravel. This tutorial has been tested in OSX 10.10 Yosemite. This guide is really for users with the version of PHP that shipped with OSX …
Read More
How to Install mcrypt for php on Mac OSX 10.9 Mavericks for a Development Server
The mcrypt extension is missing. Please check your PHP configuration. The above error appears after you successfully get phpMyAdmin up and running on OS X, generally you don’t have to worry about it, you only need to address the error if you are going to use a web application that requires it, for example Magento, the shopping …
Read More