krakjoe / ustring

UnicodeString for PHP7
Other
64 stars 7 forks source link

NTS build under Windows fails #20

Closed Jan-E closed 6 years ago

Jan-E commented 9 years ago

C:\php-sdk\php70dev>nmake php_ustring.dll

Microsoft (R) Program Maintenance Utility Version 11.00.61030.0 Copyright (C) Microsoft Corporation. All rights reserved. ... ustring.obj : error LNK2001: unresolved external symbol _zend_new_interned_string ustring.obj : error LNK2001: unresolved external symbol _std_object_handlers ustring.obj : error LNK2001: unresolved external symbol _compiler_globals C:\php-sdk\php70dev\Release\php_ustring.dll : fatal error LNK1120: 3 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\link.exe"' : return code '0x460' Stop.

hikari-no-yume commented 9 years ago

PHP 7 internals may have changed a little since UString was written, you may need to fix this yourself.

Jan-E commented 9 years ago

I do not know anything of PHP7 internals. I just tried to compile it. The TS build works fine, the NTS did not.