Hi,
What is the easiest way to convert a PHP script (.php) into OpCode/Bytecode (Operation Code) using C#? I can use DLLs if I have to.
I need this to be done for the project I am working in order to analyze PHP code easier.
Any thoughts or ideas are welcome.