I'm creating a test server for a new client that has and older version of PHP that only uses the <? tags but the latest version of PHP is expecting <?php tags.
I'm looking for the version I need to install so that I can run the old code without changing any of it.