Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Erik S.Erik S.Change Log Group
FixedChange Log Message
The Phing could have used different PHP versions (depending on a command) during the Build.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
20m loggedStory Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Erik S.
Erik S.Change Log Group
Fixed
Change Log Message
The Phing could have used different PHP versions (depending on a command) during the Build.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
20m logged
Story Points
1
Fix versions
Created November 17, 2024 at 5:02 PM
Updated December 29, 2024 at 8:46 PM
Resolved November 22, 2024 at 10:58 AM
The Phing uses the given PHP binary only for main build script execution, but for subscript executions (e.g. “phpcpd” and “inportal-deploy” tasks) the system-wide PHP binary is used.