Closed rysiulg closed 1 week ago
The pull request modifies the Dockerfile for the Apache2 setup by adding new PHP packages for PHP version 8.3 and removing a redundant package. It also improves the organization of the installation commands, updates the logging configuration for Apache, and explicitly sets permissions for copied files to be executable, while other aspects of file handling remain unchanged.
File | Change Summary |
---|---|
apache2/Dockerfile | - Added PHP packages: php83-simplexml , php83-json , php83-imap , php83-apcu .- Removed redundant php83-gd package.- Reformatted installation commands into a multi-line structure. - Updated logging configuration for Apache to redirect logs to standard error and output. - Set permissions for copied files to be executable. |
run.sh
script to accommodate PHP version 8.3, which is relevant as the main PR adds new PHP packages for the same version.run.sh
script for PHP 8.3, indicating a direct connection to the changes made in the main PR regarding PHP package installations.🐰 In a Docker world, so bright and new,
PHP packages added, a splendid view!
Logs now flow freely, permissions set right,
With each little change, our setup takes flight!
Hopping along, we refine and we play,
Cheers to the updates, hip-hip-hooray! 🎉
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Add PHP extension to be allowed run Prestashop 8.2 app
Proposed Changes
Related Issues
Summary by CodeRabbit
New Features
Improvements
Chores