hmerritt / php-imdb-api

PHP IMDB-API that can fetch film data and search results
Apache License 2.0
59 stars 22 forks source link

Errors #21

Open Vcarbon opened 9 months ago

Vcarbon commented 9 months ago

Hello I get this

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/gmtk/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 4653

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/gmtk/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 4664

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/gmtk/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 5731

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/gmtk/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 5742

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/gmtk/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 13398

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/gmtk/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 13398

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/gmtk/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 13409

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/gmtk/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 13409

Deprecated: Return type of PHPHtmlParser\Dom\Collection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/gmtk/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Dom/Collection.php on line 140

Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/gmtk/vendor/hmerritt/imdb-api/src/HtmlPieces.php on line 351

Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/gmtk/vendor/hmerritt/imdb-api/src/HtmlPieces.php on line 351

Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/gmtk/vendor/hmerritt/imdb-api/src/HtmlPieces.php on line 351

Deprecated: Creation of dynamic property hmerritt\Cache::$cache is deprecated in /home/gmtk/vendor/hmerritt/imdb-api/src/Cache.php on line 21

hmerritt commented 9 months ago

Hello - thank you for raising this issue.

May I get a couple answers to the following questions:

newelement commented 6 months ago

@hmerritt Are you looking for contributors/help ?

hmerritt commented 6 months ago

@newelement Sure - If you have any fixes or improvements, you are very welcome to implement them 🚀