JamesHeinrich / getID3

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

libxml_disable_entity_loader is deprecated #429

Closed rajpt closed 8 months ago

rajpt commented 8 months ago

Started getting this message recently i am using php 8.1 and latest version of getid3 1.9

Function libxml_disable_entity_loader() is deprecated 
in /vendor/james-heinrich/getid3/getid3/getid3.lib.php on line 740

PHP Doc

JamesHeinrich commented 8 months ago

The documentation says it's deprecated, but doesn't give any specific examples of how it should be handled in PHP8. I have made some changes in https://github.com/JamesHeinrich/getID3/commit/58b883d0bf279bad8e7c0bd432e10ad4711b23a0 , but if anyone can suggest a better way of handling it please let me know.

rajpt commented 7 months ago

@JamesHeinrich thank you so much, any idea when this fix will be released?

JamesHeinrich commented 7 months ago

It is released...

Or do you mean tagged as a Github release with a new version number?