PHP Build automation
I whipped together a simple PHP script for automating the build process of installing a new PHP version. It’s designed for people like me who do installs of PHP that use extensions instead of building everything in. It automatically tries to figure out what extensions you got loaded that aren’t typically built-in and builds & installs those after building & installing PHP.
Basic usage:
- Edit the file to reflect any configure options, and if desired manually specify extensions you want which will disable the automatic detection
- $ php build_php.php /Users/jerome/php-5.2.1
Technorati Tags: development, php, tool, script