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

Fix breakage in MytoPg introduced by r2861 which changed ereg() to preg_m #14

Closed sutaburosu closed 12 years ago

sutaburosu commented 12 years ago

Fix breakage in MytoPg introduced by r2861 which changed ereg() to preg_match() to fix deprecation warnings from PHP 5.3. As a bonus this virtually halves the CPU time taken; PCRE FTW! Also fixes various other PHP 5.3 strict warnings and notices.

areski commented 12 years ago

Thanks for the patch :)