Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Undefined constant "SIGTERM" #51905

Closed as not planned
Closed as not planned
@nimafallahian

Description

@nimafallahian

Symfony version(s) affected

6.3.5

Description

On the latest release for symfony/messenger 6.3.5, this function has been added:

public function getSubscribedSignals(): array
    {
        return $this->signals ?? [\SIGTERM, \SIGINT];
    }

to filemessenger/Command
/ConsumeMessagesCommand.php. This causes the error Undefined constant "SIGTERM" on the envs without the library being installed by default.

How to reproduce

Run commands on systems without SIGTERM defined by default

Possible Solution

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions