BrianGilbert / OSXAegirInstaller

This script installs aegir on OSX using Homebrew
30 stars 10 forks source link

Make each version of php optional #21

Closed greggles closed 10 years ago

greggles commented 10 years ago

As I installed I noticed that a fair bit of time is spent compiling PHP.

Given that PHP5.5 was released so soon after PHP5.4 it seems likely that people on PHP5.3 will jump right to PHP5.5. Or perhaps people just don't care about PHP5.3 any more but do need PHP5.4 or PHP5.5. Whatever the scenario, it seems useful to make it optional to install the different versions of PHP.

BrianGilbert commented 10 years ago

I agree, it will also speed up the install considerably.

BrianGilbert commented 10 years ago

Now optional.. install time when selecting a single version of PHP is around 25minutes

greggles commented 10 years ago

Awesome, thanks!