I was using xampp to develop locally and then I installed the PHP from the direct installer. Now in some of my PHP code, only PHP code that starts with "<?php
" is correctly parsed. Anything that starts with "<?
" or "<?=
" is completely ignored and just left as is.
How can I adjust the configuration to parse either tokens?