What is the future of dl() function in php? -
i reading in php documentation dl function deprecated. mean should stop using dl function scripts.
if that's case how can load .so php scripts.
or missing something.
you should stop using it, because deprecated , removed. should use php.ini
file in order configure extensions on server.
you can use extension_loaded('extension_name')
see whether extension loaded , throw error if it's not.
Comments
Post a Comment