Purpose: Use PHP 5.3 to connect to SAP ECC 6 Configuration: Windows XP desktop. Using the open source extension SAPRFC PHP. Added php_saprfc_530.dll to the php ext directory and added extension on php.ini
When restarting Apache, an application event reported this error:
PHP Startup: saprfc: unable to initialize module Module compiled with assembly identifier = API20090626, TS PHP compiled with assembly identifier = API20090626, TS, VC6
These parameters must match
- Any way to get this to work without recompiling PHP (ugh)?
- Does anyone successfully use SAPRFC?
- Other options for connecting to SAP with PHP?
source
share