Skip to content

Commit

Permalink
Added PHP 8.1.30, 8.2.24, and 8.3.12 configurations, extensions, and …
Browse files Browse the repository at this point in the history
…dependencies; updated release URLs and bundle release date in properties files.
  • Loading branch information
N6REJ committed Oct 2, 2024
1 parent 75fb983 commit 78ac797
Show file tree
Hide file tree
Showing 24 changed files with 11,831 additions and 1 deletion.
9 changes: 9 additions & 0 deletions bin/php8.1.30/bearsampp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
phpVersion = "8.1.30"
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.1.30/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-2024.10.2/ImageMagick-7.1.1-38-portable-Q16-HDRI-x64.zip
2 changes: 2 additions & 0 deletions bin/php8.1.30/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.1.30/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-2024.7.11/php_imagick-3.7.0-8.1-ts-vs16-x64.zip
memcache = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.10.2/php-8.1.x_memcache.dll
xdebug = https://github.com/Bearsampp/modules-untouched/releases/download/php-2024.7.11/php_xdebug-3.3.2-8.1-vs16-x86_64.dll
1 change: 1 addition & 0 deletions bin/php8.1.30/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-2024.7.11/install-pear-nozlib.phar
Loading

0 comments on commit 78ac797

Please sign in to comment.