PHP DL Function
- by Pete Herbert Penito
Is allowing dynamic extension loading dangerous for some reason?
I ask because I need it to include the pecl oauth.so extension to make the Google Adwords PHP SDK work using dl().
I've tried all other alternatives but just can't get it to work:
http://php.net/manual/en/function.dl.php
enable_dl is set to off by default inside my php.ini, I…