chan-sccp / PAMI

Fork of PHP Asterisk Manager Interface ( AMI ) supports synchronous command ( action )/ responses and asynchronous events using the pattern observer-listener. Supports commands with responses with multiple events. Very suitable for development of operator consoles and / or asterisk / channels / peers monitoring through SOA, etc
http://marcelog.github.com/PAMI
Apache License 2.0
26 stars 21 forks source link

php8.1 exceptions #22

Open AlexHighTower opened 2 years ago

AlexHighTower commented 2 years ago

Hello

using php 8.1 got for now this exceptions:

Constant FILTER_SANITIZE_STRING is deprecated in Message.php:162

stristr(): Passing null to parameter #1 ($haystack) of type string is deprecated in Response.php:136

I thinks a lot of similar fixed required in big amount of other places...