Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tensor ext fails on PHP 8.3 #5

Open
jb-lopez opened this issue Dec 26, 2023 · 0 comments
Open

Tensor ext fails on PHP 8.3 #5

jb-lopez opened this issue Dec 26, 2023 · 0 comments

Comments

@jb-lopez
Copy link
Owner

2023-12-21T02:04:25.0057221Z rref.zep.c
2023-12-21T02:04:25.2990741Z 	rc /nologo  /I D:\a\php-extensions-windows\php-extensions-windows\php-dev/include /I D:\a\php-extensions-windows\php-extensions-windows\php-dev/include/main /I D:\a\php-extensions-windows\php-extensions-windows\php-dev/include/Zend /I D:\a\php-extensions-windows\php-extensions-windows\php-dev/include/TSRM /I D:\a\php-extensions-windows\php-extensions-windows\php-dev/include/ext /I D:\a\php-extensions-windows\php-extensions-windows\php-dev/include /n /fo D:\projects\tensor\ext\x64\Release_TS\php_tensor.dll.res /d FILE_DESCRIPTION="\"php_tensor.dll\"" /d FILE_NAME="\"php_tensor.dll\"" /d URL="\"https://www.php.net\"" /d INTERNAL_NAME="\"TENSOR extension\"" /d THANKS_GUYS="\"\"" D:\a\php-extensions-windows\php-extensions-windows\php-dev\build\template.rc
2023-12-21T02:04:25.4908421Z 	"link.exe" @"D:\projects\tensor\ext\x64\Release_TS\resp\TENSOR_GLOBAL_OBJS.txt" D:\a\php-extensions-windows\php-extensions-windows\php-dev\lib\php8ts.lib  kernel32.lib ole32.lib user32.lib advapi32.lib shell32.lib ws2_32.lib Dnsapi.lib psapi.lib bcrypt.lib \projects\tensor\deps\lib\libopenblas.lib \projects\tensor\deps\lib\libopenblas.dll.a D:\projects\tensor\ext\x64\Release_TS\php_tensor.dll.res /out:D:\projects\tensor\ext\x64\Release_TS\php_tensor.dll /dll /nologo /GUARD:CF /d2:-AllowCompatibleILVersions /libpath:"\"D:\projects\tensor\deps\lib\"" /LTCG /libpath:"D:\a\php-extensions-windows\php-extensions-windows\php-dev\lib\;D:\a\php-extensions-windows\php-extensions-windows\php-dev" 
2023-12-21T02:04:25.9837416Z    Creating library D:\projects\tensor\ext\x64\Release_TS\php_tensor.lib and object D:\projects\tensor\ext\x64\Release_TS\php_tensor.exp
2023-12-21T02:04:25.9864850Z object.obj : error LNK2001: unresolved external symbol fast_add_function
2023-12-21T02:04:25.9873277Z D:\projects\tensor\ext\x64\Release_TS\php_tensor.dll : fatal error LNK1120: 1 unresolved externals
2023-12-21T02:04:26.0015364Z NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe"' : return code '0x460'
2023-12-21T02:04:26.0017256Z Stop.
2023-12-21T02:04:26.0499890Z ##[error]Process completed with exit code 1.

The error is that fast_add_function cannot be found. PHP 8.2 builds normally, so my first thought is that this is a function that was removed from PHP 8.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant