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

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

Build dir: C:\build\40c09043\x64\Release
PHP Core:  php7.dll and php7.lib

Enabling extension C:\build\40c09043 [shared]

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



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


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


Type 'nmake' to build PHP
pinpoint_php.cpp
C:\build\40c09043\pinpoint_php.cpp(560): warning C4244: 'argument': conversion from 'zend_long' to 'uint32_t', possible loss of data
C:\build\40c09043\pinpoint_php.cpp(1193): warning C4244: 'argument': conversion from 'zend_long' to 'long', possible loss of data
Logging.cpp
common.cpp
c:\build\40c09043\common\src\nodepool\TraceNode.h(304): warning C4521: 'PP::NodePool::WrapperTraceNodePtr': multiple copy constructors specified
PoolManager.cpp
c:\build\40c09043\common\src\nodepool\TraceNode.h(304): warning C4521: 'PP::NodePool::WrapperTraceNodePtr': multiple copy constructors specified
TraceNode.cpp
c:\build\40c09043\common\src\nodepool\TraceNode.h(304): warning C4521: 'PP::NodePool::WrapperTraceNodePtr': multiple copy constructors specified
TransLayer.cpp
common\src\ConnectionPool\TransLayer.cpp(84): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
common\src\ConnectionPool\TransLayer.cpp(213): warning C4838: conversion from 'uint32_t' to 'long' requires a narrowing conversion
common\src\ConnectionPool\TransLayer.cpp(215): warning C4244: 'argument': conversion from 'SOCKET' to 'int', possible loss of data
common\src\ConnectionPool\TransLayer.cpp(254): warning C4267: 'argument': conversion from 'size_t' to 'u_long', possible loss of data
common\src\ConnectionPool\TransLayer.cpp(257): warning C4267: 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data
common\src\ConnectionPool\TransLayer.cpp(264): warning C4267: 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data
Chunk.cpp
State.cpp
json_reader.cpp
json_value.cpp
json_writer.cpp
	rc /nologo  /I C:\build\40c09043\php-dev/include /I C:\build\40c09043\php-dev/include/main /I C:\build\40c09043\php-dev/include/Zend /I C:\build\40c09043\php-dev/include/TSRM /I C:\build\40c09043\php-dev/include/ext /I C:\build\40c09043\php-dev/include /n /fo C:\build\40c09043\x64\Release\php_pinpoint_php.dll.res /d FILE_DESCRIPTION="\"php_pinpoint_php.dll\"" /d FILE_NAME="\"php_pinpoint_php.dll\"" /d URL="\"http://www.php.net\"" /d INTERNAL_NAME="\"PINPOINT_PHP extension\"" /d THANKS_GUYS="\"\"" C:\build\40c09043\php-dev\build\template.rc
   Creating library C:\build\40c09043\x64\Release\php_pinpoint_php.lib and object C:\build\40c09043\x64\Release\php_pinpoint_php.exp
EXT pinpoint_php build complete
