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

Point _zend_hash_index_update@@24 could not be located #98

Closed fikusir closed 4 years ago

fikusir commented 4 years ago

Hi guys,

Have this issue comming from apache: The procedure entry point _zend_hash_index_update@@24 could not be located in the dynamic link library

Running on Win10 64bit with Xampp 3.2.4 installed. Php version is 7.2.27 64bit.

I installed downloaded SAP NW RFC SDK 7.50 and exported bz 7zip co C:. Added the path to this directory in Enviroment. When I rename C:\nwrfcsdk to something else then the error is gone, so think here I am fine.

Added php_sapnwrfc-1.3.0-7.4.3-vc15-ts-x64.dll into php/ext/ as php_sapnwrfc.dll.

Any help appriciated, thanks!

gkralik commented 4 years ago

You said you are using PHP 7.2.27, but you have the extension DLL for PHP 7.4.3. That probably won't work.

fikusir commented 4 years ago

You was completelly right. With Xampp 7.4.11 / PHP 7.4.11 it works - at least module is loaded. Now I can go deeply to the usage.

Thanks a lot a you are doing great job!