akalongman / akalongman/sublimetext-codeformatter

posibility add argument to php_path

Open
#184 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.