[vcvarsall.bat] Environment initialized for: 'x64'

C:\build\527acdbc>call phpize  2>&1 
Rebuilding configure.js
C:\build\527acdbc\php-dev
module ... 
Now run 'configure --help'
Saving configure options to config.nice.bat
Checking for cl.exe ...  <in default path>
  Detected compiler MSVC15 (Visual C++ 2017)
  Detected 64-bit compiler
Checking for link.exe ...  <in default path>
Checking for nmake.exe ...  <in default path>
Checking for lib.exe ...  <in default path>
Checking for bison.exe ...  <in default path>
  Detected bison version 3.3.2
Checking for sed.exe ...  <in default path>
Checking for re2c.exe ...  <in default path>
  Detected re2c version 1.1.1
Checking for zip.exe ...  <in default path>
Checking for lemon.exe ...  <in default path>
Checking for 7za.exe ...  <in default path>
Checking for mc.exe ...  C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64
Checking for mt.exe ...  C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64

Build dir: C:\build\527acdbc\x64\Release_TS
PHP Core:  php7ts.dll and php7ts.lib

Checking for library libssh2_a.lib;libssh2.lib ... ..\deps\lib\libssh2_a.lib
Checking for libssh2.h ...  ..\deps\include\libssh2
Checking for library libcrypto.lib ... ..\deps\lib\libcrypto.lib
Checking for library libssl.lib ... ..\deps\lib\libssl.lib
Checking for library crypt32.lib ... <in LIB path> Crypt32.Lib
Checking for openssl/ssl.h ...  ..\deps\include
Checking for library zlib_a.lib ... ..\deps\lib\zlib_a.lib
Enabling extension C:\build\527acdbc [shared]

Creating build dirs...
Generating files...
Generating Makefile
Generating main/config.pickle.h
Generating pickle deps
Done.



Enabled extensions:
----------------------
| Extension | Mode   |
----------------------
| ssh2      | shared |
----------------------


------------------------------------------------
|                   |                          |
------------------------------------------------
| Build type        | Release                  |
| Thread Safety     | Yes                      |
| Compiler          | MSVC15 (Visual C++ 2017) |
| Architecture      | x64                      |
| Optimization      | PGO disabled             |
| Native intrinsics | SSE2                     |
| Static analyzer   | disabled                 |
------------------------------------------------


Type 'nmake' to build PHP
	"cl.exe" /I "..\deps\include\libssh2" /DHAVE_LIBSSH2_H=1 /I "..\deps\include" /DHAVE_OPENSSL_SSL_H=1 /FI main/config.pickle.h /D COMPILE_DL_SSH2 /D SSH2_EXPORTS=1 /nologo /I C:\build\527acdbc\php-dev/include /I C:\build\527acdbc\php-dev/include/main /I C:\build\527acdbc\php-dev/include/Zend /I C:\build\527acdbc\php-dev/include/TSRM /I C:\build\527acdbc\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /Zi /LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /D ZTS=1 /I "..\deps\include" /FpC:\build\527acdbc\x64\Release_TS\\ /FRC:\build\527acdbc\x64\Release_TS\\ /FdC:\build\527acdbc\x64\Release_TS\\ /c C:\build\527acdbc\ssh2.c /FoC:\build\527acdbc\x64\Release_TS\\ssh2.obj
ssh2.c
C:\build\527acdbc\ssh2.c(307): warning C4244: '=': conversion from 'zend_long' to 'long', possible loss of data
C:\build\527acdbc\ssh2.c(310): warning C4244: '=': conversion from 'php_socket_t' to 'int', possible loss of data
C:\build\527acdbc\ssh2.c(428): warning C4244: 'function': conversion from 'zend_long' to 'int', possible loss of data
C:\build\527acdbc\ssh2.c(572): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2.c(606): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2.c(628): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2.c(639): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2.c(692): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2.c(763): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2.c(792): warning C4244: 'function': conversion from 'zend_long' to 'int', possible loss of data
C:\build\527acdbc\ssh2.c(912): warning C4244: '=': conversion from 'zend_long' to 'unsigned long', possible loss of data
C:\build\527acdbc\ssh2.c(942): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\527acdbc\ssh2.c(1074): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data
C:\build\527acdbc\ssh2.c(1078): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data
C:\build\527acdbc\ssh2.c(1080): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data
C:\build\527acdbc\ssh2.c(1088): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data
C:\build\527acdbc\ssh2.c(1125): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data
C:\build\527acdbc\ssh2.c(1207): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
	"cl.exe" /I "..\deps\include\libssh2" /DHAVE_LIBSSH2_H=1 /I "..\deps\include" /DHAVE_OPENSSL_SSL_H=1 /FI main/config.pickle.h /D COMPILE_DL_SSH2 /D SSH2_EXPORTS=1 /nologo /I C:\build\527acdbc\php-dev/include /I C:\build\527acdbc\php-dev/include/main /I C:\build\527acdbc\php-dev/include/Zend /I C:\build\527acdbc\php-dev/include/TSRM /I C:\build\527acdbc\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /Zi /LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /D ZTS=1 /I "..\deps\include" /FpC:\build\527acdbc\x64\Release_TS\\ /FRC:\build\527acdbc\x64\Release_TS\\ /FdC:\build\527acdbc\x64\Release_TS\\ /c C:\build\527acdbc\ssh2_fopen_wrappers.c /FoC:\build\527acdbc\x64\Release_TS\\ssh2_fopen_wrappers.obj
ssh2_fopen_wrappers.c
C:\build\527acdbc\ssh2_fopen_wrappers.c(307): warning C4244: 'function': conversion from 'zend_long' to 'int', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(421): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(428): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(444): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(453): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(570): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(646): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(687): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(696): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(707): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(759): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(759): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(796): warning C4244: 'function': conversion from 'zend_long' to 'int', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(839): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(921): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(929): warning C4244: '=': conversion from 'zend_long' to 'long', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(938): warning C4244: '=': conversion from 'zend_long' to 'long', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(947): warning C4244: '=': conversion from 'zend_long' to 'long', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(1015): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(1020): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(1155): warning C4244: '=': conversion from 'SSIZE_T' to 'int', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(1211): warning C4244: 'function': conversion from 'zend_long' to 'int', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(1211): warning C4244: 'function': conversion from '__time64_t' to 'long', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(1405): warning C4244: 'function': conversion from 'zend_long' to 'int', possible loss of data
C:\build\527acdbc\ssh2_fopen_wrappers.c(1463): warning C4244: '=': conversion from 'zend_long' to 'unsigned int', possible loss of data
c:\build\527acdbc\ssh2_fopen_wrappers.c(496) : warning C4700: uninitialized local variable 'zsession' used
c:\build\527acdbc\ssh2_fopen_wrappers.c(522) : warning C4700: uninitialized local variable 'zsftp' used
	"cl.exe" /I "..\deps\include\libssh2" /DHAVE_LIBSSH2_H=1 /I "..\deps\include" /DHAVE_OPENSSL_SSL_H=1 /FI main/config.pickle.h /D COMPILE_DL_SSH2 /D SSH2_EXPORTS=1 /nologo /I C:\build\527acdbc\php-dev/include /I C:\build\527acdbc\php-dev/include/main /I C:\build\527acdbc\php-dev/include/Zend /I C:\build\527acdbc\php-dev/include/TSRM /I C:\build\527acdbc\php-dev/include/ext /D _WINDOWS /D WINDOWS=1 /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 /D _USE_MATH_DEFINES /FD /wd4996 /Qspectre /guard:cf /Zc:inline /Gw /Zc:__cplusplus /Zi /LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /D ZTS=1 /I "..\deps\include" /FpC:\build\527acdbc\x64\Release_TS\\ /FRC:\build\527acdbc\x64\Release_TS\\ /FdC:\build\527acdbc\x64\Release_TS\\ /c C:\build\527acdbc\ssh2_sftp.c /FoC:\build\527acdbc\x64\Release_TS\\ssh2_sftp.obj
ssh2_sftp.c
C:\build\527acdbc\ssh2_sftp.c(86): warning C4244: '=': conversion from 'unsigned long' to 'short', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(87): warning C4244: '=': conversion from 'unsigned long' to 'short', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(90): warning C4244: '=': conversion from 'unsigned long' to 'unsigned short', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(257): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(308): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(361): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(404): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(438): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(480): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(513): warning C4244: 'function': conversion from '__int64' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(517): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(545): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(635): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(655): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(689): warning C4244: 'function': conversion from '__int64' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(689): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(694): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(694): warning C4244: 'function': conversion from 'zend_long' to 'long', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(714): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(740): warning C4244: '=': conversion from 'zend_long' to 'unsigned long', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(743): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(767): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(831): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(853): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
C:\build\527acdbc\ssh2_sftp.c(884): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
	rc /nologo  /I C:\build\527acdbc\php-dev/include /I C:\build\527acdbc\php-dev/include/main /I C:\build\527acdbc\php-dev/include/Zend /I C:\build\527acdbc\php-dev/include/TSRM /I C:\build\527acdbc\php-dev/include/ext /I C:\build\527acdbc\php-dev/include /n /fo C:\build\527acdbc\x64\Release_TS\php_ssh2.dll.res /d FILE_DESCRIPTION="\"php_ssh2.dll\"" /d FILE_NAME="\"php_ssh2.dll\"" /d URL="\"http://www.php.net\"" /d INTERNAL_NAME="\"SSH2 extension\"" /d THANKS_GUYS="\"\"" C:\build\527acdbc\php-dev\build\template.rc
	"link.exe" @"C:\build\527acdbc\x64\Release_TS\resp\SSH2_GLOBAL_OBJS.txt" C:\build\527acdbc\php-dev\lib\php7ts.lib libssh2_a.lib libcrypto.lib libssl.lib Crypt32.Lib zlib_a.lib php_openssl.lib kernel32.lib ole32.lib user32.lib advapi32.lib shell32.lib ws2_32.lib Dnsapi.lib psapi.lib bcrypt.lib C:\build\527acdbc\x64\Release_TS\php_ssh2.dll.res /out:C:\build\527acdbc\x64\Release_TS\php_ssh2.dll /dll /nologo /GUARD:CF /incremental:no /debug /opt:ref,icf /libpath:"\"..\deps\lib\"" /libpath:"C:\build\527acdbc\php-dev\lib\;C:\build\527acdbc\php-dev" /libpath:"..\deps\lib" /libpath:"..\deps\lib" /libpath:C:\build\527acdbc\php-dev\lib
   Creating library C:\build\527acdbc\x64\Release_TS\php_ssh2.lib and object C:\build\527acdbc\x64\Release_TS\php_ssh2.exp
EXT ssh2 build complete
