XCache vs APC PHP 5.4.x
Recently I decided to run some upgrades on my servers, and go up to PHP 5.5. I’ve been using APC for a while (convenience) – usually is also bundled with all available repositories, or you...
Recently I decided to run some upgrades on my servers, and go up to PHP 5.5. I’ve been using APC for a while (convenience) – usually is also bundled with all available repositories, or you...
Quick tutorial how to setup proper unit testing with PHPUnit and CodeIgniter 3.0. We need couple elements CodeIgniter – we are working with version 3.0rc3 PHPUnit – latest one If you don’t have phpunit installed globally,...
Recently I made couple of updates for CodeIgniter minify library. It’s more modular, it has multiple compression engines for JS and CSS. Also you could overwrite default file names for generated files. I strongly...
It’s just a short instructions how to run Apache and PHP on OS X Yosemite. PHP and Apache are already there – just need to run Apache and enable PHP. Video showing up whole...