
Microsoft (R) Program Maintenance Utility Version 11.00.50727.1
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\5.6-nts-windows-vc11-x64\Release\php5.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.0\bin\x64\mc.exe" -h win32\ -r C:\obj\5.6-nts-windows-vc11-x64\Release\ -x C:\obj\5.6-nts-windows-vc11-x64\Release\ win32\build\wsyslog.mc
MC: Compiling win32\build\wsyslog.mc
	"cl.exe" /DHAVE_AMQP_H=1 /D COMPILE_DL_AMQP /D AMQP_EXPORTS=1 /nologo /FD /I . /I main /I Zend /I TSRM /I ext /D _WINDOWS /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3   /wd4996   /MP  /Zi /LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /I "C:\php-sdk\php56\vc11\x64\deps\include"  /I "C:\pecl-dep-libs\vc11\x64\librabbitmq\include"  /D FD_SETSIZE=256 /FoC:\obj\5.6-nts-windows-vc11-x64\Release\ext\amqp\ /FdC:\obj\5.6-nts-windows-vc11-x64\Release\ext\amqp\ /FpC:\obj\5.6-nts-windows-vc11-x64\Release\ext\amqp\ /FRC:\obj\5.6-nts-windows-vc11-x64\Release\ext\amqp\ /c ext\amqp\amqp.c ext\amqp\amqp_basic_properties.c ext\amqp\amqp_channel.c ext\amqp\amqp_connection.c ext\amqp\amqp_connection_resource.c ext\amqp\amqp_decimal.c ext\amqp\amqp_envelope.c ext\amqp\amqp_exchange.c ext\amqp\amqp_methods_handling.c ext\amqp\amqp_queue.c ext\amqp\amqp_timestamp.c ext\amqp\amqp_type.c
amqp.c
amqp_basic_properties.c
amqp_channel.c
amqp_connection.c
amqp_connection_resource.c
amqp_decimal.c
amqp_envelope.c
amqp_exchange.c
c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_execute.h(247) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data (ext\amqp\amqp_envelope.c)
c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_execute.h(247) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data (ext\amqp\amqp_exchange.c)
c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_execute.h(247) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data (ext\amqp\amqp_decimal.c)
c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_execute.h(247) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data (ext\amqp\amqp.c)
c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_execute.h(247) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data (ext\amqp\amqp_connection.c)
c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_execute.h(247) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data (ext\amqp\amqp_basic_properties.c)
c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_execute.h(247) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data (ext\amqp\amqp_channel.c)
c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_execute.h(247) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data (ext\amqp\amqp_connection_resource.c)
ext\amqp\amqp_decimal.c(81) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_exchange.c(63) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_envelope.c(67) : error C2275: 'amqp_basic_properties_t' : illegal use of this type as an expression
        C:\pecl-dep-libs\vc11\x64\librabbitmq\include\amqp_framing.h(743) : see declaration of 'amqp_basic_properties_t'
ext\amqp\amqp_decimal.c(81) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_channel.c(64) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_exchange.c(65) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_envelope.c(67) : error C2065: 'p' : undeclared identifier
ext\amqp\amqp_channel.c(66) : error C2065: 'connection_resource' : undeclared identifier
ext\amqp\amqp_connection.c(119) : error C2275: 'PHP5to7_zend_resource_t' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\ext\amqp\php5_support.h(93) : see declaration of 'PHP5to7_zend_resource_t'
ext\amqp\amqp_exchange.c(65) : error C2065: 'channelObj' : undeclared identifier
ext\amqp\amqp_envelope.c(68) : error C2275: 'amqp_message_t' : illegal use of this type as an expression
        C:\pecl-dep-libs\vc11\x64\librabbitmq\include\amqp.h(2166) : see declaration of 'amqp_message_t'
ext\amqp\amqp_decimal.c(81) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_channel.c(66) : warning C4047: '!=' : 'int' differs in levels of indirection from 'void *'
ext\amqp\amqp_connection.c(119) : error C2146: syntax error : missing ';' before identifier 'resource'
ext\amqp\amqp_exchange.c(66) : error C2275: 'amqp_channel_resource' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\ext\amqp\php_amqp.h(38) : see declaration of 'amqp_channel_resource'
ext\amqp\amqp_envelope.c(68) : error C2065: 'message' : undeclared identifier
ext\amqp\amqp_decimal.c(92) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_channel.c(68) : error C2065: 'connection_resource' : undeclared identifier
ext\amqp\amqp_connection.c(119) : error C2065: 'resource' : undeclared identifier
ext\amqp\amqp_basic_properties.c(151) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_exchange.c(66) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_envelope.c(70) : error C2065: 'message' : undeclared identifier
ext\amqp\amqp_decimal.c(92) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_channel.c(68) : warning C4047: 'function' : 'amqp_connection_resource *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection.c(129) : error C2065: 'resource' : undeclared identifier
ext\amqp\amqp_basic_properties.c(151) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_exchange.c(68) : error C2065: 'channelObj' : undeclared identifier
ext\amqp\amqp_envelope.c(70) : error C2223: left of '->body' must point to struct/union
ext\amqp\amqp_channel.c(68) : warning C4024: 'php_amqp_connection_resource_unregister_channel' : different types for formal and actual parameter 1
ext\amqp\amqp_connection.c(136) : error C2065: 'resource' : undeclared identifier
ext\amqp\amqp_exchange.c(72) : error C2065: 'arguments' : undeclared identifier
ext\amqp\amqp_decimal.c(92) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_channel.c(82) : error C2065: 'connection_resource' : undeclared identifier
ext\amqp\amqp_basic_properties.c(151) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection.c(164) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_connection_resource.c(127) : error C2275: 'amqp_connection_close_ok_t' : illegal use of this type as an expression
        C:\pecl-dep-libs\vc11\x64\librabbitmq\include\amqp_framing.h(265) : see declaration of 'amqp_connection_close_ok_t'
ext\amqp\amqp_exchange.c(72) : warning C4047: '=' : 'int' differs in levels of indirection from 'zval *'
ext\amqp\amqp_basic_properties.c(159) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_connection.c(165) : error C2275: 'PHP5to7_param_str_len_type_t' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\ext\amqp\php5_support.h(27) : see declaration of 'PHP5to7_param_str_len_type_t'
ext\amqp\amqp.c(244) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_connection_resource.c(127) : error C2065: 'decoded' : undeclared identifier
ext\amqp\amqp_envelope.c(70) : error C2198: 'zend_update_property_stringl' : too few arguments for call
ext\amqp\amqp_channel.c(82) : error C2223: left of '->is_connected' must point to struct/union
ext\amqp\amqp_basic_properties.c(159) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_connection.c(165) : error C2146: syntax error : missing ';' before identifier 'key_len'
ext\amqp\amqp.c(246) : error C2065: 'res' : undeclared identifier
ext\amqp\amqp_connection_resource.c(134) : error C2065: 'decoded' : undeclared identifier
ext\amqp\amqp_envelope.c(77) : error C2065: 'p' : undeclared identifier
ext\amqp\amqp_channel.c(85) : error C2065: 'connection_resource' : undeclared identifier
ext\amqp\amqp_connection.c(165) : error C2065: 'key_len' : undeclared identifier
amqp_methods_handling.c
ext\amqp\amqp.c(279) : error C2065: 'res' : undeclared identifier
ext\amqp\amqp_connection_resource.c(147) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_exchange.c(72) : error C2223: left of '->refcount__gc' must point to struct/union
ext\amqp\amqp_envelope.c(77) : warning C4047: 'function' : 'amqp_basic_properties_t *' differs in levels of indirection from 'int'
ext\amqp\amqp_channel.c(85) : error C2223: left of '->connection_state' must point to struct/union
ext\amqp\amqp_basic_properties.c(159) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection.c(174) : error C2275: 'amqp_connection_params' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\ext\amqp\amqp_connection_resource.h(56) : see declaration of 'amqp_connection_params'
ext\amqp\amqp_connection_resource.c(149) : error C2065: 'm' : undeclared identifier
ext\amqp\amqp_envelope.c(77) : warning C4024: 'php_amqp_basic_properties_extract' : different types for formal and actual parameter 1
ext\amqp\amqp_channel.c(85) : warning C4047: 'function' : 'amqp_connection_state_t' differs in levels of indirection from 'amqp_channel_t'
ext\amqp\amqp_basic_properties.c(167) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_connection.c(174) : error C2146: syntax error : missing ';' before identifier 'connection_params'
ext\amqp\amqp_connection_resource.c(149) : error C2223: left of '->reply_code' must point to struct/union
ext\amqp\amqp_exchange.c(72) : error C2223: left of '->is_ref__gc' must point to struct/union
ext\amqp\amqp_envelope.c(96) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_channel.c(85) : warning C4024: 'amqp_channel_close' : different types for formal and actual parameter 1
ext\amqp\amqp_basic_properties.c(167) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_connection.c(174) : error C2065: 'connection_params' : undeclared identifier
ext\amqp\amqp_connection_resource.c(151) : error C2065: 'm' : undeclared identifier
ext\amqp\amqp_exchange.c(73) : error C2065: 'arguments' : undeclared identifier
ext\amqp\amqp_envelope.c(96) : error C2065: 'zv' : undeclared identifier
ext\amqp\amqp_channel.c(85) : error C2198: 'amqp_channel_close' : too few arguments for call
amqp_queue.c
ext\amqp\amqp_connection.c(176) : error C2065: 'connection_params' : undeclared identifier
ext\amqp\amqp_connection_resource.c(151) : error C2223: left of '->reply_code' must point to struct/union
ext\amqp\amqp_exchange.c(73) : warning C4047: 'function' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_envelope.c(98) : error C2065: 'zv' : undeclared identifier
ext\amqp\amqp_channel.c(87) : error C2275: 'amqp_rpc_reply_t' : illegal use of this type as an expression
        C:\pecl-dep-libs\vc11\x64\librabbitmq\include\amqp.h(647) : see declaration of 'amqp_rpc_reply_t'
ext\amqp\amqp_basic_properties.c(167) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection.c(176) : error C2224: left of '.host' must have struct/union type
ext\amqp\amqp_connection_resource.c(152) : error C2065: 'm' : undeclared identifier
ext\amqp\amqp_exchange.c(73) : warning C4024: '_array_init' : different types for formal and actual parameter 1
ext\amqp\amqp_envelope.c(98) : error C2100: illegal indirection
ext\amqp\amqp_channel.c(87) : error C2146: syntax error : missing ';' before identifier 'res'
ext\amqp\amqp_basic_properties.c(175) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_connection.c(177) : error C2065: 'connection_params' : undeclared identifier
ext\amqp\amqp_connection_resource.c(152) : error C2223: left of '->reply_text' must point to struct/union
ext\amqp\amqp_exchange.c(74) : error C2065: 'arguments' : undeclared identifier
ext\amqp\amqp_envelope.c(98) : error C2224: left of '.value' must have struct/union type
ext\amqp\amqp_channel.c(87) : error C2065: 'res' : undeclared identifier
ext\amqp\amqp_basic_properties.c(175) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_connection.c(177) : error C2224: left of '.port' must have struct/union type
ext\amqp\amqp_connection_resource.c(153) : error C2065: 'm' : undeclared identifier
ext\amqp\amqp_exchange.c(74) : warning C4047: 'function' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_envelope.c(103) : error C2065: 'zv' : undeclared identifier
ext\amqp\amqp_channel.c(87) : error C2065: 'connection_resource' : undeclared identifier
ext\amqp\amqp_connection.c(178) : error C2065: 'connection_params' : undeclared identifier
ext\amqp\amqp_connection_resource.c(153) : error C2223: left of '->reply_text' must point to struct/union
ext\amqp\amqp_exchange.c(74) : warning C4024: 'zend_update_property' : different types for formal and actual parameter 5
ext\amqp\amqp_envelope.c(103) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_channel.c(87) : error C2223: left of '->connection_state' must point to struct/union
ext\amqp\amqp_basic_properties.c(175) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection.c(178) : error C2224: left of '.vhost' must have struct/union type
ext\amqp\amqp_connection_resource.c(187) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_exchange.c(75) : error C2065: 'arguments' : undeclared identifier
ext\amqp\amqp_envelope.c(111) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_channel.c(87) : error C2198: 'amqp_get_rpc_reply' : too few arguments for call
ext\amqp\amqp_basic_properties.c(183) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_connection.c(179) : error C2065: 'connection_params' : undeclared identifier
ext\amqp\amqp_connection_resource.c(192) : error C2065: 'frame' : undeclared identifier
ext\amqp\amqp_exchange.c(75) : warning C4047: 'function' : 'zval **' differs in levels of indirection from 'int *'
ext\amqp\amqp_envelope.c(111) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_channel.c(87) : error C2440: '=' : cannot convert from 'amqp_rpc_reply_t' to 'int'
ext\amqp\amqp_basic_properties.c(183) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_connection.c(179) : error C2224: left of '.login' must have struct/union type
ext\amqp\amqp_connection_resource.c(192) : warning C4133: 'function' : incompatible types - from 'int *' to 'amqp_frame_t *'
ext\amqp\amqp_exchange.c(75) : warning C4024: '_zval_ptr_dtor' : different types for formal and actual parameter 1
ext\amqp\amqp_channel.c(89) : error C2065: 'res' : undeclared identifier
ext\amqp\amqp_connection.c(180) : error C2065: 'connection_params' : undeclared identifier
ext\amqp\amqp_connection_resource.c(201) : error C2065: 'frame' : undeclared identifier
ext\amqp\amqp_exchange.c(77) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_envelope.c(111) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_channel.c(89) : error C2224: left of '.reply_type' must have struct/union type
ext\amqp\amqp_basic_properties.c(183) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection.c(180) : error C2224: left of '.password' must have struct/union type
ext\amqp\amqp_connection_resource.c(201) : error C2224: left of '.channel' must have struct/union type
ext\amqp\amqp_exchange.c(77) : error C2065: 'channelObj' : undeclared identifier
ext\amqp\amqp_envelope.c(119) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_basic_properties.c(191) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_connection.c(181) : error C2065: 'connection_params' : undeclared identifier
ext\amqp\amqp_connection_resource.c(206) : error C2065: 'frame' : undeclared identifier
ext\amqp\amqp_exchange.c(77) : error C2100: illegal indirection
ext\amqp\amqp_envelope.c(119) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_channel.c(89) : error C2440: 'function' : cannot convert from 'int' to 'amqp_rpc_reply_t'
ext\amqp\amqp_basic_properties.c(191) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_connection.c(181) : error C2224: left of '.frame_max' must have struct/union type
ext\amqp\amqp_connection_resource.c(206) : error C2224: left of '.frame_type' must have struct/union type
ext\amqp\amqp_exchange.c(77) : error C2224: left of '.type' must have struct/union type
ext\amqp\amqp_channel.c(89) : warning C4024: 'php_amqp_error' : different types for formal and actual parameter 1
ext\amqp\amqp_connection.c(182) : error C2065: 'connection_params' : undeclared identifier
ext\amqp\amqp_connection_resource.c(207) : error C2065: 'frame' : undeclared identifier
ext\amqp\amqp_envelope.c(119) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_channel.c(90) : error C2065: 'res' : undeclared identifier
ext\amqp\amqp_basic_properties.c(191) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection.c(182) : error C2224: left of '.channel_max' must have struct/union type
ext\amqp\amqp_connection_resource.c(207) : error C2224: left of '.payload' must have struct/union type
ext\amqp\amqp_exchange.c(77) : warning C4047: 'function' : 'const zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_envelope.c(127) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_channel.c(90) : error C2440: 'function' : cannot convert from 'int' to 'amqp_rpc_reply_t'
ext\amqp\amqp_basic_properties.c(199) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_connection.c(183) : error C2065: 'connection_params' : undeclared identifier
ext\amqp\amqp_connection_resource.c(222) : error C2065: 'frame' : undeclared identifier
ext\amqp\amqp_exchange.c(77) : warning C4024: 'zend_object_store_get_object' : different types for formal and actual parameter 1
ext\amqp\amqp_envelope.c(127) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_channel.c(90) : warning C4024: 'php_amqp_zend_throw_exception_short' : different types for formal and actual parameter 1
ext\amqp\amqp_basic_properties.c(199) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_connection.c(183) : error C2224: left of '.heartbeat' must have struct/union type
ext\amqp\amqp_connection_resource.c(222) : error C2224: left of '.payload' must have struct/union type
ext\amqp\amqp_exchange.c(78) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_channel.c(94) : error C2065: 'connection_resource' : undeclared identifier
ext\amqp\amqp_connection.c(184) : error C2065: 'connection_params' : undeclared identifier
ext\amqp\amqp_connection_resource.c(222) : error C2198: 'php_amqp_handle_basic_ack' : too few arguments for call
ext\amqp\amqp_envelope.c(127) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_channel.c(94) : warning C4047: 'function' : 'amqp_connection_resource *' differs in levels of indirection from 'int'
ext\amqp\amqp_basic_properties.c(199) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection.c(184) : error C2224: left of '.read_timeout' must have struct/union type
ext\amqp\amqp_connection_resource.c(228) : error C2065: 'frame' : undeclared identifier
ext\amqp\amqp_exchange.c(78) : error C2223: left of '->is_connected' must point to struct/union
ext\amqp\amqp_envelope.c(135) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_channel.c(94) : warning C4024: 'php_amqp_maybe_release_buffers_on_channel' : different types for formal and actual parameter 1
ext\amqp\amqp_basic_properties.c(208) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_connection.c(185) : error C2065: 'connection_params' : undeclared identifier
ext\amqp\amqp_connection_resource.c(228) : error C2224: left of '.payload' must have struct/union type
ext\amqp\amqp_envelope.c(135) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_basic_properties.c(208) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_connection.c(185) : error C2224: left of '.write_timeout' must have struct/union type
ext\amqp\amqp_connection_resource.c(228) : error C2198: 'php_amqp_handle_basic_nack' : too few arguments for call
ext\amqp\amqp_channel.c(293) : error C2275: 'zend_object_value' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(60) : see declaration of 'zend_object_value'
ext\amqp\amqp_exchange.c(78) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_connection.c(186) : error C2065: 'connection_params' : undeclared identifier
ext\amqp\amqp_connection_resource.c(234) : error C2065: 'frame' : undeclared identifier
ext\amqp\amqp_channel.c(293) : error C2146: syntax error : missing ';' before identifier 'new_value'
ext\amqp\amqp_envelope.c(135) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_basic_properties.c(208) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection.c(186) : error C2224: left of '.connect_timeout' must have struct/union type
ext\amqp\amqp_connection_resource.c(234) : error C2224: left of '.payload' must have struct/union type
ext\amqp\amqp_channel.c(293) : error C2065: 'new_value' : undeclared identifier
ext\amqp\amqp_envelope.c(144) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_basic_properties.c(216) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_connection.c(187) : error C2065: 'connection_params' : undeclared identifier
ext\amqp\amqp_connection_resource.c(234) : error C2198: 'php_amqp_handle_basic_return' : too few arguments for call
ext\amqp\amqp_channel.c(295) : error C2065: 'new_value' : undeclared identifier
ext\amqp\amqp_exchange.c(80) : error C2065: 'channelObj' : undeclared identifier
ext\amqp\amqp_envelope.c(144) : error C2275: 'PHP5to7_param_str_len_type_t' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\ext\amqp\php5_support.h(27) : see declaration of 'PHP5to7_param_str_len_type_t'
ext\amqp\amqp_basic_properties.c(216) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_connection.c(187) : error C2224: left of '.cacert' must have struct/union type
ext\amqp\amqp_connection_resource.c(240) : error C2065: 'frame' : undeclared identifier
ext\amqp\amqp_channel.c(295) : error C2224: left of '.handle' must have struct/union type
ext\amqp\amqp_exchange.c(80) : warning C4047: 'function' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_envelope.c(144) : error C2146: syntax error : missing ';' before identifier 'key_len'
ext\amqp\amqp_connection.c(188) : error C2065: 'connection_params' : undeclared identifier
ext\amqp\amqp_connection_resource.c(240) : error C2224: left of '.payload' must have struct/union type
ext\amqp\amqp_channel.c(302) : error C2065: 'new_value' : undeclared identifier
ext\amqp\amqp_exchange.c(80) : warning C4024: 'zend_update_property' : different types for formal and actual parameter 5
ext\amqp\amqp_envelope.c(144) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_basic_properties.c(216) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection.c(188) : error C2224: left of '.cert' must have struct/union type
ext\amqp\amqp_connection_resource.c(259) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_channel.c(302) : error C2224: left of '.handlers' must have struct/union type
ext\amqp\amqp_exchange.c(81) : error C2065: 'channelObj' : undeclared identifier
ext\amqp\amqp_envelope.c(145) : error C2275: 'PHP5to7_zval_t' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\ext\amqp\php5_support.h(29) : see declaration of 'PHP5to7_zval_t'
ext\amqp\amqp_basic_properties.c(224) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_connection.c(189) : error C2065: 'connection_params' : undeclared identifier
ext\amqp\amqp_connection_resource.c(267) : error C2065: 'read_timeout' : undeclared identifier
ext\amqp\amqp_channel.c(304) : error C2065: 'new_value' : undeclared identifier
ext\amqp\amqp_exchange.c(81) : warning C4047: 'function' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_envelope.c(145) : error C2065: 'tmp' : undeclared identifier
ext\amqp\amqp_basic_properties.c(224) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_connection.c(189) : error C2224: left of '.key' must have struct/union type
ext\amqp\amqp_connection_resource.c(269) : error C2065: 'read_timeout' : undeclared identifier
ext\amqp\amqp_channel.c(304) : error C2440: 'return' : cannot convert from 'int' to 'zend_object_value'
ext\amqp\amqp_exchange.c(81) : warning C4024: 'zend_read_property' : different types for formal and actual parameter 2
ext\amqp\amqp_envelope.c(147) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_connection.c(190) : error C2065: 'connection_params' : undeclared identifier
ext\amqp\amqp_connection_resource.c(277) : error C2065: 'read_timeout' : undeclared identifier
ext\amqp\amqp_channel.c(315) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_envelope.c(147) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_basic_properties.c(224) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_exchange.c(133) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_connection.c(190) : error C2224: left of '.verify' must have struct/union type
ext\amqp\amqp_channel.c(317) : error C2275: 'amqp_channel_resource' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\ext\amqp\php_amqp.h(38) : see declaration of 'amqp_channel_resource'
ext\amqp\amqp_envelope.c(151) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_basic_properties.c(232) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_exchange.c(138) : error C2065: 'flagBitmask' : undeclared identifier
ext\amqp\amqp_connection.c(196) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_connection_resource.c(290) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_channel.c(317) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_envelope.c(151) : error C2065: 'zv' : undeclared identifier
ext\amqp\amqp_basic_properties.c(232) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_exchange.c(142) : error C2065: 'flagBitmask' : undeclared identifier
ext\amqp\amqp_connection.c(196) : error C2065: 'connection_params' : undeclared identifier
ext\amqp\amqp_connection_resource.c(293) : error C2065: 'write_timeout' : undeclared identifier
ext\amqp\amqp_channel.c(318) : error C2275: 'amqp_channel_object' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\ext\amqp\php_amqp.h(37) : see declaration of 'amqp_channel_object'
ext\amqp\amqp_envelope.c(155) : error C2065: 'zv' : undeclared identifier
ext\amqp\amqp_exchange.c(146) : error C2065: 'flagBitmask' : undeclared identifier
ext\amqp\amqp_connection.c(196) : warning C4133: 'function' : incompatible types - from 'int *' to 'amqp_connection_params *'
ext\amqp\amqp_connection_resource.c(295) : error C2065: 'write_timeout' : undeclared identifier
ext\amqp\amqp_channel.c(318) : error C2065: 'channel' : undeclared identifier
ext\amqp\amqp_envelope.c(155) : error C2100: illegal indirection
ext\amqp\amqp_basic_properties.c(232) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_exchange.c(150) : error C2065: 'flagBitmask' : undeclared identifier
ext\amqp\amqp_connection.c(196) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_connection_resource.c(303) : error C2065: 'write_timeout' : undeclared identifier
ext\amqp\amqp_channel.c(319) : error C2275: 'amqp_connection_object' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\ext\amqp\php_amqp.h(36) : see declaration of 'amqp_connection_object'
ext\amqp\amqp_envelope.c(155) : error C2224: left of '.type' must have struct/union type
ext\amqp\amqp_basic_properties.c(240) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_exchange.c(153) : error C2065: 'flagBitmask' : undeclared identifier
ext\amqp\amqp_connection.c(196) : warning C4047: 'function' : 'char **' differs in levels of indirection from 'int *'
ext\amqp\amqp_channel.c(319) : error C2065: 'connection' : undeclared identifier
ext\amqp\amqp_basic_properties.c(240) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_connection.c(196) : warning C4024: 'php_amqp_get_connection_hash' : different types for formal and actual parameter 2
ext\amqp\amqp_connection_resource.c(324) : error C2275: 'amqp_channel_t' : illegal use of this type as an expression
        C:\pecl-dep-libs\vc11\x64\librabbitmq\include\amqp.h(389) : see declaration of 'amqp_channel_t'
