Re: git: 64aadd615ca1 - main - www/dokuwiki: Mark IGNORE with PHP 8.0 or later
- In reply to: Matthias Fechner : "Re: git: 64aadd615ca1 - main - www/dokuwiki: Mark IGNORE with PHP 8.0 or later"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Feb 2022 15:32:16 UTC
From: Matthias Fechner <mfechner@FreeBSD.org> Subject: Re: git: 64aadd615ca1 - main - www/dokuwiki: Mark IGNORE with PHP 8.0 or later Date: Wed, 2 Feb 2022 16:05:03 +0100 > Am 02.02.2022 um 16:02 schrieb Yasuhiro Kimura: >> www/dokuwiki: Mark IGNORE with PHP 8.0 or later >> Current latest release of DokuWiki isn't compatible with PHP 8. >> Development is currently underway by upstream, and it seems to be >> expected that new version that supports PHP 8 will be released before >> the EoL of PHP 7.4. But anyway mark IGNORE with PHP 8.0 or later for >> now. > > this is not true, I have it running here with php8.0 without any > problems. > > Gruß > Matthias Some problems related to PHP 8 are reported to issue tracker of upstream GitHub repository. https://github.com/splitbrain/dokuwiki/issues?q=is%3Aissue+label%3A%22PHP+8%22 Some of them are fix with master branch but not with latest release version. Additionally I myself faced the problem similar to issue #3426 of the upstream issue tracker when I tried this port with PHP 8.0. --- Yasuhiro Kimura