How can I write PHP opcode, save it in a file and make the Zend Engine execute it? Any method or hack is welcome, as long as it does the trick.
feedback
|
|
There's a couple of user-space methods (from plugins) that can deal with Opcodes.
Neither produces plain text however because the opcodes are not designed to be a user-writable language (unlike Parrot). | |||||
feedback
|