-
Notifications
You must be signed in to change notification settings - Fork 865
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Install custom extension for php #57
Comments
I just did it @chalist with the following steps. Learn you PHP container id or label and replace containerid with the places i wrote ın this answer Download ioncube: Extract it: Find the suitable .so file with your PHP version in ioncube folder: Learn the extensions folder of PHP image: Copy the extension file in to the image extension dir: Then create a file outside and add this line in it: Save file with this name: Learn the ini files location with this command: Copy your new ini file into the image: Then: To check ioncube enter this command: The last line for me is: |
I think this extension installation process can be handled with make file @zanematthew @mkamranpk @phambanhan |
How I can install custom extension like
ioncube
?Thank you.
The text was updated successfully, but these errors were encountered: