michaeldoehler / php-saprfc

Maintained extension for accessing SAP RFC remote procedure calls from PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For compilation saprfc.dll under Windows for PHP 5 following modification 
PHP source is needed:

In the file Zend\zend_config.w32.h comment following lines:

  #include <winsock2.h>
  #include <windows.h>

In the file win32\time.h add line:

  #include "winsock2.h"

About

Maintained extension for accessing SAP RFC remote procedure calls from PHP

License:Other


Languages

Language:C 47.0%Language:PHP 38.4%Language:HTML 14.3%Language:Groff 0.3%