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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -