We currently have a githook that calls some code that is written in PHP that executes codesniffer and other actions during each commit process. This code has a use statement in it that relies on use const syntax that should be stable (it works just fine in the command line) but for some reason, it triggers the following error inside of SourceTree. This syntax is valid in PHP beyond PHP 5.6.
Parse error: parse error, expecting `"identifier (T_STRING)"' or `"\\ (T_NS_SEPARATOR)"
Normally I wouldn't post a code error like this, but the code does execute fine from the terminal, so it's clearly something going on in SourceTree itself. Any thoughts?
This continues to be an issue with SourceTree even into PHP 7.3. SourceTree for Mac uses the version of PHP that ships with Mac OS, not necessarily the version that Homebrew and/or .bash change to use. It would be great if the product gave an option to change PHP version as the host machine also uses other methods of changing.
Reading through the issue on https://community.atlassian.com/t5/Bitbucket-questions/SourceTree-Hook-failing-because-paths-don-t-seem-to-be-set/qaq-p/274792, this seems to be the same issue. My .bash_profile is using a different version of PHP than when SourceTree runs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What OS and version of SourceTree are you using?
Brian Ganninger
Senior Mac Developer, SourceTree
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.