php-sapnwrfc icon indicating copy to clipboard operation
php-sapnwrfc copied to clipboard

SAP RFC Connector using the SAP NW RFC SDK for PHP

Results 8 php-sapnwrfc issues
Sort by recently updated
recently updated
newest added

I am using linux 4.0.4-x86_64 (ubuntu14) I have installed php-sapnwrfc-0.11 with SAP NW RFC SDK 7.20 Added sapnwrfc.so to php.ini file and restarted . it shows sapnwrfc enabled in phpinfo....

![2018-05-29_183934](https://user-images.githubusercontent.com/39740737/40672836-4372e0ba-6370-11e8-9266-42040b5c76a6.jpg) Why? help me please!

After phpize, configure i put ./make and it returns all the error listed below: sapnwrfc.c:2576:28: error: macro "RETURN_STRINGL" passed 3 arguments, but takes just 2 sapnwrfc.c:2192:88: error: macro "add_assoc_string" passed...

Do you intend to build a new Version for PHP 7? It would be very nice :-) Thanks

Hi. I'm planning to do a Symfony2 Bundle to connect to my clients SAP RFC. I have a doubt about SAP RFC and this library. I can call ABAP functions...

I want update this project,but i need some help . eg: you program's Structure, you coding standards. if you have any Proposal to me,I will. Thank you very much

When calling get_sso_ticket(), it fails with reference to SAP_UC*. try { $conn = new sapnwrfc($config); $ticket = $conn->get_sso_ticket(); echo "ticket: $ticket \n"; The system is a Ubuntu 12.04 with UTF-8.

Hello good day, I am trying to use the "sapnwrfc" extension in a project, but I get an error when doing the following example: Note: It is worth mentioning that...