Alexander Lisachenko
Alexander Lisachenko
This fix can be applied to the `master` branch as well.
Related to https://github.com/php/php-src/pull/6366
As I know, is identical implemented directly as an opcode handler and it doesn't call object handlers at all. But you can install an opcode handler for `OpCode::IS_IDENTICAL` code via...
I'm not sure if your idea is possible right now, because messing with typehints and value boxing/unboxing in runtime is unpredictable. Of course, it is possible to wrap everything during...
Preloading breaks all the things ( Because composer autoloader calls the `Core::init()` before preload initialization.
This issue is also affected by the bug https://bugs.php.net/bug.php?id=78918 which prevents code to be preloaded.
I don't know ways to debug this issue, it's too complex right now. I have a guess, that I'm using immutable strings from PHP. For example, immutable method names in...
Can be related to the #35
@TheCelavi this issue is very cumbersome, yes. There is no place for double magic (goaop + doctrine), so yes, unicorns are expected ) Just to check one more idea, could...
Closed via https://github.com/goaop/framework/commit/6e2a0fe13c1943db02a67588cfd27692bddaffa5