ccampbell / chromephp

class for logging PHP variables to Google Chrome console
http://www.chromelogger.com
1.38k stars 450 forks source link

PHP 8.2 utf8_encode deprecation #79

Open parallels999 opened 1 year ago

parallels999 commented 1 year ago

https://php.watch/versions/8.2/utf8_encode-utf8_decode-deprecated

@ccampbell is this package already dead?

djbritt commented 1 year ago

Line 405 I changed to this, and it doesn't error out now.

return base64_encode(mb_convert_encoding(json_encode($data), 'UTF-8'));