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

C:\build\d33d93f2>call phpize  2>&1 
Rebuilding configure.js
C:\build\d33d93f2\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 32-bit compiler
Checking for link.exe ...  C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86
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 mc.exe ...  C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x86
Checking for mt.exe ...  C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x86

Build dir: C:\build\d33d93f2\Release
PHP Core:  php7.dll and php7.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\d33d93f2 [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   | No                       |
| Compiler        | MSVC15 (Visual C++ 2017) |
| Architecture    | x86                      |
| Optimization    | PGO disabled             |
| Static analyzer | disabled                 |
----------------------------------------------


Type 'nmake' to build PHP
ssh2.c
ssh2_fopen_wrappers.c
c:\build\d33d93f2\ssh2_fopen_wrappers.c(496) : warning C4700: uninitialized local variable 'zsession' used
c:\build\d33d93f2\ssh2_fopen_wrappers.c(522) : warning C4700: uninitialized local variable 'zsftp' used
ssh2_sftp.c
C:\build\d33d93f2\ssh2_sftp.c(82): warning C4244: '=': conversion from 'libssh2_uint64_t' to '_off_t', possible loss of data
C:\build\d33d93f2\ssh2_sftp.c(86): warning C4244: '=': conversion from 'unsigned long' to 'short', possible loss of data
C:\build\d33d93f2\ssh2_sftp.c(87): warning C4244: '=': conversion from 'unsigned long' to 'short', possible loss of data
C:\build\d33d93f2\ssh2_sftp.c(90): warning C4244: '=': conversion from 'unsigned long' to 'unsigned short', possible loss of data
C:\build\d33d93f2\ssh2_sftp.c(181): warning C4244: '+=': conversion from 'libssh2_uint64_t' to 'zend_off_t', possible loss of data
C:\build\d33d93f2\ssh2_sftp.c(775): warning C4244: 'function': conversion from 'libssh2_uint64_t' to 'zend_long', possible loss of data
C:\build\d33d93f2\ssh2_sftp.c(776): warning C4244: 'function': conversion from 'libssh2_uint64_t' to 'zend_long', possible loss of data
	rc /nologo  /I C:\build\d33d93f2\php-dev/include /I C:\build\d33d93f2\php-dev/include/main /I C:\build\d33d93f2\php-dev/include/Zend /I C:\build\d33d93f2\php-dev/include/TSRM /I C:\build\d33d93f2\php-dev/include/ext /I C:\build\d33d93f2\php-dev/include /n /fo C:\build\d33d93f2\Release\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\d33d93f2\php-dev\build\template.rc
   Creating library C:\build\d33d93f2\Release\php_ssh2.lib and object C:\build\d33d93f2\Release\php_ssh2.exp
EXT ssh2 build complete
