How to read PHP-FPM config values using phpinfo
[email protected] (Amiya Maji)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I am using PHP-FPM with Apache 2.4. I periodically change my php-fpm.conf and reload it by sending USR2 signal to the FPM process. Is there a way to print the updated parameters in FPM using phpinfo(). At present I am not seeing any FPM specific parameters in phpinfo. Any suggestion is appreciated. Thanks! Amiya.