JamesHeinrich / getID3

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

Moves jpeg segments names from $GLOBALS to class static property #421

Closed micheleorselli closed 10 months ago

micheleorselli commented 10 months ago

I encountered some problems using this library when running PHPUnit tests with backupGlobal enabled (or at least, that seems the cause). Since $GLOBALS is not used in this codebase apart from here, I refactored the array as a class property