Hello, I have a proprietary app but this encoded. I have the dev license to be able to develop a plugin but I need to lift the whole app with ioncube.
I try to install but I get error
~/PHP-MySQL$ nix-shell -p pkgs.phpExtensions.ioncube
error: attribute 'ioncube' missing, at (string):1:94
(use '--show-trace' to show detailed location information)
~/PHP-MySQL$ nix-shell -p pkgs.phpExtensions.zend_extensions
error: attribute 'zend_extensions' missing, at (string):1:94
(use '--show-trace' to show detailed location information)
How could I do it? I can’t decode the code because it’s not mine. I test with 8.1 and 8.2 and is the same behavior.
Thanks for your advice!