Closed sebastianbergmann closed 4 years ago
I'm having issues using this library on a fresh install of XAMPP with PHP 8.0.0
The library is unable to parse this line
class Settings implements \IteratorAggregate
The message reports due to parse errors: Parse error while trying to process class definition (unexpected token in name).
Could this be related?
Removing the implements
solves the issue, but obviously it's not ideal for my application
I can confirm that updating to 1.26.0 solves this issue, assuming I'm referring to the same thing here
Yes, to use with PHP 8.0 - or later - you need at least 1.26.0 because of the changed tokenizing.