Skip to content

Releases: pk-fr/yakpro-po

minor bug fixes

26 Mar 16:28
Compare
Choose a tag to compare

added $GLOBALS for reserved variable names
changed check mode form isset to array_key_exists because some keys had null values ( uppercase NULL as an example)

added --whatis command line option

23 Jan 01:24
Compare
Choose a tag to compare
1.8.6

added --whatis command line option

issue #11 fix

25 Dec 13:57
Compare
Choose a tag to compare

1.8.0 incomplete changes...

issues #10 and #12 fixes

25 Dec 11:01
Compare
Choose a tag to compare

Changed shebang from #!/usr/bin/php to #!/usr/bin/env php.
Changed yakpro-po.php execute mode within github.
Fixed Catch block class names are not scrambled #12

issue #9 fix

21 Dec 20:47
Compare
Choose a tag to compare

workaround for prettyprinter when empty php file

issue #8 fix

14 Dec 22:02
Compare
Choose a tag to compare
1.8.2

Update version.php

typo fixes

13 Dec 03:13
Compare
Choose a tag to compare
1.8.1

Update version.php

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

12 Dec 18:36
Compare
Choose a tag to compare

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.

Updated Check for PHP Parser 1.x branch to be relative

30 Oct 15:07
Compare
Choose a tag to compare

"Check for PHP Parser 1.x branch" now works when yakpro-po is not the current working directory.
minor regression fix for --help option.

Check for PHP Parser 1.x branch

21 Oct 13:26
Compare
Choose a tag to compare
1.7.2

Update README.md