php / web-pecl

The PECL website
http://pecl.php.net
Other
34 stars 31 forks source link

Refactor package class #31

Closed petk closed 6 years ago

petk commented 6 years ago

This patch refactors the package class from the pear-database.php file to start modernizing it and make it more manageable.

Several methods were removed since they are not used in current code:

Other methods got method visibility and static keywords added since current code still uses static calls on many places and to split refactoring in multiple phases.