I want to convert my PHP program to a binary executable. The syntax of PHP is near that of C++, why using Scriptol rather than converting directly the PHP source to C++?
Learning Scriptol is a matter of hours. For a PHP program becoming executable, you have to convert the PHP library and this is a matter of years (PHP is born in 1995 and is still under development). The standard PHP library and some extensions are included into Scriptol. If you know other PHP extension compatible with C++, please, let me know…
Related Questions
- I want to convert my PHP program to a binary executable. The syntax of PHP is near that of C++, why using Scriptol rather than converting directly the PHP source to C++?
- Is there any hope of a decompiler that would convert an executable program into C/C++ code?
- Can I compile a Java program 2 a binary executable, .exe on a PC?