Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion module_name.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby
php
7 changes: 5 additions & 2 deletions modules/php.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
8.5.3 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.4/php-8.5.3-Win32-vs17-x64.zip
8.5.2 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.1.16/php-8.5.2-Win32-vs17-x64.zip
8.5.0 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2025.12.7/php-8.5.0-Win32-vs17-x64.zip
8.4.18 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.4/php-8.4.18-Win32-vs17-x64.zip
8.4.17 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.1.16/php-8.4.17-Win32-vs17-x64.zip
8.4.15 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2025.12.7/php-8.4.15-Win32-vs17-x64.zip
8.4.14 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2025.10.31/php-8.4.14-Win32-vs17-x64.zip
Expand Down Expand Up @@ -47,7 +49,7 @@
8.2.3 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.3.5/php-8.2.3-Win32-vs16-x64.zip
8.2.1 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2023.1.31/php-8.2.1-Win32-vs16-x64.zip
8.2.0 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2022.12.13/php-8.2.0-Win32-vs16-x64.zip
8.2 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.1.16/php_memcache-8.2-8.2-ts-vs16-x64.zip
8.2 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.4/php_memcache-8.2-8.5-ts-vs17-x64.zip
8.1.33 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2025.8.20/php-8.1.33-Win32-vs16-x64.zip
8.1.32 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2025.4.8/php-8.1.32-Win32-vs16-x64.zip
8.1.31 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.11.30/php-8.1.31-Win32-vs16-x64.zip
Expand Down Expand Up @@ -80,5 +82,6 @@
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.1 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.1.16/php_imagick-3.8.1-8.5-ts-vs17-x86_64.zip
3.8.1 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.4/php_imagick-3.8.1-8.5-nts-vs17-x86.zip

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Action required

1. Imagick nts/x86 package 🐞 Bug ✓ Correctness

The imagick 3.8.1 entry now points to a non-thread-safe (nts) and likely 32-bit (x86) artifact,
conflicting with the repo’s stated preference for thread-safe packages and with adjacent imagick
entries that are ts/x64. This can cause runtime load failures or inconsistent installs for typical
64-bit thread-safe PHP builds.
Agent Prompt
### Issue description
`modules/php.properties` now references an imagick 3.8.1 artifact that is `nts` and `x86`, conflicting with the repo’s stated requirement/preference to use thread-safe packages and inconsistent with other imagick entries.

### Issue Context
Other imagick entries in the same file are `ts` and `x64`. This entry should likely follow the same build flavor to avoid extension load/runtime problems.

### Fix Focus Areas
- modules/php.properties[85-87]
- README.md[11-15]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools

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
3.7.0 = https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.4/php_imagick-3.7.0-8.4-ts-vs17-x64.zip