Short answer: I can’t, but I’d be very very happy if someone could help me update this post to get it to install!
Tag Archives: macports
Clickable stack traces with PHP Xdebug and Sublime Text (other editors/IDEs are available)
Have a look at this. Ugly, isn’t it? But so so useful.
Installing ImageMagick on MacPorts and imagick on PECL
Over the last few hours I’ve installed ImageMagick on MacPorts (super easy), and imagick on PECL (not so much). Xentek‘s post on ImageMagick and imagick was a great help, and got me past the first brick wall I hit (passing in the ImageMagick prefix to prevent it complaining about Wand-config)… but then I couldn’t get …
Continue reading “Installing ImageMagick on MacPorts and imagick on PECL”
PHP error logs with MacPorts on OSX
I’ve recently had to switch laptops while my main machine is in for repair (again), and this has reminded me of an issue I seem to encounter with MacPorts PHP. I make extensive use of the PHP function error_log during development, to track variables and ensure that things within the code are as I expect. …