If the goal
here is to distribute pre-compiled PHP code without the source code, then
this is not going to work without making the opcode format stable (which, I
think, is pretty unlikely.) If the goal is improving cold startup
performance, then I wonder what the benefit over the existing file cache is.
Если говорить о исходном коде, то сейчас если идёт несовпадение с версией языка, то код падает. С форматом опкода тоже так можно было бы сделать. Тем более, если всё прогружается в память сразу, а не постепенно.