I have a framework with a lot of file using
when I include a file from the framework the include doesn't know it's a php file and refer it as a simple text file.
now my php definition in the php.ini is use_short_tags enable, i also see it when I browse the site, it's working.
my question is how to use the framework files and let the php know to use short tags when i run my script from the command line
thanks
In ubuntu/debian you have to change
to
in
And you no need to restart any service after this, just use your console php.
The INI tag can be set directly from the CLI: