News Feed
Jobs Feed
Sections




News Archive
Derick Rethans' Blog:
Multiple PHP versions set-up
November 07, 2011 @ 09:14:00

Derick Rethans has a new post today looking at a method for setting up multiple PHP versions on the same machine and switch between them with a little help from some simple bash scripts.

For many of my projects (both hobby and commercial) I need to support many different PHP configurations. Not only just different PHP versions, but also debug builds, ZTS builds and 32-bit builds. In order to be able to test and build extensions against all those different PHP configurations I have adopted a simple method that I'm sharing with you here.

Using this script he can tell his system to pull the latest version of any release from SVN and try to compile it. The trick is putting each of them into a different directory under /usr/local. He uses another small shell function (with a function called "pe()") that sets up the pathing to the right release, complete with its own locations for PEAR/PECL and a php.ini.

0 comments voice your opinion now!
multiple version setup bash script switch tutorial


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Build Blazing Fast PHP Websites with Memcached Distributed Caching

Jim Plush\'s Blog: My-Bic Ajax Framework Video Tutorials Online

PHPBuilder.com: PHP Filters: An Important Security Feature

Ian Selby's Blog: Making RESTful Requests in PHP

Stubbles Blog: Stubbles 0.1.0 released


Community Events











Don't see your event here?
Let us know!


symfony2 development series database testing zendframework2 introduction functional podcast framework usergroup unittest conference phpunit community rest release interview opinion language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework