bramus / router

A lightweight and simple object oriented PHP Router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop support for old PHP versions

neondotta opened this issue · comments

Found two problems on PHP 5.3.

line 28 and 341 has problems to create array ( change [] to array() )

line 395 use boolval, but not work in PHP 5.3

Instead of trying to fix these, support for older PHP versions should be dropped. I am open to a PR that adjusts this. I’ll leave this issue open.

Closing this one in favour of #147