I searched several forums for ioncube and didn't find anything so I guess either no one has installed ioncube loader, or no one has had any trouble doing so.
I did read some on google and on archlinux and there doesnt seem to be a way to do it using pacman as pacman reports target not found.
There is a script at
$this->bbcode_second_pass_code('', 'https://github.com/mtorromeo/archlinux-packages/blob/master/php-ioncube_loader/PKGBUILD')
hope I did that appropriately...not sure I want to follow it though. Looks like an opportunity for me to mis-type something.
i did find a package at AUR located at $this->bbcode_second_pass_code('', 'https://aur.archlinux.org/packages/php-ioncube_loader/')
so I guess an appropriate starting point would be something like $this->bbcode_second_pass_code('', 'wget https://aur.archlinux.org/packages/php-ioncube_loader/')
followed by an appropriate tar command. I suppose tar unpacks in place unless you add the -C directive?
Next it would be a simple matter of adding the include in php.ini.
we'll find out...I'm going to give it a whirl
Did I overlook anything?