Re: [PHP-INSTALL] ./configure options for building php 5.5.21
[email protected] (William Andreozzi) Fri, 17 Apr 2015 17:11:02 +0000
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
Using php -i for the yum installed version of php is not showing that section; I only see the “configure” section for php builds that I’ve built from source. Thanks - Bill On 4/17/15, 10:05 AM, "Rasmus Lerdorf" <[email protected]> wrote: >On 04/17/2015 10:02 AM, William Andreozzi wrote: >> What is the easiest why to get the configuration options that were used >> for a particular php package. I’ve installed php by “yum install php55” >> - which installed 5.5.21; but I’d like to build a version of it with >> debug symbols etc but am not sure what the ./configure settings are to >> match the version that was installed. >> >> Is there a resource that I can use or a command that can be run to view >> this? I know that php –I works for versions that I’ve built because it >> shows the ./configure options used; but not when downloading the >>package. >> >> Any ideas or links would be greatly appreciated. > >The configure line is at the top of the phpinfo() or "php -i" output. > >