We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 4 arguments, but takes just 3 sapnwrfc.c:2607:28: error: macro "RETURN_STRINGL" passed 3 arguments, but takes just 2
and much much more ...
The text was updated successfully, but these errors were encountered:
Hi -
What version of PHP5 are you using ?
Cheers.
Sorry, something went wrong.
Php 5.6 ubuntu 16.04
you might want to have a look at https://github.com/gkralik/php7-sapnwrfc .
Yeah thanks I'm using that one ... However need a version compatible with php5.
No branches or pull requests
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 4 arguments, but takes just 3
sapnwrfc.c:2607:28: error: macro "RETURN_STRINGL" passed 3 arguments, but takes just 2
and much much more ...
The text was updated successfully, but these errors were encountered: