php-src/sapi/fpm
Nikita Popov 2c15c9ce80 Rehash function table after disabling functions
To perform fast shutdown without full table cleanup we need all
internal functions to be in one continuous chunk. This was
violated when functions were deleted via disable_functions.

This drops the zend_disable_function() API in favor of
zend_disable_functions(), which disables the given list of
functions and performs the necessary rehash afterwards.

Also drop PG(disabled_functions), which is no longer used.
2020-08-28 16:50:07 +02:00
..
fpm Rehash function table after disabling functions 2020-08-28 16:50:07 +02:00
tests FPM: Prevent warning with raising pm.max_children for shared pool 2020-08-04 21:01:13 +01:00
config.m4 sapi/fpm/config.m4: check for libapparmor's aa_change_profile() 2020-08-24 10:10:12 +02:00
CREDITS
init.d.php-fpm.in
LICENSE
Makefile.frag Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
php-fpm.8.in Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
php-fpm.conf.in Refactore FPM logging 2018-07-07 13:01:44 +01:00
php-fpm.service.in Fix bug #79014 (PHP-FPM & Primary script unknown) 2020-02-23 19:14:05 +00:00
status.html.in Merge branch 'PHP-7.2' into PHP-7.3 2019-04-20 19:12:31 +02:00
www.conf.in FPM: Add pm.status_listen option 2020-08-03 19:14:13 +01:00