You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.The text was updated successfully, but these errors were encountered: