From:             judas dot iscariote at gmail dot com
Operating system: Irrelevant
PHP version:      5CVS-2007-05-04 (snap)
PHP Bug Type:     Feature/Change Request
Bug description:  ReflectionExtension has no way to determine if an extension 
is a Zend Extension

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 bug report at http://bugs.php.net/?id=41278&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41278&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41278&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41278&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41278&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41278&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41278&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41278&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41278&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41278&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41278&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41278&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41278&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41278&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41278&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41278&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41278&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41278&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41278&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41278&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41278&r=mysqlcfg

Reply via email to