vld 0.17.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

- Fixed segfault while reading of jump tables for SWITCH_LONG/STRING
- Removed support for PHP 5 (Peter McDonald)
- Fixed issue #47: Display for NEW does not mention classname