I installed the app today, all of my services are running. I created a php file with the sample (below) from the intro page and I see this file when I local web. When I click on the file from local web it opens a browser window and just displays "Current date" without showing the day and time.
<html>
<head>
<title>My first page in PHP.</title>
</head>
<body>
Current date. : <?php print (Date("l F d, Y")); ?>
If you are having the same problem as i did then I can help. If the file you are clicking on has a .txt extention at the end of it the php code will not be executed. You will need to manually remove that extension so it just reads "file.php" Most text editors assign the .txt file extension automatically.
I have the same problem. Extension isn't the problem. I open the php page and php code doesn't run, but html code runs. New easyphp version fail? Wrong config?