JamesHeinrich / getID3

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

PHP Deprecated: Array and string offset access syntax #332

Closed jilaan closed 3 years ago

jilaan commented 3 years ago

I face this issue on getid3.php file here is an issue

PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in

$this->info['id3v2']['majorversion'] = ord($header{3}); $this->info['id3v2']['minorversion'] = ord($header{4});

how can i fix it?

Thanks

JamesHeinrich commented 3 years ago

It was already fixed long ago: https://github.com/JamesHeinrich/getID3/blob/master/getid3/getid3.php#L697-L698 You should probably update your getID3 installation.