I might be missing something here, but when i view my webhosts phpinfo (my site is virtual hosted) file i see;
extension_dir = ./
enable_dl=on
Is this a contradiction in terms because when i attempt to load, for example, a module using dl(php_xslt.so) i get an error and being on shared server i have no control over the extension_dir (php_ini_system). So what is the point of having enable_dl =on?
Is there any other way to load extensions without bothering the web host administrator? or is dynamic module loading not permitted for security/performance reasons?