PHP theme support will continue but by default it will be released with twig theme. It may take some time to get used to this change. Especially for developers(like me

PHP to Twig Converter
You can try following code immediately to see differences.
Code: Select all
<?php if ($hi == 'Hello Earthling') {
echo 'Hello Alien';
} ?>