atom / ide-php

PHP language support for Atom-IDE
MIT License
264 stars 41 forks source link

php could not be spawned after setting php path in ide-php #128

Open Batey96 opened 6 years ago

Batey96 commented 6 years ago

My Php is installed elewhere from my environment path.set its correct path in Ide-php but later got a "Php could not be spawned.is it installed in your path"

conorjmurphy commented 5 years ago

I can also replicate this.

Using: Fedora: 28 Atom: 1.33.1 Electron: 2.0.16 Chrome: 61.0.3163.100 Node: v8.9.3

Result of which php: /usr/bin/php

Result of php -v: PHP 7.2.12 (cli) (built: Nov 6 2018 10:48:33) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies with Xdebug v2.6.1, Copyright (c) 2002-2018, by Derick Rethans

hanzoelfantasma commented 5 years ago

hi. I solved it by creating a symbolic link to /usr/local/bin i hope this help you