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 247d44c commit 2d8796aCopy full SHA for 2d8796a
appveyor.yml
@@ -15,6 +15,7 @@ install:
15
- echo date.timezone="UTC" >> php.ini
16
- echo extension_dir=ext >> php.ini
17
- echo extension=php_openssl.dll >> php.ini
18
+ - echo extension=php_mbstring.dll >> php.ini
19
- SET PATH=C:\tools\php71;%PATH%
20
- cd c:\projects\static-ldp
21
- php -r "readfile('http://getcomposer.org/installer');" | php
0 commit comments