vld 0.13.0

Provides functionality to dump the internal representation of PHP scripts


The Vulcan Logic Disassembler hooks into the Zend Engine and
dumps all the opcodes (execution units) of a script.

License: BSD style

Changes

- PHP 5.6 and PHPNG (preliminary) compatibility
- Fixed issues with brk/cnt
- Fixed memory leaks
- Support for showing entry and exit points when generating dot files