Summary: | www/phpmyfaq: Do not support future PHP versions | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Muhammad Moinur Rahman <bofh> |
Component: | Individual Port(s) | Assignee: | Florian Smeets <flo> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | bofh |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(flo) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | |||
Bug Blocks: | 261604 |
Description
Muhammad Moinur Rahman
2022-01-31 20:00:28 UTC
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f2eb63024d33e2afc893ef15d4ad7abc7517896 commit 8f2eb63024d33e2afc893ef15d4ad7abc7517896 Author: Florian Smeets <flo@FreeBSD.org> AuthorDate: 2022-02-07 21:01:30 +0000 Commit: Florian Smeets <flo@FreeBSD.org> CommitDate: 2022-02-07 21:01:30 +0000 www/phpmyfaq: phpMyFAQ has been compatible with PHP8 since 3.0.6 PR: 261617 www/phpmyfaq/Makefile | 1 - 1 file changed, 1 deletion(-) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3fbf0a24f9d5666561c3ef5e908f4e5c25c7227e commit 3fbf0a24f9d5666561c3ef5e908f4e5c25c7227e Author: Florian Smeets <flo@FreeBSD.org> AuthorDate: 2022-02-07 21:48:08 +0000 Commit: Florian Smeets <flo@FreeBSD.org> CommitDate: 2022-02-07 21:48:08 +0000 www/phpmyfaq: actually make this work with PHP >= 8.0 I used the wrong poudriere script to test these changes, it builds with my production settings, where PHP is still set to 7.4, so it didn't catch the build error. PR: 261617 www/phpmyfaq/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) Should work with PHP >= 8.0 now. |