Description
...
Google Summer of Code (GSoC) is a global program focused on bringing more student developers into open source software development. Students work with an open source organization on a 3 month programming project during their break from school.
Notes
Upgrading AChecker
https://gist.github.com/VictorAlagwu/f7c36cc27846bc302ce4e96a394b7a90
https://docs.google.com/presentation/d/1lMMqdA18bHO9RHCdljwj5Kdad77lk94W0CFkMn-kEyk/edit#slide=id.p
- Upgraded AChecker so that is will be compatible with PHP 7.0+ and MySQL 4.1.13+
- upgraded MySQL queries to MySQLi
- several other changes were required
- updated AChecker to version 1.5
...