Indo mais longe no Google, parece que há mais o que fazer em 10.5 do que os outros indicam. Um usuário no php.net (sachin no dharmapurikar) comentou sobre uma resposta mais antiga que preenche a obra que faltava:
Adicione isto ao httpd.conf:
<IfModule mod_php5.c>
# If php is turned on, we respect .php and .phps files.
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
# Since most users will want index.php to work we also automatically enable index.php
<IfModule mod_dir.c>
DirectoryIndex index.html index.php
</IfModule>
</IfModule>