Page 1 of 1

I installed xampp

PostPosted: 27. August 2022 00:52
by PaulGureghian
I installed xampp 8.1.6
php is not found in the terminal.
Should it be ? did something go wrong?
How to get php in the terminal with xampp?

Re: I installed xampp

PostPosted: 27. August 2022 10:09
by Nobbie
Include /opt/lampp/bin in your PATH environment setting

Or

Call php from commandline with full path:

/opt/lampp/bin/php

Re: I installed xampp

PostPosted: 27. August 2022 19:30
by PaulGureghian
That worked. thanks.