Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converting not work on Mac php without any message #414

Open
asika32764 opened this issue Dec 31, 2023 · 0 comments
Open

Converting not work on Mac php without any message #414

asika32764 opened this issue Dec 31, 2023 · 0 comments

Comments

@asika32764
Copy link

asika32764 commented Dec 31, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant