Upgrade to PHP 5.5 on OS X 10.8 Mountain Lion
The following is a rapid installation of PHP 5.5 on OS X 10.8. This compiles 5.5 from source, including two required libraries and finding the...
If you have MAMP installed on your Mac OS X box, you're probably going to want command line access to those applications at some point. Assuming you're running a default install you'll run into difficulty when you type php or mysql without logging into the appropriate directory. In MAMP the directories are as follows: /Applications/MAMP/bin/php5/bin/php
The following is a rapid installation of PHP 5.5 on OS X 10.8. This compiles 5.5 from source, including two required libraries and finding the...
I recently had to install a FTP client on one of our live servers. This was a first time occurrence for me, so I thought it might be useful to...
I know that in my previous post, mocking API's in Golang, I said I would talk about testing, but I lied. To your face.