|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-02-10 13:50 UTC] jimw@php.net
[2001-02-11 13:18 UTC] cynic@php.net
[2002-08-17 15:53 UTC] tal@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 17:00:02 2025 UTC |
The subject says it all. Since dl() requires the module filename with its extension, and since extensions differ on platforms, it makes writing scripts using dl() a pain. If PHP would check for the name as given, and then with a a system-specific extension, one could write: dl("extension") and have it be extension.so on Linux and Solaris for example, and extension.dll on Windows.