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

Commit 545628e

Browse files
committed
Xdebug extension cannot be loaded on PHP 7.3.0 (Issue neard/neard#404)
1 parent 896bdfb commit 545628e

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## r27 (2019/02/05)
4+
5+
* Xdebug extension cannot be loaded on PHP 7.3.0 (Issue neard/neard#404)
6+
37
## r26 (2018/12/15)
48

59
* New releases : 5.6.39, 7.0.33, 7.1.25, 7.2.13, 7.3.0 (Issue neard/neard#396)

bin/php7.3.0/exts.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ imagick = https://github.com/neard/modules-untouched/releases/download/php-r15/p
22
memcache = https://github.com/neard/modules-untouched/releases/download/php-r15/php_memcache-3.0.9-dev-7.3-ts-vc15-x86.zip
33
mongodb = https://github.com/neard/modules-untouched/releases/download/php-r15/php_mongodb-1.5.3-7.3-ts-vc15-x86.zip
44
vld = https://github.com/neard/modules-untouched/releases/download/php-r15/php_vld-0.15.0-7.3-ts-vc15-x86.zip
5-
xdebug = https://github.com/neard/modules-untouched/releases/download/php-r15/php_xdebug-2.7.0beta1-7.3-vc15.dll
5+
xdebug = https://github.com/neard/modules-untouched/releases/download/php-r16/php_xdebug-2.7.0RC1-7.3-vc15.dll

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bundle.name = php
2-
bundle.release = r26
2+
bundle.release = r27
33
bundle.type = bins
44
bundle.format = 7z
55

0 commit comments

Comments
 (0)