RFC: Remove PHP 4 Constructors

Project Governance
Author
Target
7.0
PHP 4 constructors are methods that have the same name as the class they are defined in. PHP 5 preserved the ability to use PHP 4 style constructors in some cas...