Bug 261617 - www/phpmyfaq: Do not support future PHP versions
Summary: www/phpmyfaq: Do not support future PHP versions
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Florian Smeets
URL:
Keywords:
Depends on:
Blocks: 261604
  Show dependency treegraph
 
Reported: 2022-01-31 20:00 UTC by Muhammad Moinur Rahman
Modified: 2022-02-07 21:55 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (flo)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2022-01-31 20:00:28 UTC

    
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-02-07 21:04:33 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(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-02-07 21:54:40 UTC
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(-)
Comment 3 Florian Smeets freebsd_committer freebsd_triage 2022-02-07 21:55:38 UTC
Should work with PHP >= 8.0 now.