Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[3.3][Process] BC break: exec seems always preprend #23495

Copy link
Copy link
Closed
@lyrixx

Description

@lyrixx
Issue body actions
Q A
Bug report? yes
Feature request? no
BC Break report? yes
RFC? no
Symfony version 3.3.0

The previous code worked on symfony < 3.3.0 and is now broken:

$builder = new ProcessBuilder([
    'command',
    '-v',
    'notify-send',
]);

I guess this is due to the (auto) prefixing of the exec command. So now, the buildin shell function command is not available anymore

ref: jolicode/JoliNotif#37

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.