Easy php is running with no issue. I extracted SuiteCRM but I cannot even see the install page.
when I enter the CRM folder I get:
Parse error: parse error, unexpected T_OBJECT_OPERATOR in c:\easyphp\www\crm\include\entryPoint.php on line 84
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in c:\easyphp\www\crm\include\MVC\SugarApplication.php on line 60
Fatal error: Cannot instantiate non-existent class: sugarapplication in c:\easyphp\www\crm\index.php on line 50
when I type install.php in address bar I get:
Parse error: parse error, unexpected T_OBJECT_OPERATOR in c:\easyphp\www\crm\install.php on line 207
If you’re starting from scratch, you have every reason to just use a modern stack. Just go and download the newest version of EasyPHP.
Those versions of PHP and Apache are full of security holes. They have less features. They are much slower.
And I bet your system is going to break very soon, anyway. It seems to be working fine, but you’ll hit problems any time now… there’s a reason why the older versions of PHP were removed from the Compatibility Matrix, to be able to use PHP feature that the old versions don’t have.