File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ install:
3939 - cd deps
4040 - curl -fSL -o %V8_ASSETS% "https://s3.amazonaws.com/win-phpv8/%V8_ASSETS%"
4141 - 7z.exe x %V8_ASSETS%
42+ - curl -fSL -o libiconv.zip "https://windows.php.net/downloads/php-sdk/deps/vc14/%Platform%/libiconv-1.15-vc14-%Platform%.zip"
43+ - 7z.exe x libiconv.zip -y
44+ - curl -fSL -o libxml2.zip "https://windows.php.net/downloads/php-sdk/deps/vc14/%Platform%/libxml2-2.9.8-vc14-%Platform%.zip"
45+ - 7z.exe x libxml2.zip -y
4246 - cd ..
4347 - curl -fSL -o "php-%PHP_VERSION%.tar.gz" "http://us2.php.net/distributions/php-%PHP_VERSION%.tar.gz"
4448 - ren php php-%PHP_VERSION%
@@ -63,7 +67,7 @@ build_script:
6367 - echo Building PHP [%PHP_VERSION%]
6468 - ' %PHP_SDK%\bin\phpsdk_setvars'
6569 - buildconf
66- - configure --disable-all --enable-cli --with-v8js %CONFIGURE_EXTRA%
70+ - configure --disable-all --enable-cli --with-iconv=yes --with-libxml=yes --with-dom=yes --enable-json=static --with- v8js %CONFIGURE_EXTRA%
6771 - nmake
6872
6973after_build :
You can’t perform that action at this time.
0 commit comments