This topic was marked solved by its starter, on September 30th, 2016, 03:24 PM
I want a wedge support 5.2 PHP IS it Possible

Zeyad_Ahmed

  • The Founder of MPO
  • Think Clearly
  • Posts: 28

emanuele

  • Posts: 125
Re: I want a wedge support 5.2 PHP IS it Possible
« Reply #1, on June 12th, 2016, 10:15 PM »
I feel it would be kinda tough: Wedge makes extensive use of closures that are supported on in php 5.3+.
Additionally, even php 5.3 is already several years old, there is little excuses not to use at least 5.3.

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: I want a wedge support 5.2 PHP IS it Possible
« Reply #2, on September 21st, 2016, 11:01 AM »
Some days, I even wonder if I shouldn't make PHP 7 a requirement, lol...
But that's mostly because the Wedge userbase isn't really huge, so I could actually get away with it...

I just love using "$var ?? 1" instead of "isset($var) ? $var : 1"... Plus, the HHVM performance!

CerealGuy

  • Posts: 343

Nao

  • Dadman with a boy
  • Posts: 16,079