I am trying to load php extension @dl(‘ioncube_loader_lin_5.3.so’) dynamically , but gives me fatal error :call to undefined function dl(). Then I searched alternative for it in php 5.3 but not able to find right information, kindly help.
I am trying to load php extension @dl(‘ioncube_loader_lin_5.3.so’) dynamically , but gives me fatal
Share
From the docs of
dl():You need to add the extension to your php.ini:
extension=/path/to/extension/ioncube_loader_lin_5.3.so