amtgard / ORK3

Version 3 of the Online Record Keeper
Other
23 stars 11 forks source link

PHP 5.6 EOL at the end of this year #199

Open BenOvermyer opened 5 years ago

BenOvermyer commented 5 years ago

PHP 5.6 goes end-of-life on December 31, 2018. That means it will no longer receive any security (or other) updates. This is a security risk.

The code base should be updated to work with PHP 7.2.

Ideally, the server hosting the production version will also be upgraded to PHP 7.2, but that is outside the scope of this particular issue.

BenOvermyer commented 5 years ago

Part of fixing this will require replacing yapo with PDO. Yapo relies on the original mysql extension, which was deprecated in 5.5.0 and removed in 7.0.0.

BenOvermyer commented 5 years ago

Going to try using this to find other compatibility issues:

https://github.com/phpstan/phpstan

esdraelon commented 5 years ago

THEIRE IS ONLY ON3 TRU PHP

BenOvermyer commented 5 years ago

@esdraelon yeah, and that'd be 7.x ;)

esdraelon commented 5 years ago

In progresss