Skip to content

Instantly share code, notes, and snippets.

@clivewalkden
Last active December 12, 2019 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clivewalkden/c354aa04c397c6bd543eec5c0a414ac0 to your computer and use it in GitHub Desktop.
Save clivewalkden/c354aa04c397c6bd543eec5c0a414ac0 to your computer and use it in GitHub Desktop.
Ubuntu IonCube PHP 7.2
zend_extension = /usr/lib/php/20170718/ioncube_loader_lin_7.2.so

How to install IonCube on Ubuntu PHP 7.2

The .so library file is located on UbuntuXPS Hello directory called ioncube_loader_lin_7.2.so you need to put it in /usr/lib/php/20170718/

Then create a new file called 00-ioncube.ini in the /etc/php/7.2/fpm/conf.d and /etc/php/7.2/cli/conf.d directory which has the file content included above.

Restart php-fpm sudo systemctl restart php7.2-fpm.service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment