

- #Download xampp for mac mavericks install
- #Download xampp for mac mavericks update
- #Download xampp for mac mavericks manual
If you are just starting out with local WordPress development and want to polish your skills as a WordPress developer, the offline platform is an ideal option. Here are three main reasons why you should have a local WordPress dev environment Learning and Development

#Download xampp for mac mavericks install
These essentially execute the run process as the pecl-managed install in method 1.But today, I am only going to discuss WordPress installation locally on your computer. Go to the directory containing the extracted package, and execute the four command lines below. Untar the package, extracting it anywhere you like.Download the oci8 PECL package from /package/oci8.However, it has the advantage of allowing you to choose specific OCI8 versions depending on the package file you download.
#Download xampp for mac mavericks manual
This is a slightly more manual variation of method 1. You should add "extension=oci8.so" to php.ini Install ok: channel:///oci8-2.0.8Ĭonfiguration option "php_ini" is not set to php.ini location In my case, a few minor warning messages were displays about items in the source code - but these looked safe to ignore and didn’t interfere with the build process.Įventually, a success message should be displayed similar to that below: Just enter the following command:Ī series of automated checks will flash past in your terminal screen as PECL checks your environment and prerequisites - then performs the build. The install process using homebrew is very easy. This is another tool used by open source projects to generate makefiles and dynamic libraries.
#Download xampp for mac mavericks update
If PEAR and PECL are already installed, the following commands will update you to the latest version: PEAR and PECL are bundled together so that it’s single install as per these instructions. The latter is essential for compiling the Oracle OCI8 library (written in C). These are both extension libraries for PHP.

Apple’s Xcode command-line tools (ideally v6.1 or above).Oracle Instant Client and the SDK - as per these install instructions.There are several pre-requisites for configuring OCI8: Mostly they’re intended to help me in the event I ever need to repeat the process with a brand new Mac - but hopefully they might also help others attempting the same process. As such, these notes cover the final install method I used. Typically, after several attempted installs, trying different variations, the solution to get things working was very simple … but missing one documented step. I thought that OCI8 was be just a simple install - but it turned out to be the trickiest part. There are other methods such as the Zen Framework where all that stuff comes built-in … but I don’t necessarily want to be tied to that ongoing. 26 JanuaryThe last major step for getting an Oracle development environment functioning on my Mac Mini was the setup of the OCI8 connector needed to enable PHP connectivity through to my Oracle database.
