In Online document about dl function
http://www.php.net/manual/en/function.dl.php
This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of
PHP 6.0.0. Relying on this feature is highly discouraged.
It's mean we can't Loads a PHP extension at runtime sine version 5.3.0
and higher version or it has another way to load extension at runtime?
In Online document about dl function
http://www.php.net/manual/en/function.dl.php
This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of
PHP 6.0.0. Relying on this feature is highly discouraged.It's mean we can't Loads a PHP extension at runtime sine version 5.3.0
and higher version or it has another way to load extension at runtime?
it is disabled in mod_php and similar SAPIs. It is still available in CLI and CGI
see http://www.php.net/manual/en/function.dl.php#function.dl.notes