Re: [PHP] map internal extension name to actual file

2005-02-17 Thread Richard Lynch
Zac Barton wrote: > Does anyone have any good ideas of how to find out what extension was > loaded/enabled from what actual file. > > For example the "ming" extension (thats its internal name) could come from > php_ming.dll in my extensions dir. But if the file name is say > mingFlash.dll how can i

[PHP] map internal extension name to actual file

2005-02-17 Thread Zac Barton
Hi, Does anyone have any good ideas of how to find out what extension was loaded/enabled from what actual file. For example the "ming" extension (thats its internal name) could come from php_ming.dll in my extensions dir. But if the file name is say mingFlash.dll how can i determine (in php) t