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

Commit 3bdc5a4

Browse files
committed
PHP 7.1.33, 7.2.25, 7.3.12, 7.4.0 (Issue neard/neard#430)
1 parent 295819e commit 3bdc5a4

30 files changed

Lines changed: 15803 additions & 3 deletions

β€ŽCHANGELOG.mdβ€Ž

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

3+
## r29 (2019/11/28)
4+
5+
* PHP 7.1.33, 7.2.25, 7.3.12, 7.4.0 (Issue neard/neard#430)
6+
37
## r28 (2019/05/23)
48

59
* PHP 5.6.40, 7.1.29, 7.2.18, 7.3.5 (Issue neard/neard#414)
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-vc14-x86.zip
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.
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-7.1-ts-vc14-x86.zip
2+
memcache = https://github.com/neard/modules-untouched/releases/download/php-r1/php_memcache-3.0.9-dev-7.1-ts-vc14-x86.zip
3+
mongodb = https://github.com/neard/modules-untouched/releases/download/php-r3/php_mongodb-1.2.6-7.1-ts-vc14-x86.zip
4+
ssh2 = https://github.com/neard/modules-untouched/releases/download/php-r1/php_ssh2-1.0-7.1-ts-vc14-x86.zip
5+
vld = https://github.com/neard/modules-untouched/releases/download/php-r3/php_vld-0.14.0-7.1-ts-vc14-x86.zip
6+
xdebug = https://github.com/neard/modules-untouched/releases/download/php-r17/php_xdebug-2.7.2-7.1-vc14.dll

β€Žbin/php7.1.33/neard.confβ€Ž

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