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
I came across this issue while trying to use this library in a small Silex application. The following line in MicroTime.php will throw an exception if there are any Closures in your debug_backtrace, as they can't be serialized:
$state .= serialize(debug_backtrace(false));
Thanks!
The text was updated successfully, but these errors were encountered:
I came across this issue while trying to use this library in a small Silex application. The following line in
MicroTime.php
will throw an exception if there are any Closures in your debug_backtrace, as they can't be serialized:$state .= serialize(debug_backtrace(false));
Thanks!
The text was updated successfully, but these errors were encountered: