Skip to content
New issue

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

PHP 8.3 problems #24

Open
pysiek634 opened this issue Aug 26, 2024 · 0 comments
Open

PHP 8.3 problems #24

pysiek634 opened this issue Aug 26, 2024 · 0 comments

Comments

@pysiek634
Copy link

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
onlinecity/php-smpp#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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@pysiek634 and others