Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is PHP's interpreter file? [closed]

Tags:

php

ubuntu

Since I'm using komodo in ubuntu, I notice that there is no support for PHP's syntax checking. I'm asked to "enter the path to your PHP executable below" but I cannot find such file in my PHP folder...

Where can I find it?

like image 213
Alex Avatar asked Dec 17 '22 11:12

Alex


1 Answers

On my Ubuntu system it's /usr/bin/php:

$ whereis php
php: /usr/bin/php
like image 74
feeela Avatar answered Dec 18 '22 23:12

feeela