Skip to content

Use system php binary instead of hard-coded /usr/bin/php #10

@jessehs

Description

@jessehs

I installed PHP-5.5 with homebrew, and enabled opcache. When running the deserialize php command, I get an opcache related error, because the binary being executed is /usr/bin/php instead of /usr/local/bin/php.

See the following line: https://github.com/sequelpro/Bundles/blob/master/contributed/Deserialize%20php.spBundle/command.plist#L10

Can this be changed to use an environment variable, say a bash script to run the which php command?

Changing the line referenced to /usr/local/bin/php seems to fix the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions