parsekit
PHP Opcode Analyser
Provides a userspace interpretation of the opcodes generated by the Zend engine compiler built into PHP.
This extension is meant for development and debug purposes only and contains some code which is potentially non-threadsafe.
PHP
sean
Sean Coates
sean@php.net
lead
pollita
Sara Golemon
pollita@php.net
lead
1.3.0
stable
2009-10-17
Builds on PHP 5.3
1.2
stable
2006-11-01
Bugfix #9143
1.1
stable
2006-06-16
Make 5.1/5.2 compatable by ifdefing out more opcodes
Output sensible data for IS_CV nodes
1.0
stable
2004-10-31
#ifdef out extinct opcode constants and promote to stable
0.3.1
beta
2004-08-28
Fix ZE1 segfault when popping classes.
0.3
beta
2004-08-26
ZE1 fixes including arg_info emulation.
Expose arg_info directly for real functions/methods.
Add shorthand PARSEKIT_SIMPLE output.
0.2
alpha
2004-05-06
Initial Release