cwmiller / broadworks-connector

Simple library for connecting to BroadWorks OCI-P API
MIT License
8 stars 5 forks source link

PHP Warning: Use of undefined constant WSDL_CACHE_MEMORY #56

Closed TwinMist closed 3 years ago

TwinMist commented 3 years ago

Hi Had to upgrade to php 7.3 and now getting the following warning

PHP Warning: Use of undefined constant WSDL_CACHE_MEMORY - assumed 'WSDL_CACHE_MEMORY' (this will throw an Error in a future version of PHP) in /scripts/vendor/cwm/broadworks-connector/src/OcipClient.php on line 330

sorry was missing php-soap instaled

thanks