Gregor Kralik

Results 34 comments of Gregor Kralik

Feel free to open a PR.

The `use_function_desc_cache` is the way to go for now. I plan to have another look at this to see where it comes from.

I am investigating this, although I haven't been able to reproduce yet.

Some questions: - does this appear only in long-running PHP scripts or one-off scripts as well? - where exactly does the overflow happen? `getFunction()`, `invoke()`, ...? Also, @pieewiee & @dbielke1986...

@dbielke1986 OK, this sounds a little different. If the parameters of an RFC change while your script is running, you have to either disable the function description cache completely (`use_function_desc_cache`)...

Also, can you reproduce the issue with a generic RFC call (like `RFC_PING`, `STFC_STRUCTURE`) and if so, can you share a code snippet? This way I can try to debug...

I have drafted a new release [2.1.0](https://github.com/gkralik/php7-sapnwrfc/releases/tag/2.1.0), if that helps with testing. Edit: make sure to use the latest SAP SDK (patch level 13 at the time of writing). SAP...

Good to hear. I suspect it indeed was [e649a80](https://github.com/gkralik/php7-sapnwrfc/commit/e649a80efaa1fd92e9f30f83a27ecd14795417c1)... Keep me posted if anything turns up - I'll leave this open until you report back.

Nonetheless, I still think the original issue @luckkas faced is something different.

@dbielke1986 has the issue emerged again or is everything working for you now?