Hiphop converts PHP into C++ code, did anyone used it for PHP extension development?
I have found following link to write PHP extensions using C++ http://devzone.zend.com/article/4486-Wrapping-C-Classes-in-a-PHP-Extension
I want to write some PHP classes and convert them into C++ and use it in PHP extension.
Please let me know if anyone did that and also any thoughts are welcomed.