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 fa0b1d4 commit 11a1520Copy full SHA for 11a1520
appveyor.yml
@@ -18,7 +18,8 @@ install:
18
# install ssl
19
- IF NOT EXIST "C:\Program Files\OpenSSL" (cinst -y OpenSSL.Light)
20
# install php
21
- - IF NOT EXIST C:\tools\php (cinst -y php)
+ - ps: Set-Service wuauserv -StartupType Manual # http://help.appveyor.com/discussions/problems/5616-not-able-to-build-due-to-problem-in-chocolateyinstallps1
22
+ - IF NOT EXIST C:\tools\php (cinst --params '""/InstallDir:C:\tools\php""' -y php)
23
- echo extension_dir=ext > C:\tools\php\php.ini
24
- echo extension=php_openssl.dll >> C:\tools\php\php.ini
25
- echo extension=php_mbstring.dll >> C:\tools\php\php.ini
0 commit comments