ext\amqp\amqp_channel.c(322) : error C2065: 'connection_object' : undeclared identifier
ext\amqp\amqp_exchange.c(218) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_connection.c(198) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_connection_resource.c(324) : error C2146: syntax error : missing ';' before identifier 'slot'
ext\amqp\amqp_channel.c(327) : error C2065: 'channel' : undeclared identifier
ext\amqp\amqp_envelope.c(155) : error C2224: left of '.value' must have struct/union type
ext\amqp\amqp_exchange.c(220) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_basic_properties.c(240) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection.c(198) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection_resource.c(324) : error C2065: 'slot' : undeclared identifier
ext\amqp\amqp_channel.c(327) : warning C4047: '=' : 'int' differs in levels of indirection from 'amqp_channel_object *'
ext\amqp\amqp_exchange.c(220) : error C2275: 'PHP5to7_param_str_len_type_t' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\ext\amqp\php5_support.h(27) : see declaration of 'PHP5to7_param_str_len_type_t'
ext\amqp\amqp_basic_properties.c(248) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_connection.c(198) : warning C4024: 'zend_hash_find' : different types for formal and actual parameter 2
ext\amqp\amqp_connection_resource.c(326) : error C2065: 'slot' : undeclared identifier
ext\amqp\amqp_channel.c(333) : error C2065: 'connection' : undeclared identifier
ext\amqp\amqp_exchange.c(220) : error C2146: syntax error : missing ';' before identifier 'key_len'
ext\amqp\amqp_basic_properties.c(248) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_connection.c(198) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_channel.c(333) : error C2065: 'connection_object' : undeclared identifier
ext\amqp\amqp_exchange.c(220) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_connection.c(199) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_channel.c(333) : warning C4047: 'function' : 'const zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_exchange.c(222) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_basic_properties.c(248) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection.c(199) : warning C4022: '_efree' : pointer mismatch for actual parameter 1
ext\amqp\amqp_connection_resource.c(327) : error C2065: 'slot' : undeclared identifier
ext\amqp\amqp_channel.c(333) : warning C4024: 'zend_object_store_get_object' : different types for formal and actual parameter 1
ext\amqp\amqp_exchange.c(222) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_basic_properties.c(256) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_connection.c(236) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_connection_resource.c(328) : error C2065: 'slot' : undeclared identifier
ext\amqp\amqp_channel.c(333) : warning C4047: '=' : 'int' differs in levels of indirection from 'amqp_connection_object *'
ext\amqp\amqp_exchange.c(226) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_basic_properties.c(256) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_connection.c(236) : warning C4022: '_efree' : pointer mismatch for actual parameter 1
ext\amqp\amqp_channel.c(334) : error C2065: 'connection' : undeclared identifier
ext\amqp\amqp_exchange.c(226) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection_resource.c(494) : error C2275: 'amqp_rpc_reply_t' : illegal use of this type as an expression
        C:\pecl-dep-libs\vc11\x64\librabbitmq\include\amqp.h(647) : see declaration of 'amqp_rpc_reply_t'
