Once a package has been fetched, pecl install does nothing else than:

phpize, make, make install

and phpize does use php-config.


On Fri, Feb 24, 2012 at 9:51 PM, Tom Boutell <t...@punkave.com> wrote:
> On Fri, Feb 24, 2012 at 3:47 PM, Pierre Joye <pierre....@gmail.com> wrote:
>>
>> that's why php-config exists, use it to get which version of PHP is
>> installed or has to be used (nts, ts, php version, api version, etc.).
>> That's all parameter you need to know. php-config should give you the
>> path as well afair.
>
> Then shouldn't a 'make install' of PHP have changed php-config on the
> spot? Why wouldn't the pecl install I do immediately after that be
> aware of the changes? The delay is what's puzzling. What good does it
> do me to look at php-config output if pecl doesn't seem to?
>
> --
> Tom Boutell
> P'unk Avenue
> 215 755 1330
> punkave.com
> window.punkave.com



-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to