JamesHeinrich / getID3

http://www.getid3.org/
Other
1.13k stars 245 forks source link

php8.2 deprecated #401

Closed nono303 closed 1 year ago

nono303 commented 1 year ago

Hi @JamesHeinrich As utf8_encode & utf8_decode will be deprecated in php8.2 (cf. https://php.watch/versions/8.2/utf8_encode-utf8_decode-deprecated) Here is a quick proposal patch to avoid usage of these methods: getid3_utf8.patch