We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61190aa commit 22979beCopy full SHA for 22979be
.appveyor.yml
@@ -58,6 +58,16 @@ environment:
58
ZTS_STATE: enable
59
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
60
PHP_BUILD_CRT: vc14
61
+ - PHP_REL: 7.1
62
+ ARCHITECTURE: x64
63
+ ZTS_STATE: disable
64
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
65
+ PHP_BUILD_CRT: vc14
66
67
+ ARCHITECTURE: x86
68
+ ZTS_STATE: enable
69
70
71
- PHP_REL: 7.1
72
ARCHITECTURE: x86
73
ZTS_STATE: disable
0 commit comments