Hello,
We'd like to create a WordPress website on PHP 8.2 and MySQL 8.0.32 on a Linux (AlmaLinux). The website needs to have connection with the SAP installation of a client. Basically we want the website to be able to GET and POST a user's ID from and to the SAP system.
We read that we would need the SAP NWRFC SDK and also a PHP extension like "php-sapnwrfc". The issue though is that as we've found and read on GitHub, "php-sapnwrfc" works up to PHP 7.4. As we didn't find anything related to PHP 8.2, we tried to work with Windows 10 and we are on the right track.
So the question is: We need an already compiled php7-sapnwrfc (PHP 7.4 extension .dll) on Windows 10. Where could we find one? If that is not possible, can we somewhere find the "php-sapnwrfc" for PHP 8.2?
Connecting to the SAP with other methods such as OData, SOAP, etc cannot be done for various reasons so we have the alternatives mentioned above.
Thank you