ext\amqp\amqp_connection.c(239) : error C2065: 'connection_params' : undeclared identifier
ext\amqp\amqp_envelope.c(155) : warning C4047: 'function' : 'const HashTable *' differs in levels of indirection from 'int'
ext\amqp\amqp_exchange.c(226) : warning C4024: 'zend_hash_find' : different types for formal and actual parameter 2
ext\amqp\amqp_basic_properties.c(256) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection_resource.c(494) : error C2146: syntax error : missing ';' before identifier 'res'
ext\amqp\amqp_connection.c(239) : warning C4133: 'function' : incompatible types - from 'int *' to 'amqp_connection_params *'
ext\amqp\amqp_channel.c(334) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_envelope.c(155) : warning C4024: 'zend_hash_find' : different types for formal and actual parameter 1
ext\amqp\amqp_exchange.c(226) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_connection_resource.c(494) : error C2065: 'res' : undeclared identifier
ext\amqp\amqp_connection.c(254) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_basic_properties.c(375) : error C2275: 'amqp_table_entry_t' : illegal use of this type as an expression
        C:\pecl-dep-libs\vc11\x64\librabbitmq\include\amqp.h(516) : see declaration of 'amqp_table_entry_t'
ext\amqp\amqp_exchange.c(226) : error C2065: 'tmp' : undeclared identifier
ext\amqp\amqp_connection_resource.c(504) : error C2440: '=' : cannot convert from 'amqp_rpc_reply_t' to 'int'
ext\amqp\amqp_connection.c(254) : error C2065: 'connection_params' : undeclared identifier
ext\amqp\amqp_basic_properties.c(375) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_exchange.c(230) : error C2065: 'tmp' : undeclared identifier
ext\amqp\amqp_connection_resource.c(508) : error C2065: 'res' : undeclared identifier
ext\amqp\amqp_connection.c(254) : warning C4133: 'function' : incompatible types - from 'int *' to 'amqp_connection_params *'
ext\amqp\amqp_channel.c(336) : error C2065: 'connection' : undeclared identifier
ext\amqp\amqp_basic_properties.c(376) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_exchange.c(230) : error C2100: illegal indirection
ext\amqp\amqp_connection_resource.c(508) : error C2224: left of '.reply_type' must have struct/union type
ext\amqp\amqp_connection.c(254) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_channel.c(336) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_basic_properties.c(376) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_exchange.c(230) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection_resource.c(511) : error C2065: 'res' : undeclared identifier
ext\amqp\amqp_connection.c(254) : warning C4047: 'function' : 'char **' differs in levels of indirection from 'int *'
ext\amqp\amqp_channel.c(341) : error C2065: 'connection' : undeclared identifier
ext\amqp\amqp_basic_properties.c(378) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_exchange.c(239) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_connection_resource.c(511) : error C2440: 'function' : cannot convert from 'int' to 'amqp_rpc_reply_t'
ext\amqp\amqp_connection.c(254) : warning C4024: 'php_amqp_get_connection_hash' : different types for formal and actual parameter 2
ext\amqp\amqp_channel.c(341) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_basic_properties.c(378) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_exchange.c(241) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_connection_resource.c(511) : warning C4024: 'php_amqp_connection_resource_error' : different types for formal and actual parameter 1
ext\amqp\amqp_connection.c(256) : error C2275: 'PHP5to7_zend_resource_store_t' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\ext\amqp\php5_support.h(94) : see declaration of 'PHP5to7_zend_resource_store_t'
ext\amqp\amqp_channel.c(346) : error C2065: 'connection_object' : undeclared identifier
ext\amqp\amqp_basic_properties.c(381) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_exchange.c(241) : error C2275: 'PHP5to7_param_str_len_type_t' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\ext\amqp\php5_support.h(27) : see declaration of 'PHP5to7_param_str_len_type_t'
ext\amqp\amqp_connection.c(256) : error C2146: syntax error : missing ';' before identifier 'new_le'
ext\amqp\amqp_channel.c(346) : warning C4047: 'function' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_basic_properties.c(381) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_exchange.c(241) : error C2146: syntax error : missing ';' before identifier 'key_len'
ext\amqp\amqp_connection.c(256) : error C2065: 'new_le' : undeclared identifier
ext\amqp\amqp_channel.c(346) : warning C4024: 'zend_update_property' : different types for formal and actual parameter 5
ext\amqp\amqp_basic_properties.c(384) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_exchange.c(241) : error C2065: 'key_len' : undeclared identifier
amqp_timestamp.c
ext\amqp\amqp_connection.c(259) : error C2065: 'new_le' : undeclared identifier
ext\amqp\amqp_channel.c(348) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_basic_properties.c(384) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_exchange.c(243) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_connection.c(259) : error C2224: left of '.ptr' must have struct/union type
ext\amqp\amqp_channel.c(348) : warning C4047: '=' : 'int' differs in levels of indirection from 'amqp_channel_resource *'
ext\amqp\amqp_basic_properties.c(387) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_exchange.c(243) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_connection.c(260) : error C2065: 'new_le' : undeclared identifier
ext\amqp\amqp_channel.c(349) : error C2065: 'channel' : undeclared identifier
ext\amqp\amqp_basic_properties.c(387) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_exchange.c(247) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_connection.c(260) : error C2224: left of '.type' must have struct/union type
ext\amqp\amqp_channel.c(349) : error C2223: left of '->channel_resource' must point to struct/union
ext\amqp\amqp_basic_properties.c(390) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_exchange.c(247) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection.c(262) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_channel.c(349) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_basic_properties.c(390) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_exchange.c(247) : warning C4024: 'zend_hash_find' : different types for formal and actual parameter 2
ext\amqp\amqp_connection.c(262) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
ext\amqp\amqp_channel.c(352) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_basic_properties.c(393) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_exchange.c(247) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_connection.c(262) : warning C4024: '_zend_hash_add_or_update' : different types for formal and actual parameter 2
ext\amqp\amqp_channel.c(352) : error C2223: left of '->channel_id' must point to struct/union
ext\amqp\amqp_basic_properties.c(393) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_exchange.c(247) : error C2065: 'tmp' : undeclared identifier
ext\amqp\amqp_connection.c(262) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_channel.c(352) : error C2065: 'connection' : undeclared identifier
ext\amqp\amqp_basic_properties.c(396) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_connection.c(262) : error C2065: 'new_le' : undeclared identifier
ext\amqp\amqp_exchange.c(261) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_channel.c(352) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_basic_properties.c(396) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_connection.c(263) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_exchange.c(261) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_channel.c(352) : error C2198: 'php_amqp_connection_resource_get_available_channel_id' : too few arguments for call
ext\amqp\amqp_basic_properties.c(399) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_connection.c(263) : warning C4022: '_efree' : pointer mismatch for actual parameter 1
ext\amqp\amqp_channel.c(355) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_basic_properties.c(399) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_connection.c(267) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_exchange.c(261) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_channel.c(355) : error C2223: left of '->channel_id' must point to struct/union
ext\amqp\amqp_basic_properties.c(402) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_connection.c(267) : warning C4022: '_efree' : pointer mismatch for actual parameter 1
ext\amqp\amqp_channel.c(360) : error C2065: 'connection' : undeclared identifier
ext\amqp\amqp_exchange.c(288) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_basic_properties.c(402) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_connection.c(300) : error C2275: 'zend_object_value' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(60) : see declaration of 'zend_object_value'
ext\amqp\amqp_channel.c(360) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_exchange.c(288) : error C2275: 'PHP5to7_param_str_len_type_t' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\ext\amqp\php5_support.h(27) : see declaration of 'PHP5to7_param_str_len_type_t'
ext\amqp\amqp_basic_properties.c(403) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_connection.c(300) : error C2146: syntax error : missing ';' before identifier 'new_value'
ext\amqp\amqp_channel.c(360) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_exchange.c(288) : error C2146: syntax error : missing ';' before identifier 'key_len'
ext\amqp\amqp_basic_properties.c(403) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_connection.c(300) : error C2065: 'new_value' : undeclared identifier
ext\amqp\amqp_channel.c(360) : warning C4047: 'function' : 'amqp_connection_resource *' differs in levels of indirection from 'int'
ext\amqp\amqp_exchange.c(288) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_basic_properties.c(405) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_connection.c(302) : error C2065: 'new_value' : undeclared identifier
ext\amqp\amqp_channel.c(360) : warning C4024: 'php_amqp_connection_resource_register_channel' : different types for formal and actual parameter 1
ext\amqp\amqp_exchange.c(289) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_basic_properties.c(405) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_connection.c(302) : error C2224: left of '.handle' must have struct/union type
ext\amqp\amqp_exchange.c(289) : error C2065: 'value' : undeclared identifier
ext\amqp\amqp_basic_properties.c(409) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_connection.c(309) : error C2065: 'new_value' : undeclared identifier
ext\amqp\amqp_channel.c(360) : error C2223: left of '->channel_id' must point to struct/union
ext\amqp\amqp_exchange.c(292) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_basic_properties.c(409) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_connection.c(309) : error C2224: left of '.handlers' must have struct/union type
ext\amqp\amqp_channel.c(360) : error C2198: 'php_amqp_connection_resource_register_channel' : too few arguments for call
ext\amqp\amqp_exchange.c(292) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_basic_properties.c(412) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_connection.c(311) : error C2065: 'new_value' : undeclared identifier
ext\amqp\amqp_channel.c(365) : error C2275: 'amqp_channel_open_ok_t' : illegal use of this type as an expression
        C:\pecl-dep-libs\vc11\x64\librabbitmq\include\amqp_framing.h(289) : see declaration of 'amqp_channel_open_ok_t'
