Skip to content

Releases: pk-fr/yakpro-po

remove strftime as it is deprecated as of php 8.1

24 Apr 15:30
Compare
Choose a tag to compare
2.0.14

remove strftime as it is deprecated as of php 8.1

fix issue #97

22 Aug 15:47
Compare
Choose a tag to compare

label obfuscation was incorrect since 1.x to 2.x migration

fix issues with anonymous classes & return type declarations

13 Jun 16:02
Compare
Choose a tag to compare

fix issue #72 with anonymous classes
fix issue with return type declarations

fix issue with defined() function

26 May 09:45
Compare
Choose a tag to compare
2.0.11

fix issue with defined() function

php 7.4 compatibility string offset access syntax with curly braces is deprecated

06 Mar 10:36
Compare
Choose a tag to compare

php 7.4 compatibility string offset access syntax with curly braces is deprecated

06 Mar 09:49
Compare
Choose a tag to compare

fix bug when use without alias

02 Mar 17:04
Compare
Choose a tag to compare

update of scrambler version

27 Feb 16:34
Compare
Choose a tag to compare

forgotted in previous release

use of aliases

27 Feb 15:20
Compare
Choose a tag to compare

cannot detect of which type an alias is by analysing the ast...
so merged function and classes scramble names.
both or none has to be obfuscated if an alias is used

solves issues #54 and #58

php 7.4 compatibility

16 Nov 11:30
Compare
Choose a tag to compare

fn is now a reserved keyword.

fix issue #50