Star2Billing / a2billing

A2Billing is a telecom switch and billing system capable of providing and billing a range of telecom products and services to customers such as calling card products, residential and wholesale VoIP termination, DID resale and callback services.
www.asterisk2billing.org
Other
181 stars 175 forks source link

PHP 5.4 Strict Standards: #74

Open ghost opened 10 years ago

ghost commented 10 years ago

How do we clean up these PHP Strict Standards Messages?

PHP Strict Standards: Non-static method constants::reverse_array() should not be called statically in /usr/src/a2billing/common/lib/interface/constants.php on line 40

PHP Strict Standards: Non-static method constants::getRestrictionList() should not be called statically in /usr/src/a2billing/admin/Public/form_data/FG_var_card.inc on line 96

PHP Strict Standards: Non-static method constants::getYesNoList() should not be called statically in /usr/src/a2billing/admin/Public/form_data/FG_var_card.inc on line 103

PHP Strict Standards: Non-static method constants::getLanguagesList() should not be called statically in /usr/src/a2billing/admin/Public/form_data/FG_var_card.inc on line 78

taphawane commented 8 years ago

Did you end up fixing the issue?