I wonder if is there any way to make shebang value on the top of my PHP CLI files dynamic (being set as a constant on a config file)?
Is there any one who had an experience about this before?
|
I wonder if is there any way to make shebang value on the top of my PHP CLI files dynamic (being set as a constant on a config file)? Is there any one who had an experience about this before?
| |||
|
feedback
|
|
Use a symbolic link. That's typically the way unix remaps the location of the interpreter. (whether it's bash, perl, python, php...) | |||
|
feedback
|
|
Not sure if this answers your question, but:
should work almost everywhere | |||
|
feedback
|