1

I'm considering moving my code on HipHop for PHP, but can't find an answer for the question whether or not HipHop supports intl extension, which is required for my code to process Unicode text.

Also, where can I find a list of HipHop's limitations in general?

Desmond Hume
  • 8,037
  • 14
  • 65
  • 112
  • On their blog: http://www.hhvm.com/blog/ . Intl listed there as "lacking for support", but I don't know if it is unicode-one. – BlitZ Sep 22 '13 at 14:34
  • I've tried HipHop and faced many issues. Generally was limited to PHP 5.2 features when I tested it a few months ago. If your reason for moving your codebase is performance I'd recommend trying Phalcon instead – WooDzu Sep 22 '13 at 14:36
  • "can't find an answer for the question whether or not HipHop supports intl extension", I don't know the answer, but just try running your code and see what happens. The new JIT based HHVM is easy to get started with. – Letharion Oct 04 '13 at 08:00
  • There is some support for intl, but it's not complete yet, so better to run your code and see if it works. – yhager Oct 23 '13 at 19:41
  • So when I install the hhvm I don't need to install php5 nor any of its extensions, right ? – JhovaniC Apr 01 '14 at 05:36

0 Answers0