You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's allowed to pass null as pdyBody in function sendCommand.
But when trying to send the message with sendPDU() it's failing, because it's trying to do a strlen on the null value. Since PHP8 is throwing an error, the function is failing.
The text was updated successfully, but these errors were encountered:
It's allowed to pass
null
as pdyBody in function sendCommand.But when trying to send the message with sendPDU() it's failing, because it's trying to do a strlen on the null value. Since PHP8 is throwing an error, the function is failing.
The text was updated successfully, but these errors were encountered: