julmud / phpDVDProfiler

Adoption of the defunct phpDVDProfiler
MIT License
1 stars 4 forks source link

Some warnings on PHP8.2 #44

Closed udo1toni closed 1 year ago

udo1toni commented 1 year ago

There are some minor issues:

[01-Jul-2023 17:32:52 UTC] PHP Warning:  preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /var/www/phpdvdprofiler/functions.php on line 900
[01-Jul-2023 17:32:52 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/phpdvdprofiler/functions.php on line 900
[01-Jul-2023 17:33:04 UTC] PHP Warning:  Constant IN_SCRIPT already defined in /var/www/phpdvdprofiler/gallery.php on line 25

PHP 8.2.7 (cli) (built: Jun 9 2023 19:37:27) (NTS)

julmud commented 1 year ago

I couldn't reproduce all of those (mainly because I don't display cast photos on any of my sites), but they seem logical. This will be corrected in the next release.