My ubuntu linux system has the following php interpreter.
PHP 5.5.9
I am using netbeans for a php development project. Tools-> options-> php-> General ->php interpreter
points to /usr/bin/php
which is the version above mentioned.
But when I create a new php project, I can choose many different versions of php5 as the interpter in netbeans (5.1/5.2,5.3,5.4,5.5,5.6
). From where did these other versions of php interpreters come from? Were they built in to netbans ide?