Welcome! Log In Create A New Profile

Advanced

PHP source for configuring/making php-fpm 0.6.x

Posted by Gordon Pettey 
Gordon Pettey
PHP source for configuring/making php-fpm 0.6.x
September 19, 2009 07:42PM
What does php-fpm 0.6.x get from the required PHP sources? Would it be
possible to do whatever it does with phpize (and wouldn't it have to,
to become PECL?)?
dreamcat four
Re: PHP source for configuring/making php-fpm 0.6.x
September 20, 2009 03:58AM
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
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 308
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready