[PR #3825] [MERGED] Paymenter: bump php to 8.3 #4546

Closed
opened 2026-02-26 14:31:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/3825
Author: @opastorello
Created: 4/11/2025
Status: Merged
Merged: 4/14/2025
Merged by: @tremor021

Base: mainHead: main


📝 Commits (8)

📊 Changes

3 files changed (+21 additions, -19 deletions)

View changed files

📝 ct/paymenter.sh (+7 -5)
📝 frontend/public/json/paymenter.json (+6 -1)
📝 install/paymenter-install.sh (+8 -13)

📄 Description

✍️ 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)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/3825 **Author:** [@opastorello](https://github.com/opastorello) **Created:** 4/11/2025 **Status:** ✅ Merged **Merged:** 4/14/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`6cabec9`](https://github.com/community-scripts/ProxmoxVE/commit/6cabec95b26b476d3a9678f6234807b0fead3242) Update paymenter.json - [`e71d765`](https://github.com/community-scripts/ProxmoxVE/commit/e71d765810bdf7cae02ae5eba7b63eea5b440c83) Update paymenter-install.sh - [`19e0dd8`](https://github.com/community-scripts/ProxmoxVE/commit/19e0dd8ee49802480be260187cd90d5c335fe9c4) Update paymenter.json - [`397218d`](https://github.com/community-scripts/ProxmoxVE/commit/397218d4f6935dfc79ca0eed44fefd9feecf4a4c) Update paymenter-install.sh - [`9024023`](https://github.com/community-scripts/ProxmoxVE/commit/9024023199725af232abd2e1422de776ed86bcbf) Update paymenter-install.sh - [`f6dda36`](https://github.com/community-scripts/ProxmoxVE/commit/f6dda36d0ebb617308fac4994a4b640673a94294) Update paymenter-install.sh - [`b72e90b`](https://github.com/community-scripts/ProxmoxVE/commit/b72e90b12e058f3489cab5c3bb9f829532354374) Update paymenter.sh - [`7f7f9ab`](https://github.com/community-scripts/ProxmoxVE/commit/7f7f9ab127ab89fa4acbc256f0f8fdbeefe31e78) Merge branch 'main' into main ### 📊 Changes **3 files changed** (+21 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `ct/paymenter.sh` (+7 -5) 📝 `frontend/public/json/paymenter.json` (+6 -1) 📝 `install/paymenter-install.sh` (+8 -13) </details> ### 📄 Description ## ✍️ 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. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 14:31:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#4546
No description provided.