Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.
/ module-php Public archive

Commit 896bdfb

Browse files
committed
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
1 parent b217c3a commit 896bdfb

39 files changed

+21676
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## r26 (2018/12/15)
4+
5+
* New releases : 5.6.39, 7.0.33, 7.1.25, 7.2.13, 7.3.0 (Issue neard/neard#396)
6+
* Add SSH2 1.1.2 extensions for PHP 7.2
7+
38
## r25 (2018/07/18)
49

510
* New releases : 5.6.36, 7.0.30, 7.1.19, 7.2.8 (Issue neard/neard#379)

bin/php5.6.39/deps.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
imagemagick = https://github.com/neard/modules-untouched/releases/download/php-r9/ImageMagick-6.9.3-7-vc11-x86.zip

bin/php5.6.39/deps/README.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Place dependencies required by PHP here like PECL deps (http://windows.php.net/downloads/pecl/deps/).
2+
The dependencies will be injected into the PATH environment variable.

bin/php5.6.39/exts.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
imagick = https://github.com/neard/modules-untouched/releases/download/php-r6/php_imagick-3.4.3-5.6-ts-vc11-x86.zip
2+
memcache = https://github.com/neard/modules-untouched/releases/download/php-r1/php_memcache-3.0.8-5.6-ts-vc11-x86.zip
3+
mongodb = https://github.com/neard/modules-untouched/releases/download/php-r3/php_mongodb-1.2.6-5.6-ts-vc11-x86.zip
4+
ssh2 = https://github.com/neard/modules-untouched/releases/download/php-r1/php_ssh2-0.12-5.6-ts-vc11-x86.zip
5+
vld = https://github.com/neard/modules-untouched/releases/download/php-r3/php_vld-0.14.0-5.6-ts-vc11-x86.zip
6+
xdebug = https://github.com/neard/modules-untouched/releases/download/php-r12/php_xdebug-2.5.5-5.6-vc11.dll

bin/php5.6.39/neard.conf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
phpVersion = "5.6.39"
2+
phpCliExe = "php.exe"
3+
phpCliSilentExe = "php-win.exe"
4+
phpConf = "php.ini"
5+
phpPearExe = "pear/pear.bat"
6+
7+
apache24 = "php5apache2_4.dll"
8+
9+
bundleRelease = "@RELEASE_VERSION@"

bin/php5.6.39/pear.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pear = https://github.com/neard/modules-untouched/releases/download/php-r1/install-pear-nozlib-1.10.1.phar

0 commit comments

Comments
 (0)