| Changelog for vld | 
                                    
                        | Release | What has changed? | 
                                            
                                                    
                                | 0.19.1 | - Remove 'ZEND_' prefix from opcode names - PHP 8.5: Add support for the new DECLARE_ATTRIBUTED_CONST opcode
 - Improve support for PHP 8.4 property hooks, and add the new INIT_PARENT_PROPERTY_HOOK_CALL opcode
 - Fixed EXT_STMT display, as it does not have any used op nodes
 | 
                                                                    
                                                    
                                | 0.19.0 | - Add support for PHP 8.3 and PHP 8.4 | 
                                                                    
                                                    
                                | 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 <wmeler@wp-sa.pl>).
 | 
                                                                    
                                                    
                                | 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 <wmeler@wp-sa.pl>).
 | 
                                                                    
                                                    
                                | 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.
 |