| Changelog for vld |
| Release |
What has changed? |
| 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. |
| 0.8.0 |
Bring this up-to-date with latest PHP 5.1-dev. |
| 0.7.0 |
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. |