Davy Goossens

Results 2 comments of Davy Goossens

@crazywhalecc I think why opcache isn't enabled when succesfully building with your changed patch has something to do with the HAVE_JIT here, but i'm not entirely sure. We're compiling without...

Stumbled upon this fix. This also fixes "Error: Maximum call stack size reached. Infinite recursion?" ``` --- a/src/SerializationHelper.php +++ b/src/SerializationHelper.php @@ -28,14 +28,17 @@ trait SerializationHelper $this->unserializeFromArray(unserialize($str)); } public function...