pk-fr / yakpro-po

YAK Pro - Php Obfuscator
http://www.php-obfuscator.com
Other
1.29k stars 363 forks source link

outer classes/methods should not be encoded #4

Closed Antoine321 closed 8 years ago

Antoine321 commented 8 years ago

example:

Until that is resolved, I have to deactivate obfuscation for classes and methods. Well, I know it's minor glitches, overall good job !

pk-fr commented 8 years ago

Thank's for having tested it! You're absolutly right!!! I've forgotten predefined classes .... as well as predefined interfaces (there is no predefined traits yet) I will correct it as soon as I have some time I will release a new version next week-end If I do not find any time before. I hope you will star this project afterwards... Best regards, Pascal

pk-fr commented 8 years ago

Hi Antoine,

I just published 1.8.0 release a new config file $conf->t_ignore_pre_defined_classes element, replaces the old $conf->t_ignore_module_methods.

all pre-defined classes, class constants, properties, and methods are now not obfuscated by default.

Cheers, Pascal