Quality with Simplicity

WEBIT BLOG WEBIT BLOG

Latest posts

PHP 5.3.1 running on FreeBSD

clock
Portfolio item posted on Friday, December 4th 2009 at 5:26 pm
Bookmark and Share

We have upgraded our latest development and testing environments with 5.3.1 running on FreeBSD. For those that want a hand, here are the steps to patch the port (remember to run portsnap fetch update first!):


fetch http://www.alexdupre.com/php53.diff
mv php53.diff ~/
cd /usr/ports
patch -p0 -E < ~/php53.diff

Customers running on our managed environments (servers Red, Grey, Green) can rest assured their software/sites will be fully tested in our development environment before PHP is upgraded.

Comments are closed.