简体   繁体   中英

Simple open-source-CMS working with hiphop php?

Hiphop from Facebook don't like eval() or create_function().

Are there good open source php-CMS which work with hiphop almost out of the box? Drupal is not compatible as far as I know.

If possible, are those cms multi-site-enabled (one code base hosts several sites with different db-connection-strings).

I think that hiphop php could be a good choice for Amazon EC2 it could save a lot of money.

Thanks in advance, Tom

Back in 2009, PHP creator Rasmus Lerdorf made a presentation for the Digg folks , in which he demonstrated numerous performance profiling techniques. It takes 20 slides to get there, but he demonstrated that conventional performance profiling techniques can be just as effective at increasing performance as HipHop .

Forget HipHop. Profile your code to identify bottlenecks, then remove them.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM