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. |
0.15.0 | - Preliminary PHP 7.3 support. |
0.14.0 |
- PHP 7.0 and 7.1 support - Fixes for dead code and path analysis |
0.13.0 |
- 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 |
0.12.0 | - PHP 5.5 compatibility |
0.11.2 |
- Fixed some crash fixes (Felipe Pena) - Display the constant value if we know it |
0.11.1 | - PHP 5.4 support |
0.11.0 | - PHP 5.4 support |
0.10.1 |
- SEND_VAR_NO_REF needs to use extended value (Patch by Graham K.) - Fix build with 5.3 and trunk. - Added Zoë's patch for CVS style formatting. - Added the closures opcode - Added a path finding algorithm. - Added an option (vld.dump_paths) that dumps branch and paths when turned on. - Added two options (vld.save_dir and vld.save_paths) that allows you to dump path information has a graphviz .dot file. - TSRM fixes (by Wojciech Meler |
0.10.0 |
- SEND_VAR_NO_REF needs to use extended value (Patch by Graham K.) - Fix build with 5.3 and trunk. - Added Zoë's patch for CVS style formatting. - Added the closures opcode - Added a path finding algorithm. - Added an option (vld.dump_paths) that dumps branch and paths when turned on. - Added two options (vld.save_dir and vld.save_paths) that allows you to dump path information has a graphviz .dot file. - TSRM fixes (by Wojciech Meler |
0.9.1 |
- Fixed a few segfaults in branch analyzation. - Fixed HEAD compilation. |
0.9.0 | Lots of fixes and improvements. |