JamesHeinrich / getID3

http://www.getid3.org/
Other
1.16k stars 246 forks source link

libxml_disable_entity_loader is deprecated #429

Closed rajpt closed 1 year ago

rajpt commented 1 year 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 1 year 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 11 months ago

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

JamesHeinrich commented 11 months ago

It is released...

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