Skip to content

new behaviour: detects and ignore pre-defined classes, class constants, properties, methods

Compare
Choose a tag to compare
@pk-fr pk-fr released this 12 Dec 18:36
· 60 commits to master since this release

New config file $conf->t_ignore_pre_defined_classes element, replacing the old $conf->t_ignore_module_methods.
see config.cnf for more details

Ignore pre-defined classes, class constants, properties, methods.
if a use statement is present, do not shuffle statements that are located before the last use statement.
namespaces and classes are now sharing the same obfuscation context in order to be alias compliant.