Created
March 24, 2016 16:48
-
-
Save ganeshkbhat/f6f8536a23c14dc49ba4 to your computer and use it in GitHub Desktop.
bcompile.dll run error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src>nmake clean | |
Microsoft (R) Program Maintenance Utility Version 14.00.23506.0 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Cleaning SAPI | |
Could Not Find C:\phpsrc\php-sdk\phpdev\vc14\x64\obj\Release_TS\php7ts.dll | |
Cleaning distribution build dirs | |
Could Not Find C:\phpsrc\php-sdk\phpdev\vc14\x64\obj\Release_TS\*.res | |
rd /s /q C:\phpsrc\php-sdk\phpdev\vc14\x64\obj\Release_TS\php-7.0.4 | |
The system cannot find the file specified. | |
C:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src>buildconf --force | |
Rebuilding configure.js | |
Now run 'configure --help' | |
C:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src>configure --help | |
Options that enable extensions and SAPI will accept 'yes' or 'no' as a | |
parameter. They also accept 'shared' as a synonym for 'yes' and request a | |
shared build of that module. Not all modules can be built as shared modules; | |
configure will display [shared] after the module name if can be built that | |
way. | |
--enable-snapshot-build Build a snapshot; turns on everything it | |
can and ignores build errors | |
--enable-one-shot Optimize for fast build - best for release | |
and snapshot builders, not so hot for | |
edit-and-rebuild hacking | |
--with-toolset Toolset to use for the compilation, give: | |
vs, clang, icc. The only recommended and | |
supported toolset for production use is | |
Visual Studio. Use others at your own | |
risk. | |
--with-cygwin Path to cygwin utilities on your system | |
--enable-object-out-dir Alternate location for binary objects | |
during build | |
--enable-debug Compile with debugging symbols | |
--enable-debug-pack Release binaries with external debug | |
symbols (--enable-debug must not be | |
specified) | |
--enable-pgi Generate PGO instrumented binaries | |
--with-pgo Compile optimized binaries using training | |
data from folder | |
--disable-zts Thread safety | |
--with-prefix where PHP will be installed | |
--with-mp Tell Visual Studio use up to | |
[n,auto,disable] processes for compilation | |
--with-php-build Path to where you extracted the | |
development libraries | |
(http://wiki.php.net/internals/windows/libs). | |
Assumes that it is a sibling of this | |
source dir (..\deps) if not specified | |
--with-extra-includes Extra include path to use when building | |
everything | |
--with-extra-libs Extra library path to use when linking | |
everything | |
--disable-ipv6 Disable IPv6 support (default is turn it | |
on if available) | |
--enable-fd-setsize Set maximum number of sockets for | |
select(2) | |
--with-snapshot-template Path to snapshot builder template dir | |
--disable-security-flags Disable the compiler security flags | |
--with-analyzer Enable static analyzer. Pass vs for Visual | |
Studio, pvs for PVS-Studio | |
--without-uncritical-warn-choke Disable some uncritical warnings | |
--with-codegen-arch Architecture for code generation: ia32, | |
sse, sse2, avx, avx2 | |
--with-all-shared Force all the non obligatory extensions to | |
be shared | |
--enable-apache2handler Build Apache 2.x handler | |
--enable-apache2-2handler Build Apache 2.2.x handler | |
--enable-apache2-4handler Build Apache 2.4.x handler | |
--disable-cgi Build CGI version of PHP | |
--disable-cli Build CLI version of PHP | |
--enable-crt-debug Enable CRT memory dumps for debugging sent | |
to STDERR | |
--enable-cli-win32 Build console-less CLI version of PHP | |
--enable-embed Embedded SAPI library | |
--enable-phpdbg Build phpdbg | |
--enable-phpdbgs Build phpdbg shared | |
--disable-phpdbg-webhelper Build phpdbg webhelper | |
--disable-bcmath bc style precision math functions | |
--with-bz2 BZip2 | |
--disable-calendar calendar conversion support | |
--disable-com-dotnet COM and .Net support | |
--disable-ctype ctype | |
--with-curl cURL support | |
--with-dba DBA support | |
--with-enchant Enchant Support | |
--enable-fileinfo fileinfo support | |
--disable-filter Filter Support | |
--enable-ftp ftp support | |
--without-gd Bundled GD support | |
--without-libwebp webp support | |
--with-gettext gettext support | |
--with-gmp Include GNU MP support. | |
--disable-hash enable hash support | |
--with-mhash mhash support | |
--without-iconv iconv support | |
--with-imap IMAP Support | |
--with-interbase InterBase support | |
--enable-intl Enable internationalization support | |
--disable-json JavaScript Object Serialization support | |
--with-ldap LDAP support | |
--with-libmbfl use external libmbfl | |
--enable-mbstring multibyte string functions | |
--enable-mbregex multibyte regex support | |
--disable-mbregex-backtrack check multibyte regex backtrack | |
--with-mcrypt mcrypt support | |
--without-mysqlnd Mysql Native Client Driver | |
--with-oci8 OCI8 support | |
--with-oci8-11g OCI8 support using Oracle 11g Instant | |
Client | |
--with-oci8-12c OCI8 support using Oracle Database 12c | |
Instant Client | |
--enable-odbc ODBC support | |
--with-odbcver Force support for the passed ODBC version. | |
A hex number is expected, default 0x0300. | |
Use the special value of 0 to prevent an | |
explicit ODBCVER to be defined. | |
--disable-opcache whether to enable Zend OPcache support | |
--disable-opcache-file whether to enable file based caching | |
--with-openssl OpenSSL support | |
--with-pgsql PostgreSQL support | |
--with-pspell pspell/aspell (whatever it's called this | |
month) support | |
--disable-session session support | |
--enable-shmop shmop support | |
--with-snmp SNMP support | |
--enable-sockets SOCKETS support | |
--with-sqlite3 SQLite 3 support | |
--with-config-file-scan-dir Dir to check for additional php ini files | |
--enable-sysvshm SysV Shared Memory support | |
--with-tidy TIDY support | |
--disable-tokenizer tokenizer support | |
--disable-zip ZIP support | |
--disable-zlib ZLIB support | |
--enable-bcompiler Whether to enable bcompiler support | |
--enable-bcompiler_debug Whether to include debug code in bcompiler | |
--without-libxml LibXML support | |
--without-dom DOM support | |
--enable-exif exif | |
--with-mysqli MySQLi support | |
--enable-pdo Enable PHP Data Objects support | |
--with-pdo-dblib freetds dblib (Sybase, MS-SQL) support for | |
PDO | |
--with-pdo-mssql Native MS-SQL support for PDO | |
--with-pdo-firebird Firebird support for PDO | |
--with-pdo-mysql MySQL support for PDO | |
--with-pdo-oci Oracle OCI support for PDO | |
--with-pdo-odbc ODBC support for PDO | |
--with-pdo-pgsql PostgreSQL support for PDO | |
--with-pdo-sqlite for pdo_sqlite support | |
--with-pdo-sqlite-external for pdo_sqlite support from an external | |
dll | |
--disable-phar disable phar support | |
--enable-phar-native-ssl enable phar with native OpenSSL support | |
--without-simplexml Simple XML support | |
--enable-soap SOAP support | |
--without-xml XML support | |
--without-wddx WDDX support | |
--disable-xmlreader XMLReader support | |
--with-xmlrpc XMLRPC-EPI support | |
--disable-xmlwriter XMLWriter support | |
--with-xsl xsl support | |
C:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src>cscript /nologo configure.js "--disable-all" "--enable-object-out-dir=../obj/" "--enable-bcompiler=shared" "--without-analyzer" "--without-pgo" | |
Saving configure options to config.nice.bat | |
Checking for cl.exe ... <in default path> | |
Detected compiler MSVC14 (Visual C++ 2015) | |
Detected 64-bit compiler | |
Checking for link.exe ... C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64 | |
Checking for nmake.exe ... <in default path> | |
Checking for lib.exe ... <in default path> | |
Checking for bison.exe ... <in default path> | |
Checking for re2c.exe ... <in default path> | |
Detected re2c version 0.13.5 | |
Checking for zip.exe ... <in default path> | |
Checking for lemon.exe ... <not found> | |
Checking for mc.exe ... C:\Program Files (x86)\Windows Kits\10\bin\x64 | |
Checking for mt.exe ... C:\Program Files (x86)\Windows Kits\10\bin\x64 | |
Enabling multi process build | |
Build dir: C:\phpsrc\php-sdk\phpdev\vc14\x64\obj\Release_TS | |
PHP Core: php7ts.dll and php7ts.lib | |
Checking for wspiapi.h ... <in default path> | |
Enabling IPv6 support | |
Enabling extension ext\date | |
Enabling extension ext\pcre | |
Enabling extension ext\reflection | |
Enabling extension ext\spl | |
Checking for timelib_config.h ... ext/date/lib | |
Enabling extension ext\standard | |
Enabling extension ..\pecl\bcompiler [shared] | |
ERROR: No SAPI selected, please enable at least one SAPI. | |
C:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src>cscript /nologo configure.js "--disable-all" "--enable-cli" "--enable-object-out-dir=../obj/" "--enable-bcompiler=shared" "--without-analyzer" "--without-pgo" | |
Saving configure options to config.nice.bat | |
Checking for cl.exe ... <in default path> | |
Detected compiler MSVC14 (Visual C++ 2015) | |
Detected 64-bit compiler | |
Checking for link.exe ... C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64 | |
Checking for nmake.exe ... <in default path> | |
Checking for lib.exe ... <in default path> | |
Checking for bison.exe ... <in default path> | |
Checking for re2c.exe ... <in default path> | |
Detected re2c version 0.13.5 | |
Checking for zip.exe ... <in default path> | |
Checking for lemon.exe ... <not found> | |
Checking for mc.exe ... C:\Program Files (x86)\Windows Kits\10\bin\x64 | |
Checking for mt.exe ... C:\Program Files (x86)\Windows Kits\10\bin\x64 | |
Enabling multi process build | |
Build dir: C:\phpsrc\php-sdk\phpdev\vc14\x64\obj\Release_TS | |
PHP Core: php7ts.dll and php7ts.lib | |
Checking for wspiapi.h ... <in default path> | |
Enabling IPv6 support | |
Enabling SAPI sapi\cli | |
Enabling extension ext\date | |
Enabling extension ext\pcre | |
Enabling extension ext\reflection | |
Enabling extension ext\spl | |
Checking for timelib_config.h ... ext/date/lib | |
Enabling extension ext\standard | |
Enabling extension ..\pecl\bcompiler [shared] | |
Creating build dirs... | |
Generating files... | |
Generating Makefile | |
Generating main/internal_functions.c | |
[content unchanged; skipping] | |
Generating main/config.w32.h | |
Generating phpize | |
Done. | |
Enabled extensions: | |
----------------------- | |
| Extension | Mode | | |
----------------------- | |
| bcompiler | shared | | |
| date | static | | |
| pcre | static | | |
| reflection | static | | |
| spl | static | | |
| standard | static | | |
----------------------- | |
Enabled SAPI: | |
------------- | |
| Sapi Name | | |
------------- | |
| cli | | |
------------- | |
---------------------------------------------- | |
| | | | |
---------------------------------------------- | |
| Build type | Release | | |
| Thread Safety | Yes | | |
| Compiler | MSVC14 (Visual C++ 2015) | | |
| Architecture | x64 | | |
| Optimization | PGO disabled | | |
| Static analyzer | disabled | | |
---------------------------------------------- | |
Type 'nmake' to build PHP | |
C:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src>nmake | |
Microsoft (R) Program Maintenance Utility Version 14.00.23506.0 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Recreating build dirs | |
Recreating build dirs | |
type ext\pcre\php_pcre.def > C:\phpsrc\php-sdk\phpdev\vc14\x64\obj\Release_TS\php7ts.dll.def | |
"cl.exe" /D COMPILE_DL_BCOMPILER /D BCOMPILER_EXPORTS=1 /nologo /I . /I main /I Zend /I TSRM /I ext /D _WINDOWS /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 /FD /wd4996 /guard:cf /MP /LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /D ZTS=1 /I "C:\phpsrc\php-sdk\phpdev\vc14\x64\deps\include" /D FD_SETSIZE=256 /FoC:\phpsrc\php-sdk\phpdev\vc14\x64\obj\Release_TS\pecl\bcompiler\ /FpC:\phpsrc\php-sdk\phpdev\vc14\x64\obj\Release_TS\pecl\bcompiler\ /FRC:\phpsrc\php-sdk\phpdev\vc14\x64\obj\Release_TS\pecl\bcompiler\ /FdC:\phpsrc\php-sdk\phpdev\vc14\x64\obj\Release_TS\pecl\bcompiler\ /c ..\pecl\bcompiler\bcompiler.c ..\pecl\bcompiler\bcompiler_zend.c ..\pecl\bcompiler\php_bcompiler.c | |
bcompiler.c | |
bcompiler_zend.c | |
php_bcompiler.c | |
..\pecl\bcompiler\php_bcompiler.c(149): error C2065: 'OnUpdateInt': undeclared identifier | |
..\pecl\bcompiler\php_bcompiler.c(149): error C2099: initializer is not a constant | |
..\pecl\bcompiler\php_bcompiler.c(149): warning C4047: 'initializing': 'void (__cdecl *)(zend_ini_entry *,int)' differs in levels of indirection from 'int' | |
..\pecl\bcompiler\bcompiler_zend.c(52): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | |
..\pecl\bcompiler\php_bcompiler.c(199): warning C4133: 'function': incompatible types - from 'char [4]' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler_zend.c(81): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data | |
..\pecl\bcompiler\php_bcompiler.c(199): warning C4020: 'zend_hash_find': too many actual parameters | |
..\pecl\bcompiler\php_bcompiler.c(199): warning C4047: '!=': 'zval *' differs in levels of indirection from 'int' | |
..\pecl\bcompiler\bcompiler.c(71): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data | |
..\pecl\bcompiler\php_bcompiler.c(200): warning C4133: 'function': incompatible types - from 'char [11]' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler.c(108): error C2065: 'ENFORCE_SAFE_MODE': undeclared identifier | |
..\pecl\bcompiler\php_bcompiler.c(200): warning C4020: 'zend_hash_find': too many actual parameters..\pecl\bcompiler\bcompiler_zend.c(174): error C2039: 'persistent': is not a member of '_zend_array' | |
..\pecl\bcompiler\bcompiler.c(108): warning C4133: 'function': incompatible types - from 'char **' to 'zend_string **'c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(176): note: see declaration of '_zend_array' | |
..\pecl\bcompiler\php_bcompiler.c(200): warning C4047: '!=': 'zval *' differs in levels of indirection from 'int' | |
..\pecl\bcompiler\bcompiler.c(127): error C2065: 'ENFORCE_SAFE_MODE': undeclared identifier | |
..\pecl\bcompiler\bcompiler_zend.c(176): error C2039: 'unicode': is not a member of '_zend_array'..\pecl\bcompiler\bcompiler.c(127): warning C4133: 'function': incompatible types - from 'char **' to 'zend_string **' | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(176): note: see declaration of '_zend_array'..\pecl\bcompiler\bcompiler.c(143): error C2065: 'ENFORCE_SAFE_MODE': undeclared identifier | |
..\pecl\bcompiler\php_bcompiler.c(257): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval **' | |
..\pecl\bcompiler\bcompiler_zend.c(180): error C2039: 'pListHead': is not a member of '_zend_array'..\pecl\bcompiler\bcompiler.c(143): warning C4133: 'function': incompatible types - from 'char **' to 'zend_string **' | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(176): note: see declaration of '_zend_array'..\pecl\bcompiler\php_bcompiler.c(257): warning C4024: '_zval_ptr_dtor': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\bcompiler_zend.c(182): warning C4244: '=': conversion from 'zend_ulong' to 'ulong', possible loss of data | |
..\pecl\bcompiler\php_bcompiler.c(261): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval **' | |
..\pecl\bcompiler\bcompiler.c(168): warning C4133: '=': incompatible types - from 'char [15]' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler_zend.c(183): error C2039: 'nKeyLength': is not a member of '_Bucket'..\pecl\bcompiler\php_bcompiler.c(261): warning C4024: '_zval_ptr_dtor': different types for formal and actual parameter 1 | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(168): note: see declaration of '_Bucket'..\pecl\bcompiler\bcompiler.c(170): warning C4013: 'MAKE_STD_ZVAL' undefined; assuming extern returning int | |
..\pecl\bcompiler\bcompiler_zend.c(185): error C2039: 'type': is not a member of '_zend_string'..\pecl\bcompiler\bcompiler.c(171): warning C4002: too many actual parameters for macro 'ZVAL_STRING' | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(161): note: see declaration of '_zend_string'..\pecl\bcompiler\php_bcompiler.c(319): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval **' | |
..\pecl\bcompiler\bcompiler.c(176): warning C4013: 'FREE_ZVAL' undefined; assuming extern returning int | |
..\pecl\bcompiler\bcompiler_zend.c(186): error C2039: 'arKey': is not a member of '_zend_string'..\pecl\bcompiler\php_bcompiler.c(319): warning C4024: 'zend_fetch_resource2_ex': different types for formal and actual parameter 1 | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(161): note: see declaration of '_zend_string'..\pecl\bcompiler\bcompiler.c(180): warning C4133: '=': incompatible types - from 'char *' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler_zend.c(186): warning C4013: 'USTR_BYTES' undefined; assuming extern returning int | |
..\pecl\bcompiler\bcompiler.c(163): warning C4133: 'initializing': incompatible types - from 'zend_string *' to 'char *' | |
..\pecl\bcompiler\php_bcompiler.c(326): warning C4133: 'function': incompatible types - from 'char *' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler_zend.c(186): error C2039: 'type': is not a member of '_zend_string'..\pecl\bcompiler\bcompiler.c(215): warning C4133: '=': incompatible types - from 'zend_string *' to 'char *' | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(161): note: see declaration of '_zend_string'..\pecl\bcompiler\php_bcompiler.c(326): warning C4020: 'zend_hash_find': too many actual parameters | |
..\pecl\bcompiler\bcompiler.c(217): warning C4090: '=': different 'const' qualifiers | |
..\pecl\bcompiler\php_bcompiler.c(326): warning C4047: '!=': 'int' differs in levels of indirection from 'zval *'..\pecl\bcompiler\bcompiler_zend.c(186): error C2039: 'nKeyLength': is not a member of '_Bucket' | |
..\pecl\bcompiler\bcompiler.c(220): warning C4133: 'function': incompatible types - from 'zend_string **' to 'char **'c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(168): note: see declaration of '_Bucket' | |
..\pecl\bcompiler\php_bcompiler.c(335): warning C4133: 'function': incompatible types - from 'char *' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler.c(257): warning C4133: '=': incompatible types - from 'char *' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler_zend.c(186): warning C4047: 'function': 'char *' differs in levels of indirection from 'int' | |
..\pecl\bcompiler\php_bcompiler.c(335): warning C4020: 'zend_hash_find': too many actual parameters | |
..\pecl\bcompiler\bcompiler.c(258): warning C4002: too many actual parameters for macro 'zend_hash_add' | |
..\pecl\bcompiler\bcompiler_zend.c(186): warning C4024: 'apc_serialize_zstring': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\php_bcompiler.c(335): warning C4047: '!=': 'int' differs in levels of indirection from 'zval *' | |
..\pecl\bcompiler\bcompiler.c(258): warning C4133: 'function': incompatible types - from 'zend_string *' to 'const char *' | |
..\pecl\bcompiler\bcompiler_zend.c(186): error C2198: 'apc_serialize_zstring': too few arguments for call | |
..\pecl\bcompiler\bcompiler.c(258): warning C4047: 'function': 'zval *' differs in levels of indirection from 'size_t' | |
..\pecl\bcompiler\bcompiler_zend.c(190): error C2039: 'pData': is not a member of '_Bucket'..\pecl\bcompiler\bcompiler.c(258): warning C4024: '_zend_hash_add': different types for formal and actual parameter 3 | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(168): note: see declaration of '_Bucket'..\pecl\bcompiler\bcompiler.c(261): warning C4133: 'function': incompatible types - from 'zend_string *' to 'const char *' | |
..\pecl\bcompiler\bcompiler_zend.c(190): error C2198: 'serialize_bucket': too few arguments for call | |
..\pecl\bcompiler\bcompiler.c(267): warning C4133: 'function': incompatible types - from 'char [5]' to 'zend_string *' | |
..\pecl\bcompiler\php_bcompiler.c(368): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval **'..\pecl\bcompiler\bcompiler_zend.c(191): error C2039: 'pListNext': is not a member of '_Bucket' | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(168): note: see declaration of '_Bucket'..\pecl\bcompiler\bcompiler.c(267): warning C4020: 'zend_is_auto_global': too many actual parameters | |
..\pecl\bcompiler\php_bcompiler.c(368): warning C4024: 'zend_fetch_resource2_ex': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\bcompiler_zend.c(250): error C2120: 'void' illegal with all types | |
..\pecl\bcompiler\bcompiler.c(268): warning C4133: 'function': incompatible types - from 'char [6]' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler_zend.c(254): error C2039: 'unicode': is not a member of '_zend_array'..\pecl\bcompiler\bcompiler.c(268): warning C4020: 'zend_is_auto_global': too many actual parameters | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(176): note: see declaration of '_zend_array'..\pecl\bcompiler\bcompiler.c(269): warning C4133: 'function': incompatible types - from 'char [8]' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler_zend.c(281): warning C4013: '_zend_u_hash_add_or_update' undefined; assuming extern returning int | |
..\pecl\bcompiler\bcompiler.c(269): warning C4020: 'zend_is_auto_global': too many actual parameters | |
..\pecl\bcompiler\bcompiler_zend.c(281): warning C4013: 'ZSTR' undefined; assuming extern returning int | |
..\pecl\bcompiler\php_bcompiler.c(395): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval **' | |
..\pecl\bcompiler\bcompiler.c(270): warning C4133: 'function': incompatible types - from 'char [8]' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler_zend.c(307): warning C4013: 'zend_hash_add_or_update' undefined; assuming extern returning int | |
..\pecl\bcompiler\php_bcompiler.c(395): warning C4024: 'zend_fetch_resource2_ex': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\bcompiler.c(270): warning C4020: 'zend_is_auto_global': too many actual parameters | |
..\pecl\bcompiler\bcompiler_zend.c(313): warning C4002: too many actual parameters for macro 'zend_hash_index_update' | |
..\pecl\bcompiler\bcompiler.c(271): warning C4133: 'function': incompatible types - from 'char [5]' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler_zend.c(313): warning C4047: 'function': 'zval *' differs in levels of indirection from 'void **' | |
..\pecl\bcompiler\php_bcompiler.c(399): warning C4133: 'function': incompatible types - from 'char *' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler.c(271): warning C4020: 'zend_is_auto_global': too many actual parameters | |
..\pecl\bcompiler\bcompiler_zend.c(313): warning C4024: '_zend_hash_index_update': different types for formal and actual parameter 3 | |
..\pecl\bcompiler\php_bcompiler.c(399): warning C4020: 'zend_hash_find': too many actual parameters | |
..\pecl\bcompiler\bcompiler.c(272): warning C4133: 'function': incompatible types - from 'char [9]' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler_zend.c(315): warning C4002: too many actual parameters for macro 'zend_hash_index_update' | |
..\pecl\bcompiler\bcompiler.c(272): warning C4020: 'zend_is_auto_global': too many actual parameters | |
..\pecl\bcompiler\bcompiler.c(273): warning C4133: 'function': incompatible types - from 'char [7]' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler.c(273): warning C4020: 'zend_is_auto_global': too many actual parameters | |
..\pecl\bcompiler\bcompiler.c(281): warning C4013: 'UG' undefined; assuming extern returning int | |
..\pecl\bcompiler\bcompiler.c(281): error C2065: 'unicode': undeclared identifier | |
..\pecl\bcompiler\php_bcompiler.c(429): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval **' | |
..\pecl\bcompiler\php_bcompiler.c(429): warning C4024: 'zend_fetch_resource2_ex': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\php_bcompiler.c(431): warning C4133: 'function': incompatible types - from 'char *' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler.c(324): error C2065: 'zstr': undeclared identifier | |
..\pecl\bcompiler\php_bcompiler.c(431): warning C4020: 'zend_hash_find': too many actual parameters | |
..\pecl\bcompiler\bcompiler.c(324): error C2146: syntax error: missing ';' before identifier 'lcname' | |
..\pecl\bcompiler\bcompiler_zend.c(350): error C2143: syntax error: missing ')' before '*' | |
..\pecl\bcompiler\bcompiler.c(324): error C2065: 'lcname': undeclared identifier | |
..\pecl\bcompiler\bcompiler_zend.c(350): error C2143: syntax error: missing '{' before '*' | |
..\pecl\bcompiler\bcompiler.c(324): warning C4013: 'zend_u_str_case_fold' undefined; assuming extern returning int | |
..\pecl\bcompiler\bcompiler_zend.c(350): error C2371: 'zend_uchar': redefinition; different basic types..\pecl\bcompiler\bcompiler.c(324): error C2065: 'IS_UNICODE': undeclared identifier | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(47): note: see declaration of 'zend_uchar'..\pecl\bcompiler\bcompiler.c(324): error C2039: 'name_length': is not a member of '_zend_class_entry'..\pecl\bcompiler\php_bcompiler.c(456): warning C4047: 'function': 'HashPosition *' differs in levels of indirection from 'void **' | |
..\pecl\bcompiler\bcompiler_zend.c(350): error C2146: syntax error: missing ';' before identifier 'type'Zend\zend.h(131): note: see declaration of '_zend_class_entry' | |
..\pecl\bcompiler\php_bcompiler.c(456): warning C4024: 'zend_hash_get_current_data_ex': different types for formal and actual parameter 2 | |
..\pecl\bcompiler\bcompiler_zend.c(350): error C2059: syntax error: ')' | |
..\pecl\bcompiler\bcompiler.c(325): error C2065: 'lcname': undeclared identifier | |
..\pecl\bcompiler\php_bcompiler.c(456): warning C4020: 'zend_hash_get_current_data_ex': too many actual parameters | |
..\pecl\bcompiler\bcompiler_zend.c(350): error C2054: expected '(' to follow 'type' | |
..\pecl\bcompiler\bcompiler.c(325): error C2224: left of '.s' must have struct/union type | |
..\pecl\bcompiler\php_bcompiler.c(456): warning C4047: '==': 'zval *' differs in levels of indirection from 'int' | |
..\pecl\bcompiler\bcompiler_zend.c(380): error C2143: syntax error: missing ')' before '*' | |
..\pecl\bcompiler\bcompiler.c(336): warning C4013: 'zend_u_hash_find' undefined; assuming extern returning int | |
..\pecl\bcompiler\bcompiler_zend.c(380): error C2143: syntax error: missing '{' before '*' | |
..\pecl\bcompiler\bcompiler.c(336): error C2065: 'IS_UNICODE': undeclared identifier | |
..\pecl\bcompiler\bcompiler_zend.c(380): error C2371: 'zend_uchar': redefinition; different basic types..\pecl\bcompiler\php_bcompiler.c(459): warning C4133: 'function': incompatible types - from 'zend_string *' to 'const char *' | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(47): note: see declaration of 'zend_uchar'..\pecl\bcompiler\bcompiler.c(336): warning C4013: 'ZSTR' undefined; assuming extern returning int | |
..\pecl\bcompiler\php_bcompiler.c(464): error C2223: left of '->nKeyLength' must point to struct/union | |
..\pecl\bcompiler\bcompiler_zend.c(380): error C2143: syntax error: missing ';' before '*' | |
..\pecl\bcompiler\bcompiler.c(352): warning C4013: 'zend_u_hash_add' undefined; assuming extern returning int | |
..\pecl\bcompiler\php_bcompiler.c(466): error C2223: left of '->key' must point to struct/union | |
..\pecl\bcompiler\bcompiler_zend.c(380): error C2059: syntax error: ')' | |
..\pecl\bcompiler\bcompiler.c(352): error C2065: 'IS_UNICODE': undeclared identifier | |
..\pecl\bcompiler\bcompiler_zend.c(380): error C2373: 'type': redefinition; different type modifiers..\pecl\bcompiler\php_bcompiler.c(466): error C2065: 'IS_UNICODE': undeclared identifier | |
..\pecl\bcompiler\bcompiler_zend.c(350): note: see declaration of 'type'..\pecl\bcompiler\bcompiler.c(371): error C2039: 's': is not a member of '_zend_string'..\pecl\bcompiler\php_bcompiler.c(466): warning C4013: 'UBYTES' undefined; assuming extern returning int | |
..\pecl\bcompiler\bcompiler_zend.c(380): error C2054: expected '(' to follow 'type'c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(161): note: see declaration of '_zend_string' | |
..\pecl\bcompiler\php_bcompiler.c(466): error C2223: left of '->nKeyLength' must point to struct/union | |
..\pecl\bcompiler\bcompiler_zend.c(406): error C2143: syntax error: missing ')' before '*' | |
..\pecl\bcompiler\bcompiler.c(379): warning C4002: too many actual parameters for macro 'zend_hash_add' | |
..\pecl\bcompiler\bcompiler_zend.c(406): error C2143: syntax error: missing '{' before '*' | |
..\pecl\bcompiler\bcompiler.c(379): warning C4133: 'function': incompatible types - from 'char *' to 'zend_string *' | |
..\pecl\bcompiler\php_bcompiler.c(466): fatal error C1903: unable to recover from previous error(s); stopping compilation | |
..\pecl\bcompiler\bcompiler_zend.c(406): error C2371: 'zend_uchar': redefinition; different basic types..\pecl\bcompiler\bcompiler.c(379): warning C4047: 'function': 'zval *' differs in levels of indirection from 'size_t' | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(47): note: see declaration of 'zend_uchar' | |
Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\cl.exe. You will be prompted to send an error report to Microsoft later. | |
..\pecl\bcompiler\bcompiler.c(379): warning C4024: '_zend_hash_add': different types for formal and actual parameter 3INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\cl.exe' | |
Please choose the Technical Support command on the Visual C++ | |
Help menu, or open the Technical Support help file for more information | |
..\pecl\bcompiler\bcompiler_zend.c(406): error C2146: syntax error: missing ';' before identifier 'type' | |
..\pecl\bcompiler\bcompiler.c(388): error C2065: 'zstr': undeclared identifier | |
..\pecl\bcompiler\bcompiler_zend.c(406): fatal error C1903: unable to recover from previous error(s); stopping compilation | |
..\pecl\bcompiler\bcompiler.c(388): error C2146: syntax error: missing ';' before identifier 'fname' | |
Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\cl.exe. You will be prompted to send an error report to Microsoft later. | |
..\pecl\bcompiler\bcompiler.c(388): error C2065: 'fname': undeclared identifierINTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\cl.exe' | |
Please choose the Technical Support command on the Visual C++ | |
Help menu, or open the Technical Support help file for more information | |
..\pecl\bcompiler\bcompiler.c(398): error C2065: 'fname': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(398): error C2224: left of '.s' must have struct/union type | |
..\pecl\bcompiler\bcompiler.c(398): warning C4047: 'function': 'char **' differs in levels of indirection from 'int' | |
..\pecl\bcompiler\bcompiler.c(398): warning C4024: 'apc_create_string_u': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\bcompiler.c(398): error C2198: 'apc_create_string_u': too few arguments for call | |
..\pecl\bcompiler\bcompiler.c(406): error C2065: 'fname': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(406): error C2065: 'IS_UNICODE': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(406): warning C4013: 'u_strlen' undefined; assuming extern returning int | |
..\pecl\bcompiler\bcompiler.c(406): error C2039: 'u': is not a member of '_zend_string' | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(161): note: see declaration of '_zend_string' | |
..\pecl\bcompiler\bcompiler.c(406): error C2039: 's': is not a member of '_zend_string' | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(161): note: see declaration of '_zend_string' | |
..\pecl\bcompiler\bcompiler.c(406): error C2168: 'strlen': too few actual parameters for intrinsic function | |
..\pecl\bcompiler\bcompiler.c(418): error C2065: 'IS_UNICODE': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(418): error C2065: 'fname': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(428): error C2065: 'IS_UNICODE': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(428): error C2065: 'fname': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(435): error C2065: 'fname': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(435): error C2224: left of '.s' must have struct/union type | |
..\pecl\bcompiler\bcompiler.c(435): error C2198: '_efree': too few arguments for call | |
..\pecl\bcompiler\bcompiler.c(483): warning C4002: too many actual parameters for macro 'ZVAL_STRING' | |
..\pecl\bcompiler\bcompiler.c(486): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval *[1]' | |
..\pecl\bcompiler\bcompiler.c(486): warning C4024: 'call_user_function': different types for formal and actual parameter 6 | |
..\pecl\bcompiler\bcompiler.c(487): warning C4047: 'function': 'const zval *' differs in levels of indirection from 'zval **' | |
..\pecl\bcompiler\bcompiler.c(487): warning C4024: 'zval_get_type': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\bcompiler.c(487): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval **' | |
..\pecl\bcompiler\bcompiler.c(487): warning C4024: '_convert_to_string': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\bcompiler.c(491): warning C4013: 'Z_UNIVAL_P' undefined; assuming extern returning int | |
..\pecl\bcompiler\bcompiler.c(497): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval **' | |
..\pecl\bcompiler\bcompiler.c(497): warning C4024: '_zval_ptr_dtor': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\bcompiler.c(498): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval **' | |
..\pecl\bcompiler\bcompiler.c(498): warning C4024: '_zval_ptr_dtor': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\bcompiler.c(515): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | |
..\pecl\bcompiler\bcompiler.c(597): error C2065: 'unicode': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(603): error C2065: 'unicode': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(648): error C2065: 'unicode': undeclared identifier | |
cl : Command line error D8040 : error creating or communicating with child process | |
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\cl.exe"' : return code '0x2' | |
Stop. | |
C:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src>nmake php_bcompiler.dll | |
Microsoft (R) Program Maintenance Utility Version 14.00.23506.0 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
"cl.exe" /D COMPILE_DL_BCOMPILER /D BCOMPILER_EXPORTS=1 /nologo /I . /I main /I Zend /I TSRM /I ext /D _WINDOWS /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /W3 /FD /wd4996 /guard:cf /MP /LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GF /D ZEND_DEBUG=0 /D ZTS=1 /I "C:\phpsrc\php-sdk\phpdev\vc14\x64\deps\include" /D FD_SETSIZE=256 /FoC:\phpsrc\php-sdk\phpdev\vc14\x64\obj\Release_TS\pecl\bcompiler\ /FpC:\phpsrc\php-sdk\phpdev\vc14\x64\obj\Release_TS\pecl\bcompiler\ /FRC:\phpsrc\php-sdk\phpdev\vc14\x64\obj\Release_TS\pecl\bcompiler\ /FdC:\phpsrc\php-sdk\phpdev\vc14\x64\obj\Release_TS\pecl\bcompiler\ /c ..\pecl\bcompiler\bcompiler.c ..\pecl\bcompiler\bcompiler_zend.c ..\pecl\bcompiler\php_bcompiler.c | |
bcompiler.c | |
bcompiler_zend.c | |
php_bcompiler.c | |
..\pecl\bcompiler\php_bcompiler.c(149): error C2065: 'OnUpdateInt': undeclared identifier | |
..\pecl\bcompiler\php_bcompiler.c(149): error C2099: initializer is not a constant | |
..\pecl\bcompiler\php_bcompiler.c(149): warning C4047: 'initializing': 'void (__cdecl *)(zend_ini_entry *,int)' differs in levels of indirection from 'int' | |
..\pecl\bcompiler\php_bcompiler.c(199): warning C4133: 'function': incompatible types - from 'char [4]' to 'zend_string *' | |
..\pecl\bcompiler\php_bcompiler.c(199): warning C4020: 'zend_hash_find': too many actual parameters | |
..\pecl\bcompiler\php_bcompiler.c(199): warning C4047: '!=': 'zval *' differs in levels of indirection from 'int' | |
..\pecl\bcompiler\php_bcompiler.c(200): warning C4133: 'function': incompatible types - from 'char [11]' to 'zend_string *' | |
..\pecl\bcompiler\php_bcompiler.c(200): warning C4020: 'zend_hash_find': too many actual parameters | |
..\pecl\bcompiler\php_bcompiler.c(200): warning C4047: '!=': 'zval *' differs in levels of indirection from 'int' | |
..\pecl\bcompiler\bcompiler.c(71): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data | |
..\pecl\bcompiler\php_bcompiler.c(257): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval **' | |
..\pecl\bcompiler\bcompiler.c(108): error C2065: 'ENFORCE_SAFE_MODE': undeclared identifier | |
..\pecl\bcompiler\php_bcompiler.c(257): warning C4024: '_zval_ptr_dtor': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\bcompiler.c(108): warning C4133: 'function': incompatible types - from 'char **' to 'zend_string **' | |
..\pecl\bcompiler\php_bcompiler.c(261): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval **' | |
..\pecl\bcompiler\bcompiler.c(127): error C2065: 'ENFORCE_SAFE_MODE': undeclared identifier | |
..\pecl\bcompiler\php_bcompiler.c(261): warning C4024: '_zval_ptr_dtor': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\bcompiler.c(127): warning C4133: 'function': incompatible types - from 'char **' to 'zend_string **' | |
..\pecl\bcompiler\bcompiler.c(143): error C2065: 'ENFORCE_SAFE_MODE': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(143): warning C4133: 'function': incompatible types - from 'char **' to 'zend_string **' | |
..\pecl\bcompiler\php_bcompiler.c(319): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval **' | |
..\pecl\bcompiler\bcompiler.c(168): warning C4133: '=': incompatible types - from 'char [15]' to 'zend_string *' | |
..\pecl\bcompiler\php_bcompiler.c(319): warning C4024: 'zend_fetch_resource2_ex': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\bcompiler.c(170): warning C4013: 'MAKE_STD_ZVAL' undefined; assuming extern returning int | |
..\pecl\bcompiler\bcompiler.c(171): warning C4002: too many actual parameters for macro 'ZVAL_STRING' | |
..\pecl\bcompiler\php_bcompiler.c(326): warning C4133: 'function': incompatible types - from 'char *' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler.c(176): warning C4013: 'FREE_ZVAL' undefined; assuming extern returning int | |
..\pecl\bcompiler\php_bcompiler.c(326): warning C4020: 'zend_hash_find': too many actual parameters | |
..\pecl\bcompiler\bcompiler.c(180): warning C4133: '=': incompatible types - from 'char *' to 'zend_string *' | |
..\pecl\bcompiler\php_bcompiler.c(326): warning C4047: '!=': 'int' differs in levels of indirection from 'zval *' | |
..\pecl\bcompiler\bcompiler.c(163): warning C4133: 'initializing': incompatible types - from 'zend_string *' to 'char *' | |
..\pecl\bcompiler\php_bcompiler.c(335): warning C4133: 'function': incompatible types - from 'char *' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler.c(215): warning C4133: '=': incompatible types - from 'zend_string *' to 'char *' | |
..\pecl\bcompiler\php_bcompiler.c(335): warning C4020: 'zend_hash_find': too many actual parameters | |
..\pecl\bcompiler\bcompiler.c(217): warning C4090: '=': different 'const' qualifiers | |
..\pecl\bcompiler\php_bcompiler.c(335): warning C4047: '!=': 'int' differs in levels of indirection from 'zval *' | |
..\pecl\bcompiler\bcompiler.c(220): warning C4133: 'function': incompatible types - from 'zend_string **' to 'char **' | |
..\pecl\bcompiler\bcompiler.c(257): warning C4133: '=': incompatible types - from 'char *' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler.c(258): warning C4002: too many actual parameters for macro 'zend_hash_add' | |
..\pecl\bcompiler\bcompiler.c(258): warning C4133: 'function': incompatible types - from 'zend_string *' to 'const char *' | |
..\pecl\bcompiler\bcompiler.c(258): warning C4047: 'function': 'zval *' differs in levels of indirection from 'size_t' | |
..\pecl\bcompiler\bcompiler.c(258): warning C4024: '_zend_hash_add': different types for formal and actual parameter 3 | |
..\pecl\bcompiler\php_bcompiler.c(368): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval **' | |
..\pecl\bcompiler\bcompiler.c(261): warning C4133: 'function': incompatible types - from 'zend_string *' to 'const char *' | |
..\pecl\bcompiler\php_bcompiler.c(368): warning C4024: 'zend_fetch_resource2_ex': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\bcompiler.c(267): warning C4133: 'function': incompatible types - from 'char [5]' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler.c(267): warning C4020: 'zend_is_auto_global': too many actual parameters | |
..\pecl\bcompiler\bcompiler.c(268): warning C4133: 'function': incompatible types - from 'char [6]' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler.c(268): warning C4020: 'zend_is_auto_global': too many actual parameters | |
..\pecl\bcompiler\bcompiler.c(269): warning C4133: 'function': incompatible types - from 'char [8]' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler.c(269): warning C4020: 'zend_is_auto_global': too many actual parameters | |
..\pecl\bcompiler\php_bcompiler.c(395): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval **' | |
..\pecl\bcompiler\bcompiler.c(270): warning C4133: 'function': incompatible types - from 'char [8]' to 'zend_string *' | |
..\pecl\bcompiler\php_bcompiler.c(395): warning C4024: 'zend_fetch_resource2_ex': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\bcompiler.c(270): warning C4020: 'zend_is_auto_global': too many actual parameters | |
..\pecl\bcompiler\bcompiler.c(271): warning C4133: 'function': incompatible types - from 'char [5]' to 'zend_string *' | |
..\pecl\bcompiler\php_bcompiler.c(399): warning C4133: 'function': incompatible types - from 'char *' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler.c(271): warning C4020: 'zend_is_auto_global': too many actual parameters | |
..\pecl\bcompiler\php_bcompiler.c(399): warning C4020: 'zend_hash_find': too many actual parameters | |
..\pecl\bcompiler\bcompiler.c(272): warning C4133: 'function': incompatible types - from 'char [9]' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler.c(272): warning C4020: 'zend_is_auto_global': too many actual parameters | |
..\pecl\bcompiler\bcompiler.c(273): warning C4133: 'function': incompatible types - from 'char [7]' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler.c(273): warning C4020: 'zend_is_auto_global': too many actual parameters | |
..\pecl\bcompiler\bcompiler.c(281): warning C4013: 'UG' undefined; assuming extern returning int | |
..\pecl\bcompiler\bcompiler.c(281): error C2065: 'unicode': undeclared identifier | |
..\pecl\bcompiler\php_bcompiler.c(429): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval **' | |
..\pecl\bcompiler\php_bcompiler.c(429): warning C4024: 'zend_fetch_resource2_ex': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\php_bcompiler.c(431): warning C4133: 'function': incompatible types - from 'char *' to 'zend_string *' | |
..\pecl\bcompiler\bcompiler.c(324): error C2065: 'zstr': undeclared identifier | |
..\pecl\bcompiler\php_bcompiler.c(431): warning C4020: 'zend_hash_find': too many actual parameters | |
..\pecl\bcompiler\bcompiler.c(324): error C2146: syntax error: missing ';' before identifier 'lcname' | |
..\pecl\bcompiler\bcompiler.c(324): error C2065: 'lcname': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(324): warning C4013: 'zend_u_str_case_fold' undefined; assuming extern returning int | |
..\pecl\bcompiler\bcompiler.c(324): error C2065: 'IS_UNICODE': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(324): error C2039: 'name_length': is not a member of '_zend_class_entry'..\pecl\bcompiler\php_bcompiler.c(456): warning C4047: 'function': 'HashPosition *' differs in levels of indirection from 'void **' | |
Zend\zend.h(131): note: see declaration of '_zend_class_entry'..\pecl\bcompiler\php_bcompiler.c(456): warning C4024: 'zend_hash_get_current_data_ex': different types for formal and actual parameter 2 | |
..\pecl\bcompiler\bcompiler.c(325): error C2065: 'lcname': undeclared identifier | |
..\pecl\bcompiler\php_bcompiler.c(456): warning C4020: 'zend_hash_get_current_data_ex': too many actual parameters | |
..\pecl\bcompiler\bcompiler.c(325): error C2224: left of '.s' must have struct/union type | |
..\pecl\bcompiler\php_bcompiler.c(456): warning C4047: '==': 'zval *' differs in levels of indirection from 'int' | |
..\pecl\bcompiler\bcompiler.c(336): warning C4013: 'zend_u_hash_find' undefined; assuming extern returning int | |
..\pecl\bcompiler\bcompiler.c(336): error C2065: 'IS_UNICODE': undeclared identifier | |
..\pecl\bcompiler\php_bcompiler.c(459): warning C4133: 'function': incompatible types - from 'zend_string *' to 'const char *' | |
..\pecl\bcompiler\bcompiler.c(336): warning C4013: 'ZSTR' undefined; assuming extern returning int | |
..\pecl\bcompiler\php_bcompiler.c(464): error C2223: left of '->nKeyLength' must point to struct/union | |
..\pecl\bcompiler\bcompiler.c(352): warning C4013: 'zend_u_hash_add' undefined; assuming extern returning int | |
..\pecl\bcompiler\php_bcompiler.c(466): error C2223: left of '->key' must point to struct/union | |
..\pecl\bcompiler\bcompiler.c(352): error C2065: 'IS_UNICODE': undeclared identifier | |
..\pecl\bcompiler\php_bcompiler.c(466): error C2065: 'IS_UNICODE': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(371): error C2039: 's': is not a member of '_zend_string'..\pecl\bcompiler\php_bcompiler.c(466): warning C4013: 'UBYTES' undefined; assuming extern returning int | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(161): note: see declaration of '_zend_string'..\pecl\bcompiler\php_bcompiler.c(466): error C2223: left of '->nKeyLength' must point to struct/union | |
..\pecl\bcompiler\bcompiler.c(379): warning C4002: too many actual parameters for macro 'zend_hash_add' | |
..\pecl\bcompiler\bcompiler.c(379): warning C4133: 'function': incompatible types - from 'char *' to 'zend_string *' | |
..\pecl\bcompiler\php_bcompiler.c(466): fatal error C1903: unable to recover from previous error(s); stopping compilation | |
..\pecl\bcompiler\bcompiler.c(379): warning C4047: 'function': 'zval *' differs in levels of indirection from 'size_t' | |
Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\cl.exe. You will be prompted to send an error report to Microsoft later. | |
..\pecl\bcompiler\bcompiler.c(379): warning C4024: '_zend_hash_add': different types for formal and actual parameter 3INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\cl.exe' | |
Please choose the Technical Support command on the Visual C++ | |
Help menu, or open the Technical Support help file for more information | |
..\pecl\bcompiler\bcompiler.c(388): error C2065: 'zstr': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(388): error C2146: syntax error: missing ';' before identifier 'fname' | |
..\pecl\bcompiler\bcompiler.c(388): error C2065: 'fname': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(398): error C2065: 'fname': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(398): error C2224: left of '.s' must have struct/union type | |
..\pecl\bcompiler\bcompiler.c(398): warning C4047: 'function': 'char **' differs in levels of indirection from 'int' | |
..\pecl\bcompiler\bcompiler.c(398): warning C4024: 'apc_create_string_u': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\bcompiler.c(398): error C2198: 'apc_create_string_u': too few arguments for call | |
..\pecl\bcompiler\bcompiler.c(406): error C2065: 'fname': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(406): error C2065: 'IS_UNICODE': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(406): warning C4013: 'u_strlen' undefined; assuming extern returning int | |
..\pecl\bcompiler\bcompiler.c(406): error C2039: 'u': is not a member of '_zend_string' | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(161): note: see declaration of '_zend_string' | |
..\pecl\bcompiler\bcompiler.c(406): error C2039: 's': is not a member of '_zend_string' | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(161): note: see declaration of '_zend_string' | |
..\pecl\bcompiler\bcompiler.c(406): error C2168: 'strlen': too few actual parameters for intrinsic function | |
..\pecl\bcompiler\bcompiler_zend.c(52): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | |
..\pecl\bcompiler\bcompiler.c(418): error C2065: 'IS_UNICODE': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(418): error C2065: 'fname': undeclared identifier | |
..\pecl\bcompiler\bcompiler_zend.c(81): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data | |
..\pecl\bcompiler\bcompiler.c(428): error C2065: 'IS_UNICODE': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(428): error C2065: 'fname': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(435): error C2065: 'fname': undeclared identifier | |
..\pecl\bcompiler\bcompiler.c(435): error C2224: left of '.s' must have struct/union type | |
..\pecl\bcompiler\bcompiler_zend.c(174): error C2039: 'persistent': is not a member of '_zend_array'..\pecl\bcompiler\bcompiler.c(435): error C2198: '_efree': too few arguments for call | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(176): note: see declaration of '_zend_array'..\pecl\bcompiler\bcompiler.c(483): warning C4002: too many actual parameters for macro 'ZVAL_STRING' | |
..\pecl\bcompiler\bcompiler_zend.c(176): error C2039: 'unicode': is not a member of '_zend_array'..\pecl\bcompiler\bcompiler.c(486): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval *[1]' | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(176): note: see declaration of '_zend_array'..\pecl\bcompiler\bcompiler.c(486): warning C4024: 'call_user_function': different types for formal and actual parameter 6 | |
..\pecl\bcompiler\bcompiler.c(487): warning C4047: 'function': 'const zval *' differs in levels of indirection from 'zval **' | |
..\pecl\bcompiler\bcompiler_zend.c(180): error C2039: 'pListHead': is not a member of '_zend_array'..\pecl\bcompiler\bcompiler.c(487): warning C4024: 'zval_get_type': different types for formal and actual parameter 1 | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(176): note: see declaration of '_zend_array'..\pecl\bcompiler\bcompiler.c(487): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval **' | |
..\pecl\bcompiler\bcompiler_zend.c(182): warning C4244: '=': conversion from 'zend_ulong' to 'ulong', possible loss of data | |
..\pecl\bcompiler\bcompiler.c(487): warning C4024: '_convert_to_string': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\bcompiler.c(491): warning C4013: 'Z_UNIVAL_P' undefined; assuming extern returning int..\pecl\bcompiler\bcompiler_zend.c(183): error C2039: 'nKeyLength': is not a member of '_Bucket' | |
..\pecl\bcompiler\bcompiler.c(497): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval **'c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(168): note: see declaration of '_Bucket' | |
..\pecl\bcompiler\bcompiler.c(497): warning C4024: '_zval_ptr_dtor': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\bcompiler_zend.c(185): error C2039: 'type': is not a member of '_zend_string'..\pecl\bcompiler\bcompiler.c(498): warning C4047: 'function': 'zval *' differs in levels of indirection from 'zval **' | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(161): note: see declaration of '_zend_string'..\pecl\bcompiler\bcompiler.c(498): warning C4024: '_zval_ptr_dtor': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\bcompiler_zend.c(186): error C2039: 'arKey': is not a member of '_zend_string'..\pecl\bcompiler\bcompiler.c(515): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(161): note: see declaration of '_zend_string'..\pecl\bcompiler\bcompiler.c(597): error C2065: 'unicode': undeclared identifier | |
..\pecl\bcompiler\bcompiler_zend.c(186): warning C4013: 'USTR_BYTES' undefined; assuming extern returning int | |
..\pecl\bcompiler\bcompiler.c(603): error C2065: 'unicode': undeclared identifier | |
..\pecl\bcompiler\bcompiler_zend.c(186): error C2039: 'type': is not a member of '_zend_string'..\pecl\bcompiler\bcompiler.c(648): error C2065: 'unicode': undeclared identifier | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(161): note: see declaration of '_zend_string' | |
..\pecl\bcompiler\bcompiler_zend.c(186): error C2039: 'nKeyLength': is not a member of '_Bucket' | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(168): note: see declaration of '_Bucket' | |
..\pecl\bcompiler\bcompiler_zend.c(186): warning C4047: 'function': 'char *' differs in levels of indirection from 'int' | |
..\pecl\bcompiler\bcompiler_zend.c(186): warning C4024: 'apc_serialize_zstring': different types for formal and actual parameter 1 | |
..\pecl\bcompiler\bcompiler_zend.c(186): error C2198: 'apc_serialize_zstring': too few arguments for call | |
..\pecl\bcompiler\bcompiler_zend.c(190): error C2039: 'pData': is not a member of '_Bucket' | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(168): note: see declaration of '_Bucket' | |
..\pecl\bcompiler\bcompiler_zend.c(190): error C2198: 'serialize_bucket': too few arguments for call | |
..\pecl\bcompiler\bcompiler_zend.c(191): error C2039: 'pListNext': is not a member of '_Bucket' | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(168): note: see declaration of '_Bucket' | |
..\pecl\bcompiler\bcompiler_zend.c(250): error C2120: 'void' illegal with all types | |
..\pecl\bcompiler\bcompiler_zend.c(254): error C2039: 'unicode': is not a member of '_zend_array' | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(176): note: see declaration of '_zend_array' | |
..\pecl\bcompiler\bcompiler_zend.c(281): warning C4013: '_zend_u_hash_add_or_update' undefined; assuming extern returning int | |
..\pecl\bcompiler\bcompiler_zend.c(281): warning C4013: 'ZSTR' undefined; assuming extern returning int | |
..\pecl\bcompiler\bcompiler_zend.c(307): warning C4013: 'zend_hash_add_or_update' undefined; assuming extern returning int | |
..\pecl\bcompiler\bcompiler_zend.c(313): warning C4002: too many actual parameters for macro 'zend_hash_index_update' | |
..\pecl\bcompiler\bcompiler_zend.c(313): warning C4047: 'function': 'zval *' differs in levels of indirection from 'void **' | |
..\pecl\bcompiler\bcompiler_zend.c(313): warning C4024: '_zend_hash_index_update': different types for formal and actual parameter 3 | |
..\pecl\bcompiler\bcompiler_zend.c(315): warning C4002: too many actual parameters for macro 'zend_hash_index_update' | |
..\pecl\bcompiler\bcompiler_zend.c(350): error C2143: syntax error: missing ')' before '*' | |
..\pecl\bcompiler\bcompiler_zend.c(350): error C2143: syntax error: missing '{' before '*' | |
..\pecl\bcompiler\bcompiler_zend.c(350): error C2371: 'zend_uchar': redefinition; different basic types | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(47): note: see declaration of 'zend_uchar' | |
..\pecl\bcompiler\bcompiler_zend.c(350): error C2146: syntax error: missing ';' before identifier 'type' | |
..\pecl\bcompiler\bcompiler_zend.c(350): error C2059: syntax error: ')' | |
..\pecl\bcompiler\bcompiler_zend.c(350): error C2054: expected '(' to follow 'type' | |
..\pecl\bcompiler\bcompiler_zend.c(380): error C2143: syntax error: missing ')' before '*' | |
..\pecl\bcompiler\bcompiler_zend.c(380): error C2143: syntax error: missing '{' before '*' | |
..\pecl\bcompiler\bcompiler_zend.c(380): error C2371: 'zend_uchar': redefinition; different basic types | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(47): note: see declaration of 'zend_uchar' | |
..\pecl\bcompiler\bcompiler_zend.c(380): error C2143: syntax error: missing ';' before '*' | |
..\pecl\bcompiler\bcompiler_zend.c(380): error C2059: syntax error: ')' | |
..\pecl\bcompiler\bcompiler_zend.c(380): error C2373: 'type': redefinition; different type modifiers | |
..\pecl\bcompiler\bcompiler_zend.c(350): note: see declaration of 'type' | |
..\pecl\bcompiler\bcompiler_zend.c(380): error C2054: expected '(' to follow 'type' | |
..\pecl\bcompiler\bcompiler_zend.c(406): error C2143: syntax error: missing ')' before '*' | |
..\pecl\bcompiler\bcompiler_zend.c(406): error C2143: syntax error: missing '{' before '*' | |
..\pecl\bcompiler\bcompiler_zend.c(406): error C2371: 'zend_uchar': redefinition; different basic types | |
c:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src\zend\zend_types.h(47): note: see declaration of 'zend_uchar' | |
..\pecl\bcompiler\bcompiler_zend.c(406): error C2146: syntax error: missing ';' before identifier 'type' | |
..\pecl\bcompiler\bcompiler_zend.c(406): fatal error C1903: unable to recover from previous error(s); stopping compilation | |
Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\cl.exe. You will be prompted to send an error report to Microsoft later. | |
INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\cl.exe' | |
Please choose the Technical Support command on the Visual C++ | |
Help menu, or open the Technical Support help file for more information | |
cl : Command line error D8040 : error creating or communicating with child process | |
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\cl.exe"' : return code '0x2' | |
Stop. | |
C:\phpsrc\php-sdk\phpdev\vc14\x64\php-7.0.4-src> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment