Question

Can I just upload the normal .php files to the server and will hiphop automatically compile the files on first request. Or do I have to compile the files before uploading to the server?

If I have a custom extension/module written in C, will it work with hiphop without any modification?

Was it helpful?

Solution

You ask two questions at once:

Can I just upload the normal .php files to the server and will hiphop automatically compile the files on first request. Or do I have to compile the files before uploading to the server?

No, you need to compile them. Either before uploading or after uploading but in any case before the HTTP request.

If I have a custom extension/module written in C, will it work with hiphop without any modification?

Not out of the box. This has been answered here:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top