What will happen if we use unsupported php in hhvm. Does the code run but we don't get JIT compilation's speed improvement or we will get an error and our code will not work?
What will happen if we use unsupported php in hhvm?
53 views Asked by Tushar Vasudev At
1
The code will not work. The JIT isn't an addition to an existing PHP implementation. HHVM is a completely separate implementation, including differences in what will and won't run.