Introducing a really simple regression tester

Building on what I was talking about last week, I’ve spent a little time tidying up and genericising the simple regression test framework I often find myself using and have open sourced it over on Github. So without further ado, I’d like to introduce the Really Simple Test Framework! This is a PHP command line […]

Marcus Povey

Building on what I was talking about last week, I’ve spent a little time tidying up and genericising the simple regression test framework I often find myself using and have open sourced it over on Github. So without further ado, I’d like to introduce the Really Simple Test Framework! This is a PHP command line […]

How to set up ProFTP, MySQL and Virtual Users

ProFTP is a configurable FTP server available on most *nix platforms. I recently had the need to get this working and authenticating off a PHP maintained MySQL backend, and this post is primarily to aid my own memory should I ever have to do it again. Installing ProFTP In order to use MySQL as a […]

Marcus Povey

ProFTP is a configurable FTP server available on most *nix platforms. I recently had the need to get this working and authenticating off a PHP maintained MySQL backend, and this post is primarily to aid my own memory should I ever have to do it again. Installing ProFTP In order to use MySQL as a […]