Dolibarr Double Colon / Syntax Install Error

Dolibar quits the install because of this error when trying to install the standard version on a shared hosting server:

/home7/myhost/public_html/business/install/error_log: [16-Jun-2015 07:57:07]

PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home7/myhost/public_html/business/install/upgrade.php on line 185

T_PAAMAYIM_NEKUDOTAYIM is a double colon syntax error.

Can upgrade.php be reviewed and corrected in line 185 so we can try install fresh again on hosted web server?

Thank you

the latest Dolibarr versions need a php version > 5.3.
I got same message on a hosting for a client, switching to php 5.4 resolves the problem.
Ask your provider how you can run a php version > 5.3 (I run a 5.4 and it worked)