
Microsoft (R) Program Maintenance Utility Version 14.00.23026.0
Copyright (C) Microsoft Corporation.  All rights reserved.

Recreating build dirs
	type ext\iconv\php_iconv.def ext\pcre\php_pcre.def ext\zlib\php_zlib.def ext\libxml\php_libxml2.def > C:\obj\7.0-nts-windows-vc14-x64\Release\php7.dll.def

ext\iconv\php_iconv.def



ext\pcre\php_pcre.def



ext\zlib\php_zlib.def



ext\libxml\php_libxml2.def


	"C:\Program Files (x86)\Windows Kits\8.1\bin\x64\mc.exe" -h win32\ -r C:\obj\7.0-nts-windows-vc14-x64\Release\ -x C:\obj\7.0-nts-windows-vc14-x64\Release\ win32\build\wsyslog.mc
MC: Compiling win32\build\wsyslog.mc
	"cl.exe" /D COMPILE_DL_APCU /D APCU_EXPORTS=1 /DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 /nologo /I . /I main /I Zend /I TSRM /I ext /D _WINDOWS /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 /FD /wd4996 /guard:cf /MP /Zi /LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /I "C:\php-sdk\php70\vc14\x64\deps\include" /D FD_SETSIZE=256 /FoC:\obj\7.0-nts-windows-vc14-x64\Release\ext\apcu\ /FpC:\obj\7.0-nts-windows-vc14-x64\Release\ext\apcu\ /FRC:\obj\7.0-nts-windows-vc14-x64\Release\ext\apcu\ /FdC:\obj\7.0-nts-windows-vc14-x64\Release\ext\apcu\ /c ext\apcu\apc.c ext\apcu\apc_cache.c ext\apcu\apc_iterator.c ext\apcu\apc_lock.c ext\apcu\apc_mmap.c ext\apcu\apc_pool.c ext\apcu\apc_shm.c ext\apcu\apc_signal.c ext\apcu\apc_sma.c ext\apcu\apc_stack.c ext\apcu\apc_windows_srwlock_kernel.c ext\apcu\php_apc.c
apc.c
apc_cache.c
apc_iterator.c
apc_lock.c
apc_mmap.c
apc_pool.c
apc_shm.c
apc_signal.c
ext\apcu\apc.c(96): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
ext\apcu\apc.c(155): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
ext\apcu\apc.c(156): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
ext\apcu\apc.c(168): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
ext\apcu\apc.c(205): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
ext\apcu\apc.c(213): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
ext\apcu\apc_cache.c(267): warning C4244: 'function': conversion from 'zend_long' to 'int', possible loss of data
ext\apcu\apc_shm.c(57): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
ext\apcu\apc_cache.c(460): error C2440: 'function': cannot convert from 'apc_lock_t' to 'apc_lock_t *'
ext\apcu\apc_cache.c(460): warning C4024: 'apc_lock_wlock': different types for formal and actual parameter 1
ext\apcu\apc_cache.c(460): warning C4024: 'apc_lock_wunlock': different types for formal and actual parameter 1
ext\apcu\apc_cache.c(461): error C2440: 'function': cannot convert from 'apc_lock_t' to 'apc_lock_t *'
ext\apcu\apc_cache.c(461): warning C4024: 'apc_lock_wlock': different types for formal and actual parameter 1
ext\apcu\apc_cache.c(461): warning C4024: 'apc_lock_wunlock': different types for formal and actual parameter 1
ext\apcu\apc_cache.c(478): error C2440: 'function': cannot convert from 'apc_lock_t' to 'apc_lock_t *'
ext\apcu\apc_cache.c(478): warning C4024: 'apc_lock_wlock': different types for formal and actual parameter 1
ext\apcu\apc_cache.c(478): warning C4024: 'apc_lock_wunlock': different types for formal and actual parameter 1
ext\apcu\apc_iterator.c(161): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
ext\apcu\apc_cache.c(609): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
ext\apcu\apc_cache.c(665): error C2440: 'function': cannot convert from 'apc_lock_t' to 'apc_lock_t *'
ext\apcu\apc_cache.c(665): warning C4024: 'apc_lock_wlock': different types for formal and actual parameter 1
ext\apcu\apc_cache.c(665): warning C4024: 'apc_lock_wunlock': different types for formal and actual parameter 1
ext\apcu\apc_cache.c(696): warning C4018: '<': signed/unsigned mismatch
ext\apcu\apc_cache.c(791): warning C4018: '<': signed/unsigned mismatch
ext\apcu\apc_iterator.c(312): warning C4244: 'function': conversion from 'zend_long' to 'int', possible loss of data
ext\apcu\apc_cache.c(957): warning C4047: 'return': 'zend_bool' differs in levels of indirection from 'apc_cache_entry_t *'
ext\apcu\apc_cache.c(1220): warning C4146: unary minus operator applied to unsigned type, result still unsigned
ext\apcu\apc_cache.c(1271): warning C4244: '=': conversion from 'zend_ulong' to 'uint32_t', possible loss of data
ext\apcu\apc_cache.c(1662): warning C4018: '<': signed/unsigned mismatch
apc_sma.c
apc_stack.c
apc_windows_srwlock_kernel.c
php_apc.c
ext\apcu\apc_sma.c(302): warning C4018: '<': signed/unsigned mismatch
ext\apcu\apc_sma.c(362): warning C4018: '<': signed/unsigned mismatch
ext\apcu\apc_sma.c(407): warning C4018: '<': signed/unsigned mismatch
ext\apcu\apc_sma.c(466): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
ext\apcu\apc_sma.c(488): warning C4018: '<': signed/unsigned mismatch
ext\apcu\apc_sma.c(577): warning C4018: '<': signed/unsigned mismatch
ext\apcu\apc_sma.c(586): warning C4018: '<': signed/unsigned mismatch
ext\apcu\apc_sma.c(632): warning C4018: '<': signed/unsigned mismatch
ext\apcu\apc_sma.c(642): warning C4018: '<': signed/unsigned mismatch
ext\apcu\php_apc.c(107): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
ext\apcu\php_apc.c(115): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
ext\apcu\php_apc.c(128): warning C4244: '=': conversion from 'zend_long' to 'long', possible loss of data
ext\apcu\php_apc.c(665): warning C4101: 'entry': unreferenced local variable
ext\apcu\php_apc.c(835): warning C4013: 'apc_iterator_delete' undefined; assuming extern returning int
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\cl.exe"' : return code '0x2'
Stop.
