function dl(): Deprecated? If so, Replacement?
Posted: Mon Feb 01, 2010 8:02 pm
Reference: http://www.php.net/manual/en/function.dl.php
dl() — Loads a PHP extension at runtime
Reference to this PHP function has a warning:
If so, then is there a replacement that I should use instead?
Thanks
Jeff in Seattle
dl() — Loads a PHP extension at runtime
Reference to this PHP function has a warning:
Does this mean that this function is deprecated?Warning: This function has been removed from some SAPI's in PHP 5.3.
If so, then is there a replacement that I should use instead?
Thanks
Jeff in Seattle