nette/web-project

Web-project does not work in PHP 5.6

Closed this issue · 1 comments

nufue commented

Release 1.8.8 does not work properly in PHP 5.6, because it uses array destructuring assignment [$module, , $sep] = Nette\Application\Helpers::splitName($request->getPresenterName()); in ErrorPresenter.php.

dg commented

fixed