glushkovds / php-smpp

WIP. Implementation SMPP v3.4 protocol. Includes sending and listening USSD.
MIT License
19 stars 11 forks source link

PHP 8.3 problems #24

Open pysiek634 opened 2 weeks ago

pysiek634 commented 2 weeks ago

Thank you for the usefull library. There are a few problems on the latest version of PHP.

The first one blocks the operation of the whole software.

Warning: Attempt to read property "body" on false in /var/www/html/vendor/glushkovds/php-smpp/src/Client.php on line 518 see solution described in https://github.com/onlinecity/php-smpp/issues/104

There are also a few little problems when sending sms Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/vendor/glushkovds/php-smpp/src/Client.php on line 740

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/vendor/glushkovds/php-smpp/src/Transport/SMPPSocketTransport.php on line 23