PHP extensions

PHP extensions

Posted by: devinemke
Posted on: 2007-05-14 12:33:00

is there a way to load a PHP extension at runtime? i want to use the ID3 extension and i gather it is not enabled on DH servers. the output from phpinfo() suggests that the extension dir is simply the root directory of the server. i tried the following:

<?php
dl('/id3.so');
?>

but it does not seem to work. do anyone have any info on how to do this?

thnx

Tags: phpinfophp extensionphp extensionsroot directorydhserversphpinfophp extensionphp extensionsroot directorydhservers