Page MenuHomeDevCentral

PhpFpmEnvironment::getEnvironmentVariables refactoring
ClosedPublic

Authored by dereckson on Nov 8 2015, 22:58.
Referenced Files
F10939299: D36.diff
Wed, Aug 6, 12:21
F10939279: D36.diff
Wed, Aug 6, 12:20
F10937899: D36.id90.diff
Wed, Aug 6, 07:45
F10937898: D36.id.diff
Wed, Aug 6, 07:44
F10937818: D36.id77.diff
Wed, Aug 6, 07:29
Unknown Object (File)
Sun, Jul 27, 15:28
Unknown Object (File)
Sun, Jul 27, 10:46
Unknown Object (File)
Sun, Jul 27, 04:34
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
No Lint Coverage
Unit
No Test Coverage
Branch
refactoring
Build Status
Buildable 23
Build 23: arc lint + arc unit

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.