Package Information |
Summary |
Provides functionality to dump the internal representation of PHP scripts |
Maintainers |
Derick Rethans <
derick at php dot net >
(lead)
[wishlist]
[details]
|
License |
BSD style |
Description |
The Vulcan Logic Disassembler hooks into the Zend Engine and
dumps all the opcodes (execution units) of a script. |
Homepage |
http://derickrethans.nl/vld.php
|
Release notes
Version 0.7.0
(beta)
|
This release adds a lot of Zend Engine 2 support, fixes some bugs and changes the way on how VLD is activated. Only if the configure setting "vld.active" is set to "1" it will dump the op arrays. |