issues
search
glushkovds
/
php-smpp
WIP. Implementation SMPP v3.4 protocol. Includes sending and listening USSD.
MIT License
18
stars
11
forks
source link
Php 8 support
#17
Closed
allyblaise
closed
1 year ago
allyblaise
commented
1 year ago
Allow php 8 support, php 8 socket create return socket instance instead of resource. before isOpen() function always was returning false.
Set setSendTimeout to 10 seconds #13
Fix php 8 warning when $pdu->body is null
glushkovds
commented
1 year ago
Hi @allyblaise! Thank you for your PR. Merged.