Page MenuHomeDevCentral

PhpFpmEnvironment::getEnvironmentVariables refactoring
ClosedPublic

Authored by dereckson on Nov 8 2015, 22:58.
Referenced Files
F21378724: D36.id77.diff
Wed, Jan 21, 20:02
F21373667: D36.id90.diff
Wed, Jan 21, 18:47
F21364097: D36.diff
Wed, Jan 21, 16:41
Unknown Object (File)
Fri, Jan 16, 05:54
Unknown Object (File)
Fri, Jan 9, 00:06
Unknown Object (File)
Mon, Dec 29, 20:35
Unknown Object (File)
Sun, Dec 28, 06:55
Unknown Object (File)
Fri, Dec 26, 00:42
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.