Warning: PHP Startup: Can't load module

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:

  1. Windows 10 x64,
  2. SAP NW RFC SDK 7.50 (SUPPORT PACKAGES AND PATCHES): nwrfc750P_5-70002755.zip (sapnwrfc.dll),
    SAPCAR_1311-80000938.EXE (SAPCAR)
  3. PHP: php-7.4.2-Win32-vc15-x64.zip
  4. Microsoft Visual C++ 2015-2019 (x64) : vc_redist.x64.exe
  5. Apache24

Content php.ini:
[SAPNWRFC]
extension=sapnwrfc.dll

Content PHP/ext:
sapnwrfc.dll

How to fix the bug?
Thank you.

Sponsor our Newsletter | Privacy Policy | Terms of Service