HHVM segfault issue

Issue #3 new
Dominik Marczuk repo owner created an issue

HHVM segfaults whenever View#render() is called with explicit first argument equal to null. Especially troublesome when rendering a view with local variables:

$view = new View($engine, "script.phtml");
$view->render(null, array("var" => "var"));

A fix or at least a workaround should be found.

Comments (1)

  1. Log in to comment