You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i use @secure(roles="ROLE_USER"), hhvm always falls with a strange error:
Symfony log:
request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalErrorException: ": Stack overflow" at line -1 {"exception":"[object](Symfony\Component\Debug\Exception\FatalErrorException: : Stack overflow at :-1)"} []
HHVM log:
\nFatal error: Stack overflow in app/cache/dev/classes.php on line 2759
\nNotice: Undefined index: 16777217 in vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php on line 513
I use:
"jms/security-extra-bundle": "dev-master"(1.5-dev),
hhvm --version
HipHop VM 3.5.0-dev~nightly.2014.12.19 (rel)
Compiler: heads/master-0-g5c4ac76f5d3b2b4b972fd7db1d2580a4cc35ad50
Repo schema: 46c9b799c227a12b6c161fcbd528a745a927babc
Extension API: 20140829
The text was updated successfully, but these errors were encountered:
When i use @secure(roles="ROLE_USER"), hhvm always falls with a strange error:
Symfony log:
request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalErrorException: ": Stack overflow" at line -1 {"exception":"[object](Symfony\Component\Debug\Exception\FatalErrorException: : Stack overflow at :-1)"} []
HHVM log:
\nFatal error: Stack overflow in app/cache/dev/classes.php on line 2759
\nNotice: Undefined index: 16777217 in vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php on line 513
I use:
"jms/security-extra-bundle": "dev-master"(1.5-dev),
hhvm --version
HipHop VM 3.5.0-dev~nightly.2014.12.19 (rel)
Compiler: heads/master-0-g5c4ac76f5d3b2b4b972fd7db1d2580a4cc35ad50
Repo schema: 46c9b799c227a12b6c161fcbd528a745a927babc
Extension API: 20140829
The text was updated successfully, but these errors were encountered: