Skip to content

Commit 98c1336

Browse files
committed
Add fileinfo extension
1 parent 2d8796a commit 98c1336

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

appveyor.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@ build: false
44
clone_folder: C:\projects\static-ldp
55

66
init:
7-
- SET PATH=C:\Program Files\OpenSSL;c:\tools\php;%PATH%
7+
- SET PATH=C:\Program Files\OpenSSL;C:\tools\php;%PATH%
88
- SET COMPOSER_NO_INTERACTION=1
99

1010
install:
1111
- ps: Set-Service wuauserv -StartupType Manual
12+
- cinst -y OpenSSL.Light
1213
- cinst -y php
13-
- cd c:\tools\php71
14+
- cd c:\tools\php
1415
- copy php.ini-production php.ini
1516
- echo date.timezone="UTC" >> php.ini
17+
- echo extension=php_curl.dll >> php.ini
1618
- echo extension_dir=ext >> php.ini
19+
- echo extension=php_fileinfo.dll >> php.ini
1720
- echo extension=php_openssl.dll >> php.ini
1821
- echo extension=php_mbstring.dll >> php.ini
19-
- SET PATH=C:\tools\php71;%PATH%
2022
- cd c:\projects\static-ldp
2123
- php -r "readfile('http://getcomposer.org/installer');" | php
2224
- php composer.phar install --prefer-source --no-interaction

0 commit comments

Comments
 (0)