gkralik / php7-sapnwrfc

SAP NW RFC SDK extension for PHP 7.3+ & PHP 8
https://gkralik.github.io/php7-sapnwrfc
MIT License
90 stars 35 forks source link

undefined function #88

Closed beneluxs closed 4 years ago

beneluxs commented 4 years ago

Hello,

As per your documentation when I calling \SAPNWRFC\clearFunctionDescCache('ZHR_PHP_PAYSY'); it's throwing an exception undefined function clearFunctionDescCache()

in my php file I just put \SAPNWRFC\clearFunctionDescCache('ZHR_PHP_PAYSY'); line nothing else

ZHR_PHP_PAYSY is my function module name this function module was change few days ago and one parameter has been added.

please help

gkralik commented 4 years ago

Which version of the extension are you using? The function \SAPNWRFC\clearFunctionDescCache($fn) has only been added in version 1.3.0 (see Changelog)

beneluxs commented 4 years ago

Thank You