-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added PHP 8.1.30, 8.2.24, and 8.3.12 configurations, extensions, and …
…dependencies; updated release URLs and bundle release date in properties files.
- Loading branch information
Showing
24 changed files
with
11,831 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.