splitbrain / dokuwiki-plugin-dw2pdf

A fork of Luigi Micco's PDF export plugin for DokuWiki
http://www.dokuwiki.org/plugin:dw2pdf
55 stars 68 forks source link

lacks support for PHP 8.2 #508

Open Zweihorn opened 4 months ago

Zweihorn commented 4 months ago

Please consider support for PHP 8.2 by upgrading mpdf/mpdf in composer.lock to v8.1.6+ as of 2023-03-23 or newer at your earliest deliberation.

Your version is v8.0.17 as of 2022-01-20. Current version of mpdf seems to be v8.2.3 as of 2024-03-11

PHP 8.2 is supported as of mPDF v8.1.3

ref https://github.com/mpdf/mpdf#php-versions-and-extensions

Only PHP 7.4 up to PHP 8.1 are supported by dw2pdf plugin.

ref https://www.dokuwiki.org/plugin:dw2pdf#download_and_installation

Furthermore, stable Debian Bookworm supports PHP 8.2 since 2023-06-10.

CiTRO33 commented 3 months ago

PHP 8.3 would be nice too. Are any plans to upgrade?