Closed alizarei22 closed 2 years ago
Hi, I don't have any experience with SourceGuardian, so I can only guess. I recommend you build your own Dockerfile with the SourceGuardian loader. You should be able to start with this:
FROM tomsik68/xampp:5 # feel free to change the XAMPP/PHP version
RUN # SourceGuardian install commands
Where SourceGuardian install commands come from this page: https://serverpilot.io/docs/how-to-install-source-guardian/
Thank you for your suggestion, I will definitely test this method good luck!
Hello,
I'm running Docker on Linux. I use the following command to start the container:
I want to install "ixed.8.1.lin" that requires a SourceGuardian loader. I have "ixed.8.1.lin" installation file and i should install it in /opt/lampp/lib/php/extensions/no-debug-non-zts-20210902 directories and after that i edit /opt/lampp/etc/php.ini and add 'extension=ixed.8.1.lin' directive. my problem is i can not find "/opt/lampp/lib/php/extensions/no-debug-non-zts-20210902" and "/opt/lampp/etc/php.ini" in my system. can you help me?
Thank you!