Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
New releases : 5.6.39, 7.0.33, 7.1.25, 7.2.13, 7.3.0 (Issue neard/nea…
Browse files Browse the repository at this point in the history
…rd#396)

Add SSH2 1.1.2 extensions for PHP 7.2
  • Loading branch information
crazy-max committed Dec 15, 2018
1 parent b217c3a commit 896bdfb
Show file tree
Hide file tree
Showing 39 changed files with 21,676 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## r26 (2018/12/15)

* New releases : 5.6.39, 7.0.33, 7.1.25, 7.2.13, 7.3.0 (Issue neard/neard#396)
* Add SSH2 1.1.2 extensions for PHP 7.2

## r25 (2018/07/18)

* New releases : 5.6.36, 7.0.30, 7.1.19, 7.2.8 (Issue neard/neard#379)
Expand Down
1 change: 1 addition & 0 deletions bin/php5.6.39/deps.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
imagemagick = https://github.com/neard/modules-untouched/releases/download/php-r9/ImageMagick-6.9.3-7-vc11-x86.zip
2 changes: 2 additions & 0 deletions bin/php5.6.39/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.
6 changes: 6 additions & 0 deletions bin/php5.6.39/exts.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
imagick = https://github.com/neard/modules-untouched/releases/download/php-r6/php_imagick-3.4.3-5.6-ts-vc11-x86.zip
memcache = https://github.com/neard/modules-untouched/releases/download/php-r1/php_memcache-3.0.8-5.6-ts-vc11-x86.zip
mongodb = https://github.com/neard/modules-untouched/releases/download/php-r3/php_mongodb-1.2.6-5.6-ts-vc11-x86.zip
ssh2 = https://github.com/neard/modules-untouched/releases/download/php-r1/php_ssh2-0.12-5.6-ts-vc11-x86.zip
vld = https://github.com/neard/modules-untouched/releases/download/php-r3/php_vld-0.14.0-5.6-ts-vc11-x86.zip
xdebug = https://github.com/neard/modules-untouched/releases/download/php-r12/php_xdebug-2.5.5-5.6-vc11.dll
9 changes: 9 additions & 0 deletions bin/php5.6.39/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
phpVersion = "5.6.39"
phpCliExe = "php.exe"
phpCliSilentExe = "php-win.exe"
phpConf = "php.ini"
phpPearExe = "pear/pear.bat"

apache24 = "php5apache2_4.dll"

bundleRelease = "@RELEASE_VERSION@"
1 change: 1 addition & 0 deletions bin/php5.6.39/pear.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pear = https://github.com/neard/modules-untouched/releases/download/php-r1/install-pear-nozlib-1.10.1.phar
Loading

0 comments on commit 896bdfb

Please sign in to comment.