You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2019. It is now read-only.
PHPExcel requires PHP 5.2 as the lowest PHP version needed to run. PHP 5.3 is reaching its EOL (this month). It's why I propose to use PHP 5.4 as the new lowest required PHP version.
I understand that some users are still using PHP 5.3 and won't be able to migrate as soon as possible. It's why I open this issue for discussing
Pros of using PHP 5.4 :
some tricky code will be dropped (and we are talking about several hundreds of LOC),
(consequentely) code will be easier to maintain,
global performances.
Cons of using PHP 5.4 :
some users are not using 5.4, even if they must (because 5.3/5.2 will be definitively dead).