[PR #3825] Paymenter: bump php to 8.3 #4569

Open
opened 2025-11-20 06:10:38 -05:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/community-scripts/ProxmoxVE/pull/3825

State: closed
Merged: Yes


✍️ Description

  1. Adds PHP repositories
  2. Installs required packages:
    • PHP 8.3 with essential extensions (MySQL, GD, Redis, etc.)
  3. Creates an admin user – Automatically sets up a default admin account for Paymenter.
  4. Configures Nginx – Ensures the web server properly runs PHP.
  5. Enables services – Makes sure Paymenter and Redis start automatically.

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No breaking changes – Existing functionality remains intact.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • [] 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔍 Code & Security Review (X in brackets)

  • Follows Code_Audit.md & CONTRIBUTING.md guidelines

📋 Additional Information (optional)

**Original Pull Request:** https://github.com/community-scripts/ProxmoxVE/pull/3825 **State:** closed **Merged:** Yes --- ## ✍️ Description 1. **Adds PHP repositories** 2. **Installs required packages**: - **PHP 8.3** with essential extensions (MySQL, GD, Redis, etc.) 3. **Creates an admin user** – Automatically sets up a default admin account for Paymenter. 4. **Configures Nginx** – Ensures the web server properly runs PHP. 5. **Enables services** – Makes sure Paymenter and Redis start automatically. ## ✅ Prerequisites (**X** in brackets) - [X] **Self-review completed** – Code follows project standards. - [X] **Tested thoroughly** – Changes work as expected. - [X] **No breaking changes** – Existing functionality remains intact. - [X] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [X] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- ## 🔍 Code & Security Review (**X** in brackets) - [X] **Follows `Code_Audit.md` & `CONTRIBUTING.md` guidelines** ## 📋 Additional Information (optional) <!-- Add any extra context, screenshots, or references. -->
saavagebueno added the pull-request label 2025-11-20 06:10:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4569