For the past three years, phpDVDProfiler has been running quite nicely on my website. I had to update once the code for PHP 7.4 compatibility (which I forgot to publish...) and recently Sebastian (sebk-666 on Github) opened a pull request for PHP 8.0 compatibility (many many thanks to him!).

So, it's about time to release new version I think, and I've even added a few more things in it:

  • support for PHP 7.4, 8.0 and 8.1
  • preliminary support for PHP 8.2
  • better quality images for the Swiss DVD age system

Watch out: due to the fact that PHP 8.1 has deprecated the strftime function, phpDVDProfile now needs the intl extension to be enabled on your PHP installation. If you encounter the error message "Fatal error: Uncaught Error: Class "IntlDateFormatter" not found", it means the extension is not enabled and you'll have to edit your php.ini file to do so.

You can download the archive either from this post, or from Github. As for comments, questions, and so on, I'd prefer if they're all done on Github.

Important information: I don't intend to do any kind of refactoring, developing new features, or anything else. This is just the basic needed work to make it compatible with newer versions of PHP.