-
Notifications
You must be signed in to change notification settings - Fork 14
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
Doesn't use the homebrew installed php #11
Comments
👍 - would be awesome to provide a config for setting a custom php path. |
I have exactly the same issue, is there a fix for this? |
@tokayer |
@naomichi-y |
@tokayer Which OS & Sublime build are you using? - The path I've suggested is default for macOS and Sublime 3 |
@CodeBrauer |
@tokayer Hm, maybe you could do it this way:
Now you should be able to edit the file |
@CodeBrauer, That did it!!!
THANK YOU!!
You are amazing!
…On Fri, Sep 1, 2017 at 4:13 PM, Gabriel Wanzek ***@***.***> wrote:
@tokayer <https://github.com/tokayer> Hm, maybe you could do it this way:
1. Install Extract Sublime Package
<https://packagecontrol.io/packages/Extract%20Sublime%20Package> by Package
Control: Install Package
2. Press CMD+Shift+P
3. Type prvor for PackageResourceViewer: Open Resource
4. Search for *PHP Syntax Checker*
5. Press enter and select phpSyntaxChecker.py
Now you should be able to edit the file
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKOpVJaH-KfuhZ2DXbCrHs-FsxFymeXbks5seALdgaJpZM4GbdXJ>
.
|
@CodeBrauer thanks!!!! I was about to disable the plugin, but then I found your excelent solution |
Thanks for your great job.
I have an issue~~~
it uses the built-in php.
which php
=>/usr/local/opt/php55/bin/php
whereis php
=>/usr/bin/php
When I type
/usr/bin/php -v
, it shows the warning above.Hope update the package form subl3.
The text was updated successfully, but these errors were encountered: