mikelbring / tinyissue

Simple Issue Tracking for Teams
MIT License
770 stars 205 forks source link

Parse error: syntax error, unexpected 'yield' (T_YIELD) #201

Closed davidosomething closed 10 years ago

davidosomething commented 10 years ago

Parse error: syntax error, unexpected 'yield' (T_YIELD), expecting '(' in /Users/dotrakoun/Sites/testing/tinyissue/app/laravel/helpers.php on line 563

after running installation

mikelbring commented 10 years ago

This is probably from having an older version than PHP 5.3

woolfg commented 10 years ago

@davidosomething: you can use my dirty workaround #196 to run on php > 5.3