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

IBuildings techPortal: Using PHP_CodeSniffer

HowTo Forge: Intrusion Detection For PHP Applications With PHPIDS

Alex Simonenko's Blog: Installing PHP 5.3.6 on OS X Lion

DeveloperTutorials.com: WordPress Customization

DevShed: Enhancing a URL Handling Helper Class in PHP 5


Community Events











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


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

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