Page MenuHomeDevCentral

PhpFpmEnvironment::getEnvironmentVariables refactoring
ClosedPublic

Authored by dereckson on Nov 8 2015, 22:58.
Referenced Files
Unknown Object (File)
Sun, Jul 27, 15:28
Unknown Object (File)
Sun, Jul 27, 10:46
Unknown Object (File)
Sun, Jul 27, 04:34
Unknown Object (File)
Sat, Jul 26, 12:47
Unknown Object (File)
Mon, Jul 21, 00:21
Unknown Object (File)
Fri, Jul 18, 21:36
Unknown Object (File)
Thu, Jul 10, 19:52
Unknown Object (File)
Wed, Jul 9, 10:59
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.