Ioncube in PHP7.4

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!

Hey @MauricioGrizale!

Can you try adding that package into the replit.nix file of your Repl instead of using nix-shell? If that doesn’t help, you can change the nix channel in the .replit configuration file to unstable or the stable-23.05 which should yield your package.