gkralik / php7-sapnwrfc

SAP NW RFC SDK extension for PHP 7.3+ & PHP 8
https://gkralik.github.io/php7-sapnwrfc
MIT License
89 stars 35 forks source link

Problem loading php extension. #76

Closed luisalonso97 closed 5 years ago

luisalonso97 commented 5 years ago

Hi, we have a problem loading the latest build (1.2.1 - 2018-03-08) under Windows Server 2016 64-bit. We have PHP 7.2.11 running on IIS. I have followed the steps to set up the SAP NW RFC library under "C:\nwrfcsdk", it's already included in Path. But trying on load the lastest nts-64bit build php doesn't find the dll. It outputs the message "Message: PHP Startup: Unable to load dynamic library 'sapnwrfc' (tried: C:\php\ext\sapnwrfc (The specified procedure could not be found.), C:\php\ext\php_sapnwrfc.dll (The specified module could not be found.))" Are there any problems with my setup? Here's a tree view of my nwrfcsdk folder image And the sapnwrfc.dll it's the nts-64bit latest build which is also in php/ext. I have already tried changing the extension path to be absolute. Thank You in Advance.

gkralik commented 5 years ago

Are you using a pre-built DLL or are you building yourselves?

gkralik commented 5 years ago

Any updates?