On Sun, Sep 20, 2009 at 12:41 AM, Gordon Pettey <petteyg359@gmail.com> wrote:
> What does php-fpm 0.6.x get from the required PHP sources? Would it be
fpm links to $(PHP_OBJS). This is all of the php object files - minus
3 sapi files. Then fpm links them to its' own sapi files to make the
php binary program.
> possible to do whatever it does with phpize (and wouldn't it have to,
> to become PECL?)?
No, it's not possible because FPM is a sapi which is a very different
kind of php subcomponent than an extension. Then this becomes more of
an architectural question about the inner-workings of php. Read up on
'php sapi' to get a better understanding of it.
dreamcat4
dreamcat4@gmail.com