Re: [PHP-INSTALL] ./configure options for building php 5.5.21

William Andreozzi <[email protected]> Fri, 17 Apr 2015 19:15:23 +0000
Newsgroups gmane.comp.php.install
Message-ID <[email protected]>
Got the RPM and verified the configuration options - Thanks!




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.
>
>