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 .github/workflows/update-releases-properties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Update Releases Properties

on:
release:
types: [released, edited]
types: [released, prereleased, edited]

# Manual trigger for testing
workflow_dispatch:
Expand Down
9 changes: 9 additions & 0 deletions bin/php8.4.18/bearsampp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
phpVersion = "8.4.18"
phpCliExe = "php.exe"
phpCliSilentExe = "php-win.exe"
phpConf = "php.ini"
phpPearExe = "pear/pear.bat"

apache24 = "php8apache2_4.dll"

bundleRelease = "@RELEASE_VERSION@"
1 change: 1 addition & 0 deletions bin/php8.4.18/deps.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Imagemagick = https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.4/ImageMagick-7.1.2-15-portable-Q16-HDRI-x64.7z
2 changes: 2 additions & 0 deletions bin/php8.4.18/deps/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Place dependencies required by PHP here like PECL deps (http://windows.php.net/downloads/pecl/deps/).
The dependencies will be injected into the PATH environment variable.
3 changes: 3 additions & 0 deletions bin/php8.4.18/exts.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
imagick=https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.4/php_imagick-3.7.0-8.4-ts-vs17-x64.zip
memcache=https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.4/php_memcache-8.2-8.4-ts-vs17-x64.1.zip
xdebug=https://github.com/Bearsampp/modules-untouched/releases/download/php-2026.3.4/php_xdebug-3.5.1-8.4-ts-vs17-x86_64.dll
1 change: 1 addition & 0 deletions bin/php8.4.18/pear.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pear=https://github.com/Bearsampp/modules-untouched/releases/download/php-2025.12.7/pearweb_phars-1.10.24.tgz
Loading