Convert PHP to C++ code [closed]
I'm looking for a way to convert PHP code to C++. There are a few reasons I want to do so: Main reason: There are bunch of great PHP tools/software that I'd love to use and incorporate into C++ GUI or non-GUI applications To boost performance To avoid dependency on PHP libraries To avoid disclosing source code on shared hosting environments To be empowered by C++ language features and make use of frameworks like Qt C++ and Poco So far I've found: http://sourceforge.net/projects/binaryphp http://www.mibsoftware.com/php2cpp/ Please share your ideas and tools that you know. Thank you in advance!