[Bug 265779] www/dokuwiki package missing php-filter dependency

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 11 Aug 2022 19:34:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265779

            Bug ID: 265779
           Summary: www/dokuwiki package missing php-filter dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: delphij@FreeBSD.org
          Reporter: marck@FreeBSD.org
             Flags: maintainer-feedback?(delphij@FreeBSD.org)
          Assignee: delphij@FreeBSD.org

Base OS: 12.3-RELEASE-p5, pkg standard   
url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",


reproduce: fresh install

pkg install dokuwiki

enable and start php-fpm

> pkg info -d dokuwiki
dokuwiki-20220731:
        php80-session-8.0.20
        php80-xml-8.0.20
        php80-8.0.20
        php80-gd-8.0.20
        php80-mbstring-8.0.20
        php80-zlib-8.0.20

follow standard procedure (chown needed content to www)

use install.php

go to welcome link

observe

Error: Call to undefined function filter_var()

do 'pkg install php80-filter && service php-fpm reload' and see error
disappeared

(what puzzles me most that Makefile has 
USE_PHP=        filter gd hash json mbstring openssl pcre session xml zlib
line, but package depends missed it)

-- 
You are receiving this mail because:
You are the assignee for the bug.