ID: 2541
Updated by: cynic
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Feature/Change Request
Assigned To: 
Comments:

dl() doesn't work in multithreaded servers anyway (pretty much all win32 webservers)

Previous Comments:
---------------------------------------------------------------------------

[2001-02-10 13:50:22] [EMAIL PROTECTED]
refiling against 4.0. PEAR may end up needing something similar when it supports 
extensions with non-php components.

---------------------------------------------------------------------------

[1999-10-16 03:43:42] [EMAIL PROTECTED]
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.


---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=2541&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to