vld

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

Latest releases

Version Release Download
0.18.0 2022-09-16 vld-0.18.0.tgz
0.17.2 2021-11-30 vld-0.17.2.tgz
0.17.1 2021-01-11 vld-0.17.1.tgz
0.17.0 2020-01-13 vld-0.17.0.tgz
0.16.0 2019-05-29 vld-0.16.0.tgz
Show all releases

Changelog

Version Message
0.18.0 - Add support for new PHP 8.1 opcodes with examples
- Add support for PHP 8.2 (by removing JMPZNZ opcode)
0.17.2 - Added preliminary support for PHP 8.1.
0.17.1 - Added support for PHP 8.0.
0.17.0 - 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
0.16.0 - Preliminary PHP 7.4 support.
Show complete changelog