jmathai / epiphany

A micro PHP framework that's fast, easy, clean and RESTful. The framework does not do a lot of magic under the hood. It is, by design, very simple and very powerful.
https://github.com/jmathai/epiphany
Other
686 stars 139 forks source link

EpiRoute breaks on PHP7.0 #102

Open KevBelisle opened 7 years ago

KevBelisle commented 7 years ago

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?

jmathai commented 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.

rompic commented 6 years ago

any news or other known issues?

Hrnkas commented 5 years ago

Since the Project seems to be abandoned, I have created a new fork, where the issue has been fixed: https://github.com/Hrnkas/epiphany