Posted by ImOk on 06/25/06 16:48
I am using Windows IIS with PHP5 CGI. When I want to use an extension
in PHP5 under Windows I enable the extension line in PHP.INI. (e.g.
extension=php_sqlite.dll).
Does PHP load all the extensions in the PHP.INI on every invocation of
a request? If I have 20 different extensions not all of them are used
on every page request. Is this inefficient?
Would using dl() be more efficient? And why is it being depracated
under 5?
Thanks
[Back to original message]
|