Damit Dateien mit der Endung .php5 unter XAMPP auf Mac OS X richtig geparst werden, ist nur eine kleine Änderung notwendig, wenn man weiß wo. Die Datei befindet sich für XAMPP 5.6.15.1 hier:
/Applications/XAMPP/xamppfiles/etc/extra/httpd-xampp.conf
Und hier muss einfach „.php5“ ergänzt werden:
# since LAMPP 1.0RC1 AddType application/x-httpd-php .php .php3 .php4 .php5
Danach den Apache neu starten, das war’s.