Skip to content

Update php properties from release php-2025.12.7#38

Merged
N6REJ merged 1 commit intomainfrom
update-php-php-2025.12.7
Dec 9, 2025
Merged

Update php properties from release php-2025.12.7#38
N6REJ merged 1 commit intomainfrom
update-php-php-2025.12.7

Conversation

@N6REJ
Copy link
Collaborator

@N6REJ N6REJ commented Dec 9, 2025

User description

🤖 Automated Module Properties Update

This PR updates the php.properties file with new versions from release php-2025.12.7.

Changes:

  • Extracted assets starting with php (.7z, .exe, or .zip files)
  • Added version entries with download URLs
  • Maintained semver ordering (newest first)

Release URL: https://github.com/Bearsampp/modules-untouched/releases/tag/php-2025.12.7

Next Steps:

  1. ⏳ Link validation will run automatically
  2. ✅ Once validation passes, this PR will auto-merge
  3. ❌ If validation fails, please review and fix invalid URLs

PR Type

Enhancement


Description

  • Updates PHP module properties from release php-2025.12.7

  • Removes outdated xdebug 3.5.0 entry from version list

  • Maintains semver ordering with newest versions first


Diagram Walkthrough

flowchart LR
  A["php.properties file"] -- "Remove xdebug 3.5.0" --> B["Updated version list"]
  A -- "Maintain semver order" --> B
Loading

File Walkthrough

Relevant files
Configuration changes
php.properties
Remove outdated xdebug 3.5.0 version entry                             

modules/php.properties

  • Removed xdebug version 3.5.0 entry from the properties file
  • Preserved all other PHP version entries (8.0.x, 7.4.x, 5.6.x, 3.8.0)
  • Maintained semver ordering with newest versions listed first
+0/-1     

Auto-generated from release php-2025.12.7
@N6REJ N6REJ merged commit 0e91e67 into main Dec 9, 2025
3 checks passed
@qodo-code-review
Copy link

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
🟢
Generic: Secure Logging Practices

Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Comprehensive Audit Trails

Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.

Status:
Non-code change: The PR only updates static URLs and removes an entry; no executable code was added to
implement or affect audit logging, so compliance cannot be determined from this diff.

Referred Code
8.0.30 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.9.6/php-8.0.30-Win32-vs16-x64.zip
8.0.29 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.7.7/php-8.0.29-Win32-vs16-x64.zip
8.0.28 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.3.5/php-8.0.28-Win32-vs16-x64.zip
8.0.27 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.1.31/php-8.0.27-Win32-vs16-x64.zip
8.0.26 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.12.03/php-8.0.26-Win32-vs16-x64.zip
8.0.25 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.10.28/php-8.0.25-Win32-vs16-x64.zip
8.0.24 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.09.30/php-8.0.24-Win32-vs16-x64.zip
8.0.23 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.09.22/php-8.0.23-Win32-vs16-x64.zip
8.0.22 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.08.08/php-8.0.22-Win32-vs16-x64.zip
8.0.21 = https://github.com/Bearsampp/modules-untouched/releases/download/php-8.0.21/php-8.0.21-Win32-vs16-x64.zip
7.4.33 = https://github.com/Bearsampp/modules-untouched/releases/download/2022.11.04/php-7.4.33-Win32-vc15-x64.zip
7.4.32 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.09.30/php-7.4.32-Win32-vc15-x64.zip
7.4.30 = https://github.com/Bearsampp/modules-untouched/releases/download/php-7.4.30/php-7.4.30-Win32-vc15-x64.zip
5.6.40 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.07.30/php-5.6.40-Win32-VC11-x64.zip
3.8.0 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2025.12.7/php_imagick-3.8.0-8.5-ts-vs17-x64.zip

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Meaningful Naming and Self-Documenting Code

Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting

Status:
No identifiers: The changes only modify property values (version-to-URL mappings) and do not introduce
identifiers or code where naming conventions apply.

Referred Code
8.0.30 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.9.6/php-8.0.30-Win32-vs16-x64.zip
8.0.29 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.7.7/php-8.0.29-Win32-vs16-x64.zip
8.0.28 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.3.5/php-8.0.28-Win32-vs16-x64.zip
8.0.27 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.1.31/php-8.0.27-Win32-vs16-x64.zip
8.0.26 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.12.03/php-8.0.26-Win32-vs16-x64.zip
8.0.25 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.10.28/php-8.0.25-Win32-vs16-x64.zip
8.0.24 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.09.30/php-8.0.24-Win32-vs16-x64.zip
8.0.23 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.09.22/php-8.0.23-Win32-vs16-x64.zip
8.0.22 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.08.08/php-8.0.22-Win32-vs16-x64.zip
8.0.21 = https://github.com/Bearsampp/modules-untouched/releases/download/php-8.0.21/php-8.0.21-Win32-vs16-x64.zip
7.4.33 = https://github.com/Bearsampp/modules-untouched/releases/download/2022.11.04/php-7.4.33-Win32-vc15-x64.zip
7.4.32 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.09.30/php-7.4.32-Win32-vc15-x64.zip
7.4.30 = https://github.com/Bearsampp/modules-untouched/releases/download/php-7.4.30/php-7.4.30-Win32-vc15-x64.zip
5.6.40 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.07.30/php-5.6.40-Win32-VC11-x64.zip
3.8.0 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2025.12.7/php_imagick-3.8.0-8.5-ts-vs17-x64.zip

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Robust Error Handling and Edge Case Management

Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation

