Could someone give me a pointer on what could be wrong here:
File f1.php:
<?php
include('f2.php');
File f2:
<?php
echo "HERE";
Error reported:
`Parse error: syntax error, unexpected '=' in f1.php on line 4`
- Using php-fpm 5.4 on nginx 1.2.6.
- Files have no BOM marker.
- The server has no hardware issues.
It's probabbly a configuration issue, but i just can't seem to figure it out.
I've asked this question a few minutes ago, but got instantly closed as too localized as I was referencing a situation in my project and not a specific situation (https://stackoverflow.com/questions/14651673/strange-php-syntax-error-issue)
UPDATE: Obviously not related to nginx ... same error if executed in cli