akalongman / akalongman/sublimetext-codeformatter
posibility add argument to php_path
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 772
- Forks
- 128
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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"
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.