[EMAIL PROTECTED] wrote:
>
> $version_id = xml_version();
>
> or
>
> $version_id = ibase_version();
>

Probably better to do something like this:
$version = get_extension_version('xml');
to avoid cluttering the namespace with more functions.

Although, why not just use phpversion() ?  Extensions aren't really
versioned separately are they?

Anil


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to