|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchesbcompiler_php54RC5.patch (last revision 2011-12-28 17:30 UTC by aristeo dot m at rocketmail dot com)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-01-03 06:48 UTC] alan_k@php.net
[2012-01-03 14:42 UTC] aristeo dot m at rocketmail dot com
[2013-01-14 09:11 UTC] jandanson at soloeurope dot com
[2014-01-25 06:28 UTC] slawekk87 at gmail dot com
[2015-08-03 21:38 UTC] cmb@php.net
-Status: Open
+Status: Verified
[2015-08-03 21:38 UTC] cmb@php.net
[2017-01-10 07:58 UTC] kalle@php.net
-Status: Verified
+Status: Suspended
[2017-01-10 07:58 UTC] kalle@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 14:00:02 2025 UTC |
Description: ------------ Building bcompiler using PHP 5.4RC5 (snap) fails on Windows 7.1 SDK. Build works if I use PHP 5.3.9RC5 (snap) Test script: --------------- sorry no test script as it is a build issue Expected result: ---------------- nmake php_bcompiler.dll should build OK Actual result: -------------- nmake php_bcompiler.dll build fails with errors: php_bcompiler.c ..\pecl\bcompiler\bcompiler_zend.c(188) : warning C4090: 'function' : different 'const' qualifiers ..\pecl\bcompiler\bcompiler_zend.c(475) : error C2065: 'IS_CLASS' : undeclared identifier ..\pecl\bcompiler\bcompiler_zend.c(475) : error C2051: case expression not constant ..\pecl\bcompiler\bcompiler_zend.c(476) : error C2065: 'IS_SCALAR' : undeclared identifier ..\pecl\bcompiler\bcompiler_zend.c(476) : error C2051: case expression not constant ..\pecl\bcompiler\bcompiler_zend.c(477) : error C2065: 'IS_NUMERIC' : undeclared identifier ..\pecl\bcompiler\bcompiler_zend.c(477) : error C2051: case expression not constant ..\pecl\bcompiler\bcompiler_zend.c(555) : error C2065: 'IS_CLASS' : undeclared identifier ..\pecl\bcompiler\bcompiler_zend.c(555) : error C2051: case expression not constant ..\pecl\bcompiler\bcompiler_zend.c(556) : error C2065: 'IS_SCALAR' : undeclared identifier ..\pecl\bcompiler\bcompiler_zend.c(556) : error C2051: case expression not constant ..\pecl\bcompiler\bcompiler_zend.c(557) : error C2065: 'IS_NUMERIC' : undeclared identifier ..\pecl\bcompiler\bcompiler_zend.c(557) : error C2051: case expression not constant ..\pecl\bcompiler\bcompiler_zend.c(639) : error C2039: 'return_reference' : is not a member of '_zend_arg_info' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(225) : see declaration of '_zend_arg_info' ..\pecl\bcompiler\bcompiler_zend.c(639) : error C2039: 'return_reference' : is not a member of '_zend_arg_info' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(225) : see declaration of '_zend_arg_info' ..\pecl\bcompiler\bcompiler_zend.c(640) : error C2039: 'required_num_args' : is not a member of '_zend_arg_info' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(225) : see declaration of '_zend_arg_info' ..\pecl\bcompiler\bcompiler_zend.c(640) : error C2039: 'required_num_args' : is not a member of '_zend_arg_info' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(225) : see declaration of '_zend_arg_info' ..\pecl\bcompiler\bcompiler_zend.c(670) : error C2039: 'return_reference' : is not a member of '_zend_arg_info' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(225) : see declaration of '_zend_arg_info' ..\pecl\bcompiler\bcompiler_zend.c(670) : error C2039: 'return_reference' : is not a member of '_zend_arg_info' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(225) : see declaration of '_zend_arg_info' ..\pecl\bcompiler\bcompiler_zend.c(671) : error C2039: 'required_num_args' : is not a member of '_zend_arg_info' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(225) : see declaration of '_zend_arg_info' ..\pecl\bcompiler\bcompiler_zend.c(671) : error C2039: 'required_num_args' : is not a member of '_zend_arg_info' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(225) : see declaration of '_zend_arg_info' ..\pecl\bcompiler\bcompiler_zend.c(738) : warning C4018: '<' : signed/unsigned mismatch ..\pecl\bcompiler\bcompiler_zend.c(759) : warning C4018: '<' : signed/unsigned mismatch ..\pecl\bcompiler\bcompiler_zend.c(777) : warning C4090: 'function' : different 'const' qualifiers ..\pecl\bcompiler\bcompiler_zend.c(858) : warning C4090: 'function' : different 'const' qualifiers ..\pecl\bcompiler\bcompiler_zend.c(872) : warning C4090: 'function' : different 'const' qualifiers ..\pecl\bcompiler\bcompiler_zend.c(886) : error C2039: 'constants_updated' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(886) : error C2039: 'constants_updated' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(933) : error C2039: 'builtin_functions' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(934) : error C2039: 'builtin_functions' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(941) : error C2039: 'builtin_functions' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(941) : error C2198: 'apc_serialize_zend_function_entry' : too few arguments for call ..\pecl\bcompiler\bcompiler_zend.c(959) : warning C4018: '<' : signed/unsigned mismatch ..\pecl\bcompiler\bcompiler_zend.c(967) : warning C4090: 'function' : different 'const' qualifiers ..\pecl\bcompiler\bcompiler_zend.c(977) : error C2039: 'filename' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(977) : error C2198: 'bcompiler_handle_filename' : too few arguments for call ..\pecl\bcompiler\bcompiler_zend.c(979) : error C2039: 'line_start' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(979) : error C2039: 'line_start' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(980) : error C2039: 'line_end' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(980) : error C2039: 'line_end' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(981) : error C2039: 'doc_comment' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(981) : error C2039: 'doc_comment_len' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(981) : error C2198: 'apc_serialize_zstring' : too few arguments for call ..\pecl\bcompiler\bcompiler_zend.c(982) : error C2039: 'doc_comment_len' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(982) : error C2039: 'doc_comment_len' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(1092) : error C2039: 'constants_updated' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(1092) : error C2039: 'constants_updated' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(1187) : error C2039: 'builtin_functions' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(1189) : error C2039: 'builtin_functions' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(1191) : error C2039: 'builtin_functions' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(1191) : error C2198: 'apc_deserialize_zend_function_entry' : too few arguments for call ..\pecl\bcompiler\bcompiler_zend.c(1216) : warning C4018: '<' : signed/unsigned mismatch ..\pecl\bcompiler\bcompiler_zend.c(1240) : error C2039: 'filename' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(1241) : error C2039: 'line_start' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(1241) : error C2039: 'line_start' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(1242) : error C2039: 'line_end' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(1242) : error C2039: 'line_end' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(1243) : error C2039: 'doc_comment' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(1243) : warning C4047: 'function' : 'char **' differs in levels of indirection from 'int' ..\pecl\bcompiler\bcompiler_zend.c(1243) : warning C4024: 'apc_create_string_u' : different types for formal and actual parameter 1 ..\pecl\bcompiler\bcompiler_zend.c(1243) : error C2198: 'apc_create_string_u' : too few arguments for call ..\pecl\bcompiler\bcompiler_zend.c(1244) : error C2039: 'doc_comment_len' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(1244) : error C2039: 'doc_comment_len' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\bcompiler_zend.c(1374) : warning C4018: '<' : signed/unsigned mismatch ..\pecl\bcompiler\bcompiler_zend.c(1553) : warning C4018: '<' : signed/unsigned mismatch ..\pecl\bcompiler\bcompiler_zend.c(1566) : warning C4090: 'function' : different 'const' qualifiers ..\pecl\bcompiler\bcompiler_zend.c(1571) : error C2039: 'size_literal' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1571) : error C2039: 'size_literal' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1579) : error C2039: 'size' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1579) : error C2039: 'size' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1602) : error C2039: 'current_brk_cont' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1602) : error C2039: 'current_brk_cont' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1615) : error C2039: 'return_reference' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1615) : error C2039: 'return_reference' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1616) : error C2039: 'done_pass_two' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1616) : error C2039: 'done_pass_two' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1617) : warning C4090: 'function' : different 'const' qualifiers ..\pecl\bcompiler\bcompiler_zend.c(1631) : warning C4090: 'function' : different 'const' qualifiers ..\pecl\bcompiler\bcompiler_zend.c(1635) : error C2039: 'pass_rest_by_reference' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1635) : error C2039: 'pass_rest_by_reference' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1637) : error C2039: 'backpatch_count' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1637) : error C2039: 'backpatch_count' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1649) : error C2039: 'size_var' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1649) : error C2039: 'size_var' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1684) : warning C4090: 'function' : different 'const' qualifiers ..\pecl\bcompiler\bcompiler_zend.c(1702) : warning C4018: '<' : signed/unsigned mismatch ..\pecl\bcompiler\bcompiler_zend.c(1713) : error C2039: 'size_literal' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1713) : error C2039: 'size_literal' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1729) : error C2039: 'size' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1729) : error C2039: 'size' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1743) : error C2039: 'current_brk_cont' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1743) : error C2039: 'current_brk_cont' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1756) : error C2039: 'start_op' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1758) : error C2039: 'return_reference' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1758) : error C2039: 'return_reference' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1759) : error C2039: 'done_pass_two' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1759) : error C2039: 'done_pass_two' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1805) : error C2039: 'pass_rest_by_reference' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1805) : error C2039: 'pass_rest_by_reference' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1806) : error C2039: 'backpatch_count' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1806) : error C2039: 'backpatch_count' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1818) : error C2039: 'size_var' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1818) : error C2039: 'size_var' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1819) : error C2039: 'size_var' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1820) : error C2039: 'size_var' : is not a member of '_zend_op_array' f:\php-sdk\php54dev\vc10\x86\php5.4- 201112281430\zend\zend_compile.h(255) : see declaration of '_zend_op_array' ..\pecl\bcompiler\bcompiler_zend.c(1820) : error C2198: '_ecalloc' : too few arguments for call ..\pecl\bcompiler\php_bcompiler.c(468) : warning C4090: 'function' : different 'const' qualifiers ..\pecl\bcompiler\php_bcompiler.c(574) : error C2039: 'filename' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\php_bcompiler.c(574) : error C2039: 'filename' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\php_bcompiler.c(574) : error C2168: 'strcmp' : too few actual parameters for intrinsic function ..\pecl\bcompiler\php_bcompiler.c(581) : warning C4090: 'function' : different 'const' qualifiers ..\pecl\bcompiler\php_bcompiler.c(635) : error C2039: 'filename' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\php_bcompiler.c(635) : error C2039: 'filename' : is not a member of '_zend_class_entry' F:\php-sdk\php54dev\vc10\x86\php5.4-201112281430\Zend\zend.h(462) : see declaration of '_zend_class_entry' ..\pecl\bcompiler\php_bcompiler.c(635) : error C2168: 'strcmp' : too few actual parameters for intrinsic function