I have many PHP script that use a short open tag "<?" instead of "<?php". I tried changing the var short_open_tag to On in the following files. Restarted apache but it didn't fix it.
Code: Select all
./etc/php/7.3/cli/php.ini
./etc/php/7.3/fpm/php.ini
./etc/php/7.3/cgi/php.ini

Is that a bug? I would think so because now there are no php.ini options set anywhere!!!
Thanks!