akalongman / akalongman/sublimetext-codeformatter
posibility add argument to php_path
Open
- Dominant language
- Python
- Stars
- 772
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
I have php.ini which contain relative path to extension dir (because of my apache portable setup)
`extension_dir = "..\..\php\ext"`
so what I need is set -n parameter for no loading php.ini file
```
"codeformatter_php_options":
{
"syntaxes": "php", // Syntax names which must process PHP formatter
"php_path": "d:/WWW/Server/php/php.exe -n"
```
Contributor guide
Assessment
This issue has not been assessed yet.