New php 5.3 version of Digium Add Ons

After doing a php upgrade from 5.1->5.3u I get an error on the dl function, because in the web SAPI it is disabled.
This is coming from digium addons.
Any one know of a newer version then 2.7 for digium addons.

Line 72: admin/modules/digiumaddoninstaller/libdregister/digium_register.php
//now we execute dl() to actually load the module
if( !dl( $finalExtPath ) ) {
die();
}

I would reach out to Digium. that is not a module we build or have in our repos. Its something they include in Asterisk Now only.

Tony

I sure do wish that the Digium Add Ons module could be included in the Distro.