Skip to content

Commit

Permalink
Merge pull request #48 from Bearsampp/jake
Browse files Browse the repository at this point in the history
Added PHP 8.1.31 configuration files with xdebug.mode set to 'debug' and updated bundle release date
  • Loading branch information
jwaisner authored Dec 28, 2024
2 parents e6187a4 + 6c9ea3b commit 42295a0
Show file tree
Hide file tree
Showing 48 changed files with 27,660 additions and 45 deletions.
9 changes: 9 additions & 0 deletions bin/php8.1.31/bearsampp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
phpVersion = "8.1.31"
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.31/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.31/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.31/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.31/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 42295a0

Please sign in to comment.