I have error:
PHP Warning: PHP Startup: Can’t load module ‘C:\Server\bin\PHP\ext\sapnwrfc.dll’ as it’s linked with 12.0, but the core is linked with 14.16 in Unknown on line 0
I used:
- Windows 10 x64,
- SAP NW RFC SDK 7.50 (SUPPORT PACKAGES AND PATCHES): nwrfc750P_5-70002755.zip (sapnwrfc.dll),
SAPCAR_1311-80000938.EXE (SAPCAR) - PHP: php-7.4.2-Win32-vc15-x64.zip
- Microsoft Visual C++ 2015-2019 (x64) : vc_redist.x64.exe
- Apache24
Content php.ini:
[SAPNWRFC]
extension=sapnwrfc.dll
Content PHP/ext:
sapnwrfc.dll
How to fix the bug?
Thank you.