ext\amqp\amqp_exchange.c(293) : error C2065: 'value' : undeclared identifier
ext\amqp\amqp_basic_properties.c(412) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_connection.c(311) : error C2440: 'return' : cannot convert from 'int' to 'zend_object_value'
ext\amqp\amqp_channel.c(365) : error C2065: 'r' : undeclared identifier
ext\amqp\amqp_exchange.c(297) : error C2065: 'value' : undeclared identifier
ext\amqp\amqp_basic_properties.c(416) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_channel.c(365) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_exchange.c(297) : error C2100: illegal indirection
ext\amqp\amqp_basic_properties.c(416) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_channel.c(365) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_exchange.c(297) : error C2224: left of '.type' must have struct/union type
ext\amqp\amqp_exchange.c(299) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_channel.c(365) : error C2223: left of '->channel_id' must point to struct/union
ext\amqp\amqp_exchange.c(299) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
ext\amqp\amqp_basic_properties.c(421) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_channel.c(365) : error C2198: 'amqp_channel_open' : too few arguments for call
ext\amqp\amqp_exchange.c(299) : warning C4024: 'zend_hash_del_key_or_index' : different types for formal and actual parameter 2
ext\amqp\amqp_basic_properties.c(421) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_channel.c(368) : error C2065: 'r' : undeclared identifier
ext\amqp\amqp_exchange.c(299) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_basic_properties.c(422) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_channel.c(369) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_exchange.c(305) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_basic_properties.c(422) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_connection.c(720) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_channel.c(369) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_exchange.c(305) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
ext\amqp\amqp_basic_properties.c(428) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_connection.c(720) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_channel.c(369) : error C2198: 'amqp_get_rpc_reply' : too few arguments for call
ext\amqp\amqp_exchange.c(305) : warning C4024: '_zend_hash_add_or_update' : different types for formal and actual parameter 2
ext\amqp\amqp_basic_properties.c(428) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_channel.c(371) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_exchange.c(305) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_connection.c(720) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_channel.c(371) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_exchange.c(305) : error C2065: 'value' : undeclared identifier
ext\amqp\amqp_connection.c(754) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_exchange.c(306) : error C2065: 'value' : undeclared identifier
ext\amqp\amqp_basic_properties.c(428) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
ext\amqp\amqp_channel.c(371) : warning C4047: 'function' : 'amqp_connection_resource *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection.c(754) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_exchange.c(306) : warning C4047: 'function' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_basic_properties.c(428) : warning C4024: 'add_next_index_stringl' : different types for formal and actual parameter 2
ext\amqp\amqp_channel.c(371) : warning C4024: 'php_amqp_error' : different types for formal and actual parameter 3
ext\amqp\amqp_exchange.c(306) : warning C4024: 'zval_addref_p' : different types for formal and actual parameter 1
ext\amqp\amqp_basic_properties.c(428) : error C2198: 'add_next_index_stringl' : too few arguments for call
ext\amqp\amqp_channel.c(371) : error C2198: 'php_amqp_error' : too few arguments for call
ext\amqp\amqp_connection.c(754) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_exchange.c(325) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_basic_properties.c(436) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_channel.c(374) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_exchange.c(326) : error C2275: 'amqp_table_t' : illegal use of this type as an expression
        C:\pecl-dep-libs\vc11\x64\librabbitmq\include\amqp.h(426) : see declaration of 'amqp_table_t'
ext\amqp\amqp_connection.c(789) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_basic_properties.c(436) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_channel.c(374) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_exchange.c(326) : error C2065: 'arguments' : undeclared identifier
ext\amqp\amqp_connection.c(789) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_basic_properties.c(438) : warning C4133: 'function' : incompatible types - from 'PHP5to7_zval_t' to 'amqp_table_t *'
ext\amqp\amqp_exchange.c(332) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_basic_properties.c(438) : error C2198: 'parse_amqp_table' : too few arguments for call
ext\amqp\amqp_channel.c(374) : warning C4047: 'function' : 'amqp_connection_resource *' differs in levels of indirection from 'int'
ext\amqp\amqp_exchange.c(332) : warning C4047: '=' : 'int' differs in levels of indirection from 'amqp_channel_resource *'
ext\amqp\amqp_connection.c(789) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_basic_properties.c(450) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_channel.c(374) : warning C4024: 'php_amqp_maybe_release_buffers_on_channel' : different types for formal and actual parameter 1
ext\amqp\amqp_exchange.c(333) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_basic_properties.c(450) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_connection.c(824) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_channel.c(374) : error C2198: 'php_amqp_maybe_release_buffers_on_channel' : too few arguments for call
ext\amqp\amqp_basic_properties.c(450) : warning C4133: 'function' : incompatible types - from 'PHP5to7_zval_t' to 'amqp_table_t *'
ext\amqp\amqp_connection.c(824) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_channel.c(377) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_exchange.c(333) : error C2223: left of '->is_connected' must point to struct/union
ext\amqp\amqp_basic_properties.c(450) : error C2198: 'parse_amqp_table' : too few arguments for call
ext\amqp\amqp_channel.c(377) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_basic_properties.c(458) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_connection.c(824) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_channel.c(378) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_exchange.c(333) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_basic_properties.c(459) : error C2065: 'length' : undeclared identifier
ext\amqp\amqp_channel.c(378) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_connection.c(875) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_basic_properties.c(485) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_connection.c(875) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_basic_properties.c(485) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_channel.c(378) : error C2223: left of '->channel_id' must point to struct/union
ext\amqp\amqp_exchange.c(347) : error C2065: 'arguments' : undeclared identifier
ext\amqp\amqp_basic_properties.c(486) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_channel.c(378) : error C2198: 'php_amqp_connection_resource_unregister_channel' : too few arguments for call
ext\amqp\amqp_connection.c(875) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_exchange.c(347) : warning C4047: '=' : 'int' differs in levels of indirection from 'amqp_table_t *'
ext\amqp\amqp_basic_properties.c(486) : error C2223: left of '->value' must point to struct/union
ext\amqp\amqp_channel.c(379) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_exchange.c(351) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_connection.c(911) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_basic_properties.c(510) : error C2065: 'entry' : undeclared identifier
ext\amqp\amqp_channel.c(379) : error C2223: left of '->channel_id' must point to struct/union
ext\amqp\amqp_exchange.c(351) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_connection.c(911) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_basic_properties.c(510) : error C2223: left of '->key' must point to struct/union
ext\amqp\amqp_channel.c(387) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_exchange.c(352) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_channel.c(387) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_exchange.c(352) : error C2223: left of '->channel_id' must point to struct/union
ext\amqp\amqp_connection.c(911) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_exchange.c(353) : error C2440: 'function' : cannot convert from 'amqp_bytes_t' to 'amqp_connection_state_t'
ext\amqp\amqp_basic_properties.c(510) : error C2198: '_estrndup' : too few arguments for call
ext\amqp\amqp_channel.c(387) : warning C4047: 'function' : 'amqp_connection_resource *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection.c(960) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_exchange.c(353) : warning C4024: 'amqp_exchange_declare' : different types for formal and actual parameter 1
ext\amqp\amqp_basic_properties.c(511) : warning C4267: 'function' : conversion from 'size_t' to 'uint', possible loss of data
ext\amqp\amqp_channel.c(387) : warning C4024: 'php_amqp_maybe_release_buffers_on_channel' : different types for formal and actual parameter 1
ext\amqp\amqp_connection.c(960) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_exchange.c(354) : error C2440: 'function' : cannot convert from 'amqp_bytes_t' to 'amqp_channel_t'
ext\amqp\amqp_channel.c(387) : error C2198: 'php_amqp_maybe_release_buffers_on_channel' : too few arguments for call
ext\amqp\amqp_exchange.c(354) : warning C4024: 'amqp_exchange_declare' : different types for formal and actual parameter 2
amqp_type.c
ext\amqp\amqp_channel.c(389) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_connection.c(960) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_exchange.c(355) : error C2440: 'function' : cannot convert from 'zend_bool' to 'amqp_bytes_t'
ext\amqp\amqp_channel.c(389) : error C2223: left of '->is_connected' must point to struct/union
ext\amqp\amqp_exchange.c(355) : warning C4024: 'amqp_exchange_declare' : different types for formal and actual parameter 3
ext\amqp\amqp_connection.c(1006) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_channel.c(393) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_exchange.c(356) : error C2440: 'function' : cannot convert from 'zend_bool' to 'amqp_bytes_t'
ext\amqp\amqp_connection.c(1006) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_channel.c(393) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_exchange.c(356) : warning C4024: 'amqp_exchange_declare' : different types for formal and actual parameter 4
ext\amqp\amqp_channel.c(394) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_exchange.c(360) : error C2065: 'arguments' : undeclared identifier
ext\amqp\amqp_connection.c(1006) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_channel.c(394) : error C2223: left of '->channel_id' must point to struct/union
ext\amqp\amqp_exchange.c(360) : error C2100: illegal indirection
ext\amqp\amqp_channel.c(399) : error C2198: 'amqp_basic_qos' : too few arguments for call
ext\amqp\amqp_exchange.c(360) : error C2198: 'amqp_exchange_declare' : too few arguments for call
ext\amqp\amqp_connection.c(1073) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_channel.c(401) : error C2275: 'amqp_rpc_reply_t' : illegal use of this type as an expression
        C:\pecl-dep-libs\vc11\x64\librabbitmq\include\amqp.h(647) : see declaration of 'amqp_rpc_reply_t'
ext\amqp\amqp_exchange.c(373) : error C2275: 'amqp_rpc_reply_t' : illegal use of this type as an expression
        C:\pecl-dep-libs\vc11\x64\librabbitmq\include\amqp.h(647) : see declaration of 'amqp_rpc_reply_t'
ext\amqp\amqp_connection.c(1078) : error C2065: 'connection' : undeclared identifier
ext\amqp\amqp_channel.c(401) : error C2146: syntax error : missing ';' before identifier 'res'
ext\amqp\amqp_exchange.c(373) : error C2146: syntax error : missing ';' before identifier 'res'
ext\amqp\amqp_connection.c(1078) : warning C4047: '=' : 'int' differs in levels of indirection from 'amqp_connection_object *'
ext\amqp\amqp_channel.c(401) : error C2065: 'res' : undeclared identifier
ext\amqp\amqp_exchange.c(373) : error C2065: 'res' : undeclared identifier
ext\amqp\amqp_connection.c(1080) : error C2065: 'connection' : undeclared identifier
ext\amqp\amqp_channel.c(401) : fatal error C1003: error count exceeds 100; stopping compilation
ext\amqp\amqp_exchange.c(373) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_connection.c(1080) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_exchange.c(373) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_exchange.c(373) : error C2198: 'amqp_get_rpc_reply' : too few arguments for call
ext\amqp\amqp_exchange.c(373) : error C2440: '=' : cannot convert from 'amqp_rpc_reply_t' to 'int'
ext\amqp\amqp_connection.c(1081) : error C2065: 'connection' : undeclared identifier
ext\amqp\amqp_exchange.c(375) : error C2065: 'arguments' : undeclared identifier
ext\amqp\amqp_connection.c(1081) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_exchange.c(375) : warning C4047: 'function' : 'amqp_table_t *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection.c(1084) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_exchange.c(375) : warning C4024: 'php_amqp_type_free_amqp_table' : different types for formal and actual parameter 1
ext\amqp\amqp_connection.c(1084) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_exchange.c(376) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_exchange.c(376) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_connection.c(1084) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection.c(1093) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_exchange.c(376) : warning C4047: 'function' : 'amqp_connection_resource *' differs in levels of indirection from 'int'
ext\amqp\amqp_connection.c(1098) : error C2065: 'connection' : undeclared identifier
ext\amqp\amqp_exchange.c(376) : warning C4024: 'php_amqp_maybe_release_buffers_on_channel' : different types for formal and actual parameter 1
ext\amqp\amqp_connection.c(1098) : warning C4047: '=' : 'int' differs in levels of indirection from 'amqp_connection_object *'
ext\amqp\amqp_exchange.c(376) : error C2198: 'php_amqp_maybe_release_buffers_on_channel' : too few arguments for call
ext\amqp\amqp_connection.c(1101) : error C2065: 'connection' : undeclared identifier
ext\amqp\amqp_exchange.c(378) : error C2065: 'res' : undeclared identifier
ext\amqp\amqp_connection.c(1101) : fatal error C1003: error count exceeds 100; stopping compilation
ext\amqp\amqp_exchange.c(378) : error C2224: left of '.reply_type' must have struct/union type
ext\amqp\amqp_exchange.c(378) : fatal error C1003: error count exceeds 100; stopping compilation
ext\amqp\amqp_envelope.c(155) : fatal error C1903: unable to recover from previous error(s); stopping compilation
c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_execute.h(247) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data (ext\amqp\amqp_queue.c)
c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_execute.h(247) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data (ext\amqp\amqp_methods_handling.c)
ext\amqp\amqp_queue.c(66) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_queue.c(68) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_queue.c(68) : error C2065: 'channelObj' : undeclared identifier
ext\amqp\amqp_queue.c(69) : error C2275: 'amqp_channel_resource' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\ext\amqp\php_amqp.h(38) : see declaration of 'amqp_channel_resource'
ext\amqp\amqp_queue.c(69) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_queue.c(71) : error C2065: 'channelObj' : undeclared identifier
ext\amqp\amqp_queue.c(75) : error C2065: 'arguments' : undeclared identifier
ext\amqp\amqp_queue.c(75) : warning C4047: '=' : 'int' differs in levels of indirection from 'zval *'
ext\amqp\amqp_queue.c(75) : error C2223: left of '->refcount__gc' must point to struct/union
ext\amqp\amqp_queue.c(75) : error C2223: left of '->is_ref__gc' must point to struct/union
ext\amqp\amqp_queue.c(76) : error C2065: 'arguments' : undeclared identifier
ext\amqp\amqp_queue.c(76) : warning C4047: 'function' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_queue.c(76) : warning C4024: '_array_init' : different types for formal and actual parameter 1
ext\amqp\amqp_queue.c(77) : error C2065: 'arguments' : undeclared identifier
ext\amqp\amqp_queue.c(77) : warning C4047: 'function' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_queue.c(77) : warning C4024: 'zend_update_property' : different types for formal and actual parameter 5
ext\amqp\amqp_queue.c(78) : error C2065: 'arguments' : undeclared identifier
ext\amqp\amqp_queue.c(78) : warning C4047: 'function' : 'zval **' differs in levels of indirection from 'int *'
ext\amqp\amqp_queue.c(78) : warning C4024: '_zval_ptr_dtor' : different types for formal and actual parameter 1
ext\amqp\amqp_queue.c(80) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_queue.c(80) : error C2065: 'channelObj' : undeclared identifier
ext\amqp\amqp_queue.c(80) : error C2100: illegal indirection
ext\amqp\amqp_queue.c(80) : error C2224: left of '.type' must have struct/union type
ext\amqp\amqp_queue.c(80) : warning C4047: 'function' : 'const zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_queue.c(80) : warning C4024: 'zend_object_store_get_object' : different types for formal and actual parameter 1
ext\amqp\amqp_queue.c(81) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_queue.c(81) : error C2223: left of '->is_connected' must point to struct/union
ext\amqp\amqp_queue.c(81) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_queue.c(83) : error C2065: 'channelObj' : undeclared identifier
ext\amqp\amqp_queue.c(83) : warning C4047: 'function' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_queue.c(83) : warning C4024: 'zend_update_property' : different types for formal and actual parameter 5
ext\amqp\amqp_queue.c(84) : error C2065: 'channelObj' : undeclared identifier
ext\amqp\amqp_queue.c(84) : warning C4047: 'function' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_queue.c(84) : warning C4024: 'zend_read_property' : different types for formal and actual parameter 2
ext\amqp\amqp_queue.c(140) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_queue.c(145) : error C2065: 'flagBitmask' : undeclared identifier
ext\amqp\amqp_queue.c(149) : error C2065: 'flagBitmask' : undeclared identifier
ext\amqp\amqp_queue.c(153) : error C2065: 'flagBitmask' : undeclared identifier
ext\amqp\amqp_queue.c(157) : error C2065: 'flagBitmask' : undeclared identifier
ext\amqp\amqp_queue.c(160) : error C2065: 'flagBitmask' : undeclared identifier
ext\amqp\amqp_queue.c(195) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_queue.c(197) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_methods_handling.c(113) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_queue.c(197) : error C2275: 'PHP5to7_param_str_len_type_t' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\ext\amqp\php5_support.h(27) : see declaration of 'PHP5to7_param_str_len_type_t'
ext\amqp\amqp_methods_handling.c(122) : error C2065: 'm' : undeclared identifier
ext\amqp\amqp_queue.c(197) : error C2146: syntax error : missing ';' before identifier 'key_len'
ext\amqp\amqp_methods_handling.c(122) : warning C4047: 'function' : 'amqp_basic_return_t *' differs in levels of indirection from 'int'
ext\amqp\amqp_queue.c(197) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_methods_handling.c(122) : warning C4024: 'php_amqp_call_basic_return_callback' : different types for formal and actual parameter 1
ext\amqp\amqp_queue.c(199) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_queue.c(199) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_methods_handling.c(170) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_queue.c(203) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_methods_handling.c(173) : error C2065: 'm' : undeclared identifier
ext\amqp\amqp_queue.c(203) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
ext\amqp\amqp_methods_handling.c(173) : warning C4047: 'function' : 'amqp_basic_ack_t *' differs in levels of indirection from 'int'
ext\amqp\amqp_queue.c(203) : warning C4024: 'zend_hash_find' : different types for formal and actual parameter 2
ext\amqp\amqp_methods_handling.c(173) : warning C4024: 'php_amqp_call_basic_ack_callback' : different types for formal and actual parameter 1
ext\amqp\amqp_queue.c(203) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_queue.c(203) : error C2065: 'tmp' : undeclared identifier
ext\amqp\amqp_methods_handling.c(201) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_queue.c(207) : error C2065: 'tmp' : undeclared identifier
ext\amqp\amqp_methods_handling.c(204) : error C2065: 'm' : undeclared identifier
ext\amqp\amqp_queue.c(207) : error C2100: illegal indirection
ext\amqp\amqp_methods_handling.c(204) : warning C4047: 'function' : 'amqp_basic_nack_t *' differs in levels of indirection from 'int'
ext\amqp\amqp_queue.c(207) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_methods_handling.c(204) : warning C4024: 'php_amqp_call_basic_nack_callback' : different types for formal and actual parameter 1
ext\amqp\amqp_queue.c(216) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_queue.c(218) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_queue.c(218) : error C2275: 'PHP5to7_param_str_len_type_t' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\ext\amqp\php5_support.h(27) : see declaration of 'PHP5to7_param_str_len_type_t'
ext\amqp\amqp_queue.c(218) : error C2146: syntax error : missing ';' before identifier 'key_len'
ext\amqp\amqp_queue.c(218) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_queue.c(220) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_queue.c(220) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_queue.c(224) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_queue.c(224) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
ext\amqp\amqp_queue.c(224) : warning C4024: 'zend_hash_find' : different types for formal and actual parameter 2
ext\amqp\amqp_queue.c(224) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_queue.c(224) : error C2065: 'tmp' : undeclared identifier
ext\amqp\amqp_queue.c(239) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_queue.c(239) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_queue.c(239) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_queue.c(266) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_queue.c(266) : error C2275: 'PHP5to7_param_str_len_type_t' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\ext\amqp\php5_support.h(27) : see declaration of 'PHP5to7_param_str_len_type_t'
ext\amqp\amqp_queue.c(266) : error C2146: syntax error : missing ';' before identifier 'key_len'
ext\amqp\amqp_queue.c(266) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_queue.c(267) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_queue.c(267) : error C2065: 'value' : undeclared identifier
ext\amqp\amqp_queue.c(270) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_queue.c(270) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_queue.c(271) : error C2065: 'value' : undeclared identifier
ext\amqp\amqp_queue.c(275) : error C2065: 'value' : undeclared identifier
ext\amqp\amqp_queue.c(275) : error C2100: illegal indirection
ext\amqp\amqp_queue.c(275) : error C2224: left of '.type' must have struct/union type
ext\amqp\amqp_queue.c(277) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_queue.c(277) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
ext\amqp\amqp_queue.c(277) : warning C4024: 'zend_hash_del_key_or_index' : different types for formal and actual parameter 2
ext\amqp\amqp_queue.c(277) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_queue.c(283) : error C2065: 'key' : undeclared identifier
ext\amqp\amqp_queue.c(283) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
ext\amqp\amqp_queue.c(283) : warning C4024: '_zend_hash_add_or_update' : different types for formal and actual parameter 2
ext\amqp\amqp_queue.c(283) : error C2065: 'key_len' : undeclared identifier
ext\amqp\amqp_queue.c(283) : error C2065: 'value' : undeclared identifier
ext\amqp\amqp_queue.c(284) : error C2065: 'value' : undeclared identifier
ext\amqp\amqp_queue.c(284) : warning C4047: 'function' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_queue.c(284) : warning C4024: 'zval_addref_p' : different types for formal and actual parameter 1
ext\amqp\amqp_queue.c(303) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_queue.c(305) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_queue.c(306) : error C2275: 'amqp_table_t' : illegal use of this type as an expression
        C:\pecl-dep-libs\vc11\x64\librabbitmq\include\amqp.h(426) : see declaration of 'amqp_table_t'
