pubnub / php

PubNub clients for PHP
Other
128 stars 137 forks source link

Fix PHP 8.2 compatibility #78

Closed javer closed 1 year ago

javer commented 1 year ago

Follows https://github.com/pubnub/php/pull/73, because issue has not been fully addressed in https://github.com/pubnub/php/pull/72 despite it was said by @parfeon

Fixes:

Implementation of convertIso8859ToUtf8 method was taken from the well-known symfony/polyfill-php72 package: https://github.com/symfony/polyfill-php72/blob/main/Php72.php#L24-L38

javer commented 1 year ago

Is there any update on this?