Preloading the script returns segfault
DarkGhostHunter opened this issue · 1 comments
DarkGhostHunter commented
Preloading the scripts using require
, require_once
or opcache_compile_file
will (segfault if the file uses aliases classes)[https://bugs.php.net/bug.php?id=78918]. It's confirmed by PHP team.
This is not a problem with the Preloader itself, but a bug on PHP 7.4. But I will left it has pinned until it's resolved in the next patch.
DarkGhostHunter commented
Fixed in latest PHP version