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

refiling against 4.0. PEAR may end up needing something similar when it supports 
extensions with non-php components.

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

[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