ID: 41278 User updated by: judas dot iscariote at gmail dot com -Summary: ReflectionExtension has no way to determine if an extension is a Zend Extension Reported By: judas dot iscariote at gmail dot com -Status: Bogus +Status: Open Bug Type: Feature/Change Request Operating System: Irrelevant PHP Version: 5CVS-2007-05-04 (snap) New Comment:
as discussed on IRC, Im chaging this request.. will be nice if a: ReflectionZendExtension extends Reflection class and/or get_zend_extensions() function is provided to obtain either complete information from zend_extensions or at least a simple get_loaded_extensions() like function that returns only the loaded zend_extensions. Previous Comments: ------------------------------------------------------------------------ [2007-05-04 09:09:32] [EMAIL PROTECTED] Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php The Zend extensions and PHP modules are different things. We have no way to link between these two things. ------------------------------------------------------------------------ [2007-05-04 07:44:22] 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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41278&edit=1