Page MenuHomeDevCentral

PhpFpmEnvironment::getEnvironmentVariables refactoring
ClosedPublic

Authored by dereckson on Nov 8 2015, 22:58.
Referenced Files
F4080107: D36.id90.diff
Fri, Jan 31, 15:04
Unknown Object (File)
Wed, Jan 29, 11:31
Unknown Object (File)
Wed, Jan 29, 11:31
Unknown Object (File)
Wed, Jan 29, 11:31
Unknown Object (File)
Sun, Jan 26, 12:19
Unknown Object (File)
Wed, Jan 22, 06:28
Unknown Object (File)
Mon, Jan 20, 04:19
Unknown Object (File)
Tue, Jan 14, 15:13
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.