./www/php-fpm, FPM interface for PHP7.4

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.4.33nb11, Package name: php74-fpm-7.4.33nb11, Maintainer: pkgsrc-users

PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI
implementation with some additional features useful for sites
of any size, especially busier sites.

These features include:

* Adaptive process spawning (NEW!)
* Basic statistics (ala Apache's mod_status) (NEW!)
* Advanced process management with graceful stop/start
* Ability to start workers with different uid/gid/chroot/environment
and different php.ini (replaces safe_mode)
* Stdout & stderr logging
* Emergency restart in case of accidental opcode cache destruction
* Accelerated upload support
* Support for a "slowlog"
* Enhancements to FastCGI, such as fastcgi_finish_request() - a special
function to finish request & flush all data while continuing to do
something time-consuming (video converting, stats processing, etc.)

... and much more.

It was not designed with virtual hosting in mind (large amounts of pools)
however it can be adapted for any usage model.


Required to run:
[textproc/libxml2] [security/openssl] [devel/readline] [devel/pcre2] [lang/php73]

Required to build:
[pkgtools/cwrappers]

Package options: inet6, readline, ssl

Master sites:

Filesize: 10175.922 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-01 17:17:37 by Takahiro Kambe | Files touched by this commit (1)
Log message:
www/php-fpm: fix build with php56
   2024-06-15 10:26:25 by Takahiro Kambe | Files touched by this commit (1)
Log message:
www/php-fpm: Run autoconf under CONFIGURE_ENV.

The same change as jperkin@ did.  (Thank you!)

Without this, depending on the user's LANG, the configure stage can break due
to the --disable-pdo option being parsed after the checks for individual PDO
modules, which then fail.  Something in the maze of m4 includes is dependent on
the locale for correct ordering when generating configure.
   2024-06-08 01:11:41 by Takahiro Kambe | Files touched by this commit (8)
Log message:
Fix build problem of www/ap-php and www/php-fpm.

Switch these packages to use autoconf, too.
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | Package updated
Log message:
massive revision bump after textproc/icu update
   2022-05-18 22:40:32 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (1)
Log message:
php-fpm: Improve rc file

pkgsrc changes:
---------------
  * Add comments about usage of this file in unprivileged.
  * Add _rc_subr_loaded variable for consistency with other rc files.
   2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | Package updated
Log message:
revbump for textproc/icu update
   2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063)
Log message:
revbump for icu and libffi