Re: [PHP-INSTALL] PHP Compile Options?
[email protected] ("Eugene M. Zheganin") Tue, 16 Sep 2014 10:21:30 +0600
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
Hi. On 16.09.2014 03:08, Alexander Mikhaelson wrote: > I hope this works, first time using the php mailing list. > > Is someone available to explain to me the options (just the options, > i.e., --with) for compiling php from source? I tried to do it myself, > but I don't understand all of the options and it makes it very > difficult to evaluate whether or not I should use an option. > This is really simple: if you're not really sure you need the option - don't use it. This principle applies to both types of options - the ones that you know what they do, and another ones, those that meaning you are completely unaware about. For the first time just do a default '--configure --prefix=...' . This may be will add one or two takes to get an installation that will fit your needs, but you will definitely get more understanding. Eugene.