Skip to content

Converting not work on Mac php without any message #414

@asika32764

Description

@asika32764

Example code:

        $r = exec(
            'pngauant image.png',
            $o,
            $rc
        );

        var_dump($r, $o, $rc);

The image was not converted and returns result code as 11:

string(0) ""
array(0) {
}
int(11)

Using Symfony process will result exception with this message:

The process has been signaled with signal "11".

But running pngauant in terminal is work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions