akalongman / akalongman/sublimetext-codeformatter
posibility add argument to php_path
Ouverte
- Langage dominant
- Python
- Étoiles
- 772
- Forks
- 128
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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"
```
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.