Skip to content

prajay04/php-saprfc

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 47.0%
  • PHP 38.4%
  • HTML 14.3%
  • Roff 0.3%