Page MenuHomeDevCentral

PhpFpmEnvironment::getEnvironmentVariables refactoring
ClosedPublic

Authored by dereckson on Nov 8 2015, 22:58.
Referenced Files
Unknown Object (File)
Fri, Feb 27, 07:02
Unknown Object (File)
Tue, Feb 24, 04:40
Unknown Object (File)
Tue, Feb 24, 01:28
Unknown Object (File)
Wed, Feb 18, 06:49
Unknown Object (File)
Mon, Feb 16, 11:40
Unknown Object (File)
Mon, Feb 16, 07:14
Unknown Object (File)
Sun, Feb 15, 23:46
Unknown Object (File)
Sun, Feb 15, 15:06
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.