Both vB 4 and vB 3 use eval();. eval(); is used here for templates.I've just stumbled upon XF and I can already see that its something I want to switch over to as soon as possible. VB4 is complete garbage and I can't understand how it was ever released. I hear that eval() has overhead, while listener classes are better; but VB4 runs like crap, while VB3 ran great.
Personally, once XF gets released, I plan on porting as many of my mods over that I can. Is there gonna be an advanced SDK available so that us mod authors can make sure our stuff is available asap?
People would trust an official, XenForo-created one, rather than a third part one. Although...vBulletin never had a SDK. But I'm hopeful that one will be created for XenForo, either by the third party community, XF themselves, or a combination.
unset() is supported, where did you see documentation it wasn't?In my opinion, not being able to use dynamic values for define() and not being able to unset() things are real deal-breakers, and really limits usage of HipHop. How can you get rid of array associations? Note that $array['key'] = null will still leave the key in the array...
In my opinion, not being able to use dynamic values for define() and not being able to unset() things are real deal-breakers, and really limits usage of HipHop. How can you get rid of array associations? Note that $array['key'] = null will still leave the key in the array...
unset() is supported, where did you see documentation it wasn't?
Dynamic defines for setting the name are unsupported.
define($var, $foo); // bad
define('moo', $bar); // good
is a bad idea and there is very little need for it ever.
I've liked it for you Though I'm not sure what it means :/The statement just made my day. I wish I could "like" a post more than once.
Thanks. It means that at least according to rudimentary synthetic benchmarks tests, your PHP code could run like 40% faster when compiled with HipHop. Facebook, I read, is claiming a 2x increase in performance for their code. So the performance gain varies and depends on the underlying code and on how it is structured.
Thanks. It means that at least according to rudimentary synthetic benchmarks tests, your PHP code could run like 40% faster when compiled with HipHop. Facebook, I read, is claiming a 2x increase in performance for their code. So the performance gain varies and depends on the underlying code and on how it is structured.
WoW neat thanks or the explanation. In that case it would be awesome to have ^^ I can do with more speed in my forumsThanks. It means that at least according to rudimentary synthetic benchmarks tests, your PHP code could run like 40% faster when compiled with HipHop. Facebook, I read, is claiming a 2x increase in performance for their code. So the performance gain varies and depends on the underlying code and on how it is structured.
We use essential cookies to make this site work, and optional cookies to enhance your experience.