php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #73477 Environmental Variables
Submitted: 2016-11-08 14:04 UTC Modified: 2021-06-06 04:22 UTC
From: smith_it2000 at yahoo dot com Assigned: cmb (profile)
Status: No Feedback Package: FPM related
PHP Version: 7.0.13RC1 OS: Ubuntu
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: smith_it2000 at yahoo dot com
New email:
PHP Version: OS:

 

 [2016-11-08 14:04 UTC] smith_it2000 at yahoo dot com
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.






Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [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
Are you looking for the existing option clear_env[1]?

[1] <https://www.php.net/manual/en/install.fpm.configuration.php>
 [2021-06-06 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 07:01:27 2024 UTC