Status:
No error paths: The diff only updates static configuration entries and does not include executable logic
to assess error handling or edge cases.

Referred Code
8.0.30 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.9.6/php-8.0.30-Win32-vs16-x64.zip
8.0.29 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.7.7/php-8.0.29-Win32-vs16-x64.zip
8.0.28 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.3.5/php-8.0.28-Win32-vs16-x64.zip
8.0.27 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.1.31/php-8.0.27-Win32-vs16-x64.zip
8.0.26 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.12.03/php-8.0.26-Win32-vs16-x64.zip
8.0.25 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.10.28/php-8.0.25-Win32-vs16-x64.zip
8.0.24 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.09.30/php-8.0.24-Win32-vs16-x64.zip
8.0.23 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.09.22/php-8.0.23-Win32-vs16-x64.zip
8.0.22 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.08.08/php-8.0.22-Win32-vs16-x64.zip
8.0.21 = https://github.com/Bearsampp/modules-untouched/releases/download/php-8.0.21/php-8.0.21-Win32-vs16-x64.zip
7.4.33 = https://github.com/Bearsampp/modules-untouched/releases/download/2022.11.04/php-7.4.33-Win32-vc15-x64.zip
7.4.32 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.09.30/php-7.4.32-Win32-vc15-x64.zip
7.4.30 = https://github.com/Bearsampp/modules-untouched/releases/download/php-7.4.30/php-7.4.30-Win32-vc15-x64.zip
5.6.40 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.07.30/php-5.6.40-Win32-VC11-x64.zip
3.8.0 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2025.12.7/php_imagick-3.8.0-8.5-ts-vs17-x64.zip

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Error Handling

Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.

Status:
Not applicable here: No user-facing error handling was modified or added in this PR; static URLs were updated
only.

Referred Code
8.0.30 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.9.6/php-8.0.30-Win32-vs16-x64.zip
8.0.29 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.7.7/php-8.0.29-Win32-vs16-x64.zip
8.0.28 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.3.5/php-8.0.28-Win32-vs16-x64.zip
8.0.27 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.1.31/php-8.0.27-Win32-vs16-x64.zip
8.0.26 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.12.03/php-8.0.26-Win32-vs16-x64.zip
8.0.25 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.10.28/php-8.0.25-Win32-vs16-x64.zip
8.0.24 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.09.30/php-8.0.24-Win32-vs16-x64.zip
8.0.23 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.09.22/php-8.0.23-Win32-vs16-x64.zip
8.0.22 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.08.08/php-8.0.22-Win32-vs16-x64.zip
8.0.21 = https://github.com/Bearsampp/modules-untouched/releases/download/php-8.0.21/php-8.0.21-Win32-vs16-x64.zip
7.4.33 = https://github.com/Bearsampp/modules-untouched/releases/download/2022.11.04/php-7.4.33-Win32-vc15-x64.zip
7.4.32 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.09.30/php-7.4.32-Win32-vc15-x64.zip
7.4.30 = https://github.com/Bearsampp/modules-untouched/releases/download/php-7.4.30/php-7.4.30-Win32-vc15-x64.zip
5.6.40 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.07.30/php-5.6.40-Win32-VC11-x64.zip
3.8.0 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2025.12.7/php_imagick-3.8.0-8.5-ts-vs17-x64.zip

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Security-First Input Validation and Data Handling

Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities

Status:
External URLs: The change adds and maintains external download URLs; without seeing the consuming code,
input validation and secure handling of these URLs cannot be assessed from this diff.

Referred Code
8.0.30 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.9.6/php-8.0.30-Win32-vs16-x64.zip
8.0.29 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.7.7/php-8.0.29-Win32-vs16-x64.zip
8.0.28 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.3.5/php-8.0.28-Win32-vs16-x64.zip
8.0.27 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.1.31/php-8.0.27-Win32-vs16-x64.zip
8.0.26 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.12.03/php-8.0.26-Win32-vs16-x64.zip
8.0.25 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.10.28/php-8.0.25-Win32-vs16-x64.zip
8.0.24 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.09.30/php-8.0.24-Win32-vs16-x64.zip
8.0.23 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.09.22/php-8.0.23-Win32-vs16-x64.zip
8.0.22 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.08.08/php-8.0.22-Win32-vs16-x64.zip
8.0.21 = https://github.com/Bearsampp/modules-untouched/releases/download/php-8.0.21/php-8.0.21-Win32-vs16-x64.zip
7.4.33 = https://github.com/Bearsampp/modules-untouched/releases/download/2022.11.04/php-7.4.33-Win32-vc15-x64.zip
7.4.32 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.09.30/php-7.4.32-Win32-vc15-x64.zip
7.4.30 = https://github.com/Bearsampp/modules-untouched/releases/download/php-7.4.30/php-7.4.30-Win32-vc15-x64.zip
5.6.40 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.07.30/php-5.6.40-Win32-VC11-x64.zip
3.8.0 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2025.12.7/php_imagick-3.8.0-8.5-ts-vs17-x64.zip

Learn more about managing compliance generic rules or creating your own custom rules

Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

@qodo-code-review
Copy link

PR Code Suggestions ✨

No code suggestions found for the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant