| Package Information |
| Summary |
PHP Opcode Analyser |
| Maintainers |
Sara Golemon <pollita@php.net> (lead) [wishlist] [details] Sean Coates <sean@php.net> (lead) [details] Elizabeth Smith <auroraeosrose@php.net> (developer) [details]
|
| License |
PHP |
| Description |
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. |
Release notes Version 0.3 (beta) |
ZE1 fixes including arg_info emulation.
Expose arg_info directly for real functions/methods.
Add shorthand PARSEKIT_SIMPLE output. |