ext\amqp\amqp_queue.c(306) : error C2065: 'arguments' : undeclared identifier
ext\amqp\amqp_queue.c(307) : error C2275: 'PHP5to7_param_long_type_t' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\ext\amqp\php5_support.h(28) : see declaration of 'PHP5to7_param_long_type_t'
ext\amqp\amqp_queue.c(307) : error C2146: syntax error : missing ';' before identifier 'message_count'
ext\amqp\amqp_queue.c(307) : error C2065: 'message_count' : undeclared identifier
ext\amqp\amqp_queue.c(313) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_queue.c(313) : warning C4047: '=' : 'int' differs in levels of indirection from 'amqp_channel_resource *'
ext\amqp\amqp_queue.c(314) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_queue.c(314) : error C2223: left of '->is_connected' must point to struct/union
ext\amqp\amqp_queue.c(314) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_queue.c(316) : error C2065: 'arguments' : undeclared identifier
ext\amqp\amqp_queue.c(316) : warning C4047: '=' : 'int' differs in levels of indirection from 'amqp_table_t *'
ext\amqp\amqp_queue.c(318) : error C2275: 'amqp_queue_declare_ok_t' : illegal use of this type as an expression
        C:\pecl-dep-libs\vc11\x64\librabbitmq\include\amqp_framing.h(423) : see declaration of 'amqp_queue_declare_ok_t'
ext\amqp\amqp_queue.c(318) : error C2065: 'r' : undeclared identifier
ext\amqp\amqp_queue.c(319) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_queue.c(319) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_queue.c(320) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_queue.c(320) : error C2223: left of '->channel_id' must point to struct/union
ext\amqp\amqp_queue.c(321) : error C2440: 'function' : cannot convert from 'amqp_bytes_t' to 'amqp_connection_state_t'
ext\amqp\amqp_queue.c(321) : warning C4024: 'amqp_queue_declare' : different types for formal and actual parameter 1
ext\amqp\amqp_queue.c(323) : error C2440: 'function' : cannot convert from 'zend_bool' to 'amqp_bytes_t'
ext\amqp\amqp_queue.c(323) : warning C4024: 'amqp_queue_declare' : different types for formal and actual parameter 3
ext\amqp\amqp_queue.c(327) : error C2065: 'arguments' : undeclared identifier
ext\amqp\amqp_queue.c(327) : error C2100: illegal indirection
ext\amqp\amqp_queue.c(327) : error C2198: 'amqp_queue_declare' : too few arguments for call
ext\amqp\amqp_queue.c(329) : error C2065: 'arguments' : undeclared identifier
ext\amqp\amqp_queue.c(329) : warning C4047: 'function' : 'amqp_table_t *' differs in levels of indirection from 'int'
ext\amqp\amqp_queue.c(329) : warning C4024: 'php_amqp_type_free_amqp_table' : different types for formal and actual parameter 1
ext\amqp\amqp_queue.c(331) : error C2065: 'r' : undeclared identifier
ext\amqp\amqp_queue.c(332) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_queue.c(332) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_queue.c(332) : error C2198: 'amqp_get_rpc_reply' : too few arguments for call
ext\amqp\amqp_queue.c(334) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_queue.c(334) : error C2223: left of '->connection_resource' must point to struct/union
ext\amqp\amqp_queue.c(334) : warning C4047: 'function' : 'amqp_connection_resource *' differs in levels of indirection from 'int'
ext\amqp\amqp_queue.c(334) : warning C4024: 'php_amqp_error' : different types for formal and actual parameter 3
ext\amqp\amqp_queue.c(334) : error C2198: 'php_amqp_error' : too few arguments for call
ext\amqp\amqp_queue.c(337) : error C2065: 'channel_resource' : undeclared identifier
ext\amqp\amqp_queue.c(337) : fatal error C1003: error count exceeds 100; stopping compilation
c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_execute.h(247) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data (ext\amqp\amqp_type.c)
c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_execute.h(247) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data (ext\amqp\amqp_timestamp.c)
ext\amqp\amqp_type.c(90) : error C2275: 'zend_bool' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(25) : see declaration of 'zend_bool'
ext\amqp\amqp_type.c(90) : error C2146: syntax error : missing ';' before identifier 'is_amqp_array'
ext\amqp\amqp_type.c(90) : error C2065: 'is_amqp_array' : undeclared identifier
ext\amqp\amqp_type.c(94) : error C2065: 'is_amqp_array' : undeclared identifier
ext\amqp\amqp_type.c(100) : error C2065: 'is_amqp_array' : undeclared identifier
ext\amqp\amqp_type.c(263) : error C2275: 'PHP5to7_zval_t' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\ext\amqp\php5_support.h(29) : see declaration of 'PHP5to7_zval_t'
ext\amqp\amqp_type.c(263) : error C2146: syntax error : missing ';' before identifier 'result_zv'
ext\amqp\amqp_type.c(263) : error C2065: 'result_zv' : undeclared identifier
ext\amqp\amqp_type.c(263) : warning C4047: '=' : 'int' differs in levels of indirection from 'void *'
ext\amqp\amqp_type.c(265) : error C2065: 'result_zv' : undeclared identifier
ext\amqp\amqp_type.c(265) : warning C4047: 'function' : 'zval **' differs in levels of indirection from 'int *'
ext\amqp\amqp_type.c(265) : warning C4024: 'zend_call_method' : different types for formal and actual parameter 6
ext\amqp\amqp_type.c(266) : error C2065: 'result_zv' : undeclared identifier
ext\amqp\amqp_type.c(266) : error C2100: illegal indirection
ext\amqp\amqp_type.c(266) : error C2224: left of '.value' must have struct/union type
ext\amqp\amqp_type.c(267) : error C2065: 'result_zv' : undeclared identifier
ext\amqp\amqp_type.c(267) : warning C4047: 'function' : 'zval **' differs in levels of indirection from 'int *'
ext\amqp\amqp_type.c(267) : warning C4024: '_zval_ptr_dtor' : different types for formal and actual parameter 1
ext\amqp\amqp_type.c(269) : error C2065: 'result_zv' : undeclared identifier
ext\amqp\amqp_type.c(269) : warning C4047: 'function' : 'zval **' differs in levels of indirection from 'int *'
ext\amqp\amqp_type.c(269) : warning C4024: 'zend_call_method' : different types for formal and actual parameter 6
ext\amqp\amqp_type.c(270) : error C2065: 'result_zv' : undeclared identifier
ext\amqp\amqp_type.c(270) : error C2100: illegal indirection
ext\amqp\amqp_type.c(270) : error C2224: left of '.value' must have struct/union type
ext\amqp\amqp_type.c(272) : error C2065: 'result_zv' : undeclared identifier
ext\amqp\amqp_type.c(272) : warning C4047: 'function' : 'zval **' differs in levels of indirection from 'int *'
ext\amqp\amqp_type.c(272) : warning C4024: '_zval_ptr_dtor' : different types for formal and actual parameter 1
ext\amqp\amqp_type.c(314) : error C2143: syntax error : missing ';' before 'type'
ext\amqp\amqp_type.c(315) : error C2065: 'macroEntryCounter' : undeclared identifier
ext\amqp\amqp_timestamp.c(36) : warning C4305: 'initializing' : truncation from 'unsigned __int64' to 'const double'
ext\amqp\amqp_type.c(317) : error C2065: 'macroEntryCounter' : undeclared identifier
ext\amqp\amqp_timestamp.c(44) : warning C4101: 'timestamp_value' : unreferenced local variable
ext\amqp\amqp_timestamp.c(84) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_timestamp.c(84) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_timestamp.c(84) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
ext\amqp\amqp_timestamp.c(96) : error C2275: 'zval' : illegal use of this type as an expression
        c:\php-sdk\php56\vc11\x64\php-5.6.24-src\zend\zend_types.h(55) : see declaration of 'zval'
ext\amqp\amqp_timestamp.c(96) : error C2065: '_zv' : undeclared identifier
ext\amqp\amqp_timestamp.c(96) : warning C4047: 'initializing' : 'zval *' differs in levels of indirection from 'int'
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\amd64\cl.exe"' : return code '0x2'
Stop.
