|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2021-05-28 11:12 UTC] cmb@php.net
-Status: Open
+Status: Feedback
-Assigned To:
+Assigned To: cmb
[2021-05-28 11:12 UTC] cmb@php.net
[2021-06-06 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 07:00:01 2025 UTC |
Description: ------------ Allow the easy programmatic setting of environmental variables for php scripts in FPM. Such that getenv('var') works. It could work like this; Specify a bash or php script in the pool config file, this script is run once when php-fpm starts. The script can be used to set environmental variables that are available to the php script when executed. Do NOT want to set environmental variables in php-fpm config files. Want the FPM environment to mirror the CLI environment.