Open KevBelisle opened 7 years ago
You should be able to comment the break;
out if you have exceptions turned on. Will leave this open to try and fix for PHP7.
any news or other known issues?
Since the Project seems to be abandoned, I have created a new fork, where the issue has been fixed: https://github.com/Hrnkas/epiphany
There is a
break;
on line 101 that isn't in a loop or switch, this causes an error in PHP 7.0.It is accompanied by this comment:
need to simulate same behavior if exceptions are turned off
Is it safe to simply comment out line 101?