Hi all,
i've just install a new php 5.2.8 on apache and when perform a initial testing a follow problem was occur:
php code with error on it:
<?php
echo ; 'Error! Error!';
?>
and result in browser:
Parse error: parse error in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\xentia\002.php on line 3
instead a result generated from our old php4 server
Parse error: syntax error, unexpected ';' in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\xentia\002.php on line 3
well, showing errors is enabled and error reporting is set to E_ALL in php.ini, but still that short form of error message from php 5.2.8 engine is confuse. Without this hints is much difficult for debugging
Any ideas? Thank's in advance