Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade PHP Version to 8.3 #19

Merged
merged 2 commits into from
May 23, 2024
Merged

Upgrade PHP Version to 8.3 #19

merged 2 commits into from
May 23, 2024

Conversation

erseco
Copy link
Owner

@erseco erseco commented Dec 21, 2023

Pull Request - PHP Version Upgrade

Overview

This pull request proposes an upgrade of the PHP version from 8.2 to 8.3 in our alpine-php-webserver environment. The update aims to leverage the latest improvements and security fixes provided in PHP 8.3.

Changes

  • Updated PHP version from alpine from php82 to php83.
  • Adjusted any specific configurations and dependencies that are affected by the new PHP version.

Benefits

  • Enhanced Security: PHP 8.3 includes the latest security patches, which is crucial for maintaining the safety of our web applications.
  • Improved Performance: New optimizations in PHP 8.3 can lead to better performance of our web server.
  • New Features: PHP 8.3 comes with new features and functionalities that could be beneficial in developing more robust applications.
  • Future-Proofing: Keeping up with the latest version ensures easier future updates and compatibility with other tools and libraries.

Testing

  • Comprehensive testing has been conducted to ensure compatibility with existing applications.
  • All unit and integration tests were updated and passed successfully.
  • Manual testing was performed to verify that the webserver operates as expected with the new PHP version.

Request for Review

I kindly request the review of this pull request from the team. Please focus on the following areas:

  • Compatibility of existing applications with PHP 8.3.
  • Review of any code changes made to accommodate the PHP version upgrade.
  • Overall stability and performance of the webserver with the new PHP version.

Your valuable feedback and suggestions are highly appreciated to ensure a smooth transition to PHP 8.3.

Thank you!

@erseco erseco added the enhancement New feature or request label Dec 21, 2023
@erseco erseco self-assigned this Dec 21, 2023
@erseco erseco merged commit a82dcd5 into master May 23, 2024
2 checks passed
@erseco erseco deleted the php83 branch May 23, 2024 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant