Where is PHP on QNAP?
Well.. at least on my QNAP TS-210 it is in:
[code language=”shell”]
/mnt/ext/opt/apache/bin/
[/code]
You can validate this by executing:
[code language=”shell”]
/mnt/ext/opt/apache/bin/php –version
[/code]
Which should show version PHP installed on your QNAP box.