Page MenuHomeDevCentral

PhpFpmEnvironment::getEnvironmentVariables refactoring
ClosedPublic

Authored by dereckson on Nov 8 2015, 22:58.
Referenced Files
F48032492: D36.diff
Fri, Sep 4, 00:42
Unknown Object (File)
Thu, Sep 3, 04:46
Unknown Object (File)
Wed, Sep 2, 15:56
Unknown Object (File)
Wed, Sep 2, 09:24
Unknown Object (File)
Tue, Sep 1, 10:12
Unknown Object (File)
Wed, Aug 26, 00:04
Unknown Object (File)
Mon, Aug 24, 04:03
Unknown Object (File)
Mon, Aug 24, 03:49
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.