Possible duplicate:
Using Hiphop to develop PHP extensions
This question is similar to the following: Using Hiphop to Develop PHP Extensions
I do not think that this question was answered correctly, if at all.
I am sure that you can use HipHop PHP to convert php file to C ++ without adding facebooks web server. So you just have to convert your php file to a C ++ source. Could you then compile this code for the php extension? I have some security related functions that I would like to compile for extensions, but I don't know C / C ++. And please, no answers “are you as big as facebook? You don’t need hip-hop”, or “Use Ioncube / Zend Guard”. I know that these products exist. They are also expensive.
source
share