pk-fr / yakpro-po

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

run with php 7.4 occur `PHP Deprecated: Array and string offset access syntax with curly braces is deprecated` #62

Closed mkanako closed 4 years ago

mkanako commented 4 years ago

PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Tools/yakpro-po/yakpro-po.php on line 74

Deprecated: Array and string offset access syntax with curly braces is deprecated in /Tools/yakpro-po/yakpro-po.php on line 74

PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Tools/yakpro-po/include/check_version.php on line 28 PHP Stack trace: PHP 1. {main}() /Tools/yakpro-po/yakpro-po.php:0

Deprecated: Array and string offset access syntax with curly braces is deprecated in /Tools/yakpro-po/include/check_version.php on line 28

Call Stack: 0.0023 414744 1. {main}() /Tools/yakpro-po/yakpro-po.php:0

PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Tools/yakpro-po/include/classes/scrambler.php on line 378 PHP Stack trace: PHP 1. {main}() /Tools/yakpro-po/yakpro-po.php:0

Deprecated: Array and string offset access syntax with curly braces is deprecated in /Tools/yakpro-po/include/classes/scrambler.php on line 378

Call Stack: 0.0023 414744 1. {main}() /Tools/yakpro-po/yakpro-po.php:0

PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /Tools/yakpro-po/include/classes/scrambler.php on line 378 PHP Stack trace: PHP 1. {main}() /Tools/yakpro-po/yakpro-po.php:0

Deprecated: Array and string offset access syntax with curly braces is deprecated in /Tools/yakpro-po/include/classes/scrambler.php on line 378

.....

pk-fr commented 4 years ago

thanks, fixed in 2.0.9

mkanako commented 4 years ago

https://github.com/pk-fr/yakpro-po/blob/da8637b48cad70cf2da10e8acf018b4c76790147/include/classes/parser_extensions/my_pretty_printer.php#L22

miss this line thx!

pk-fr commented 4 years ago

thx! hope this is ok now!

mkanako commented 4 years ago

yes, now is working great!