Page MenuHomeDevCentral

PhpFpmEnvironment::getEnvironmentVariables refactoring
ClosedPublic

Authored by dereckson on Nov 8 2015, 22:58.
Referenced Files
F11687455: D36.id.diff
Wed, Sep 10, 14:31
F11685880: D36.id.diff
Wed, Sep 10, 10:16
F11682410: D36.id.diff
Wed, Sep 10, 00:38
F11678325: D36.diff
Tue, Sep 9, 16:10
Unknown Object (File)
Tue, Sep 9, 08:22
Unknown Object (File)
Sun, Sep 7, 17:09
Unknown Object (File)
Thu, Aug 28, 08:25
Unknown Object (File)
Wed, Aug 27, 06:52
Subscribers
None

Details

Summary

Split PhpFpmEnvironment::getEnvironmentVariables in more discrete methods.

New static methods:

  • addTempEnvironmentVariables: add TMP, TEMP, TMPDIR env variable to an array
  • addPathEnvironmentVariables: add PATH env variable to an array
  • addHardcodedEnvironmentVariables: add both to an array
Test Plan

compare output before and after the change

Diff Detail

Repository
rDPHPFPM Docker image for Nginx, php-fpm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to PhpFpmEnvironment::getEnvironmentVariables refactoring.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: Sandlayth.
Sandlayth edited edge metadata.
This revision is now accepted and ready to land.Nov 10 2015, 09:21
This revision was automatically updated to reflect the committed changes.