JamesHeinrich / getID3

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

Errors with PHP 8.1 #353

Closed gandalf458 closed 2 years ago

gandalf458 commented 2 years ago

Running my application using PHP 8.1 I am getting the following errors:

Deprecated: basename(): Passing null to parameter #2 ($suffix) of type string is deprecated in C:\laragon\www...\getID3\getid3\getid3.lib.php on line 1799

Deprecated: Automatic conversion of false to array is deprecated in C:\laragon\www...\getID3\getid3\module.audio-video.quicktime.php on line 2067

StudioMaX commented 2 years ago

What value is in getID3::VERSION?

Deprecated: basename(): Passing null to parameter #2 ($suffix) of type string is deprecated in C:\laragon\www...\getID3\getid3\getid3.lib.php on line 1799

Most likely this has already been fixed in #335.

Deprecated: Automatic conversion of false to array is deprecated in C:\laragon\www...\getID3\getid3\module.audio-video.quicktime.php on line 2067

More details are needed in which version this happened. This warning is quite likely if it hasn't been fixed yet.

gandalf458 commented 2 years ago

Many thanks. I'll check

On Sun, 28 Nov 2021 at 10:03, Pavel Starosek @.***> wrote:

What value is in getID3::VERSION?

Deprecated: basename(): Passing null to parameter #2 https://github.com/JamesHeinrich/getID3/pull/2 ($suffix) of type string is deprecated in C:\laragon\www...\getID3\getid3\getid3.lib.php on line 1799

Most likely this has already been fixed in #335 https://github.com/JamesHeinrich/getID3/pull/335.

Deprecated: Automatic conversion of false to array is deprecated in C:\laragon\www...\getID3\getid3\module.audio-video.quicktime.php on line 2067

More details are needed in which version this happened. This warning is quite likely if it hasn't been fixed yet.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JamesHeinrich/getID3/issues/353#issuecomment-981049157, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD726W3TFY33XEDX6VLPTILUOHV57ANCNFSM5I4QQVCA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

gandalf458 commented 2 years ago

I am a numpty. I should have tried with the latest version!

On Sun, 28 Nov 2021 at 11:16, Graham Irwin @.***> wrote:

Many thanks. I'll check

On Sun, 28 Nov 2021 at 10:03, Pavel Starosek @.***> wrote:

What value is in getID3::VERSION?

Deprecated: basename(): Passing null to parameter #2 ($suffix) of type string is deprecated in C:\laragon\www...\getID3\getid3\getid3.lib.php on line 1799

Most likely this has already been fixed in #335.

Deprecated: Automatic conversion of false to array is deprecated in C:\laragon\www...\getID3\getid3\module.audio-video.quicktime.php on line 2067

More details are needed in which version this happened. This warning is quite likely if it hasn't been fixed yet.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.