XaminProject / handlebars.php

Handlebars processor for php
331 stars 132 forks source link

PHP 7 compatibility #138

Closed DavidCramer closed 8 years ago

DavidCramer commented 8 years ago

Hi there,

experiencing an issue with PHP 7 :

Fatal error:  Cannot use Handlebars\String as String because 'String' is a special class name in ....src/Handlebars/Loader/StringLoader.php on line 22 

Any idea if this will be addressed?

mfeltscher commented 8 years ago

Hi @Desertsnowman

Version 0.10.3 is fully PHP 7 compatible so you just have to upgrade to that version.

Moreno

DavidCramer commented 8 years ago

:facepalm: Thanks ;)