get_loaded_extensions() should list Zend extensions
| Request #41278 | get_loaded_extensions() should list Zend extensions | ||||
|---|---|---|---|---|---|
| Submitted: | 2007-05-04 07:44 UTC | Modified: | 2007-07-31 22:48 UTC | ||
| From: | judas dot iscariote at gmail dot com | Assigned: | |||
| Status: | Closed | Package: | Feature/Change Request | ||
| PHP Version: | 5CVS-2007-05-04 (snap) | OS: | Irrelevant | ||
| Private report: | No | CVE-ID: | None | ||
[2007-05-04 07:44 UTC] judas dot iscariote at gmail dot com
Description: ------------ Will be nice if a method ( maybe bool isZendExtension()) can be added to ReflectionExtension that can help to determine if an extension is a zend_extension, currenly the only way I Found is parsing the output of the the [Zend Modules] section executing php -m in the command line ( a really horrible hack ;) ) Reproduce code: --------------- Not applicable Expected result: ---------------- A method to do this implemented Actual result: -------------- not implemented.
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2007-05-04 09:31 UTC] judas dot iscariote at gmail dot com
[2007-07-31 22:48 UTC] johannes@php.net