Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2019 13:28:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240813] databases/php-memcache: fix build on GCC architectures with PHP 7.4
Message-ID:  <bug-240813-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240813

            Bug ID: 240813
           Summary: databases/php-memcache: fix build on GCC architectures
                    with PHP 7.4
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: pkubaj@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
          Assignee: sunpoet@FreeBSD.org

Created attachment 207800
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D207800&action=
=3Dedit
patch

php74 introduced C11 requirement:
In file included from /usr/local/include/php/Zend/zend_modules.h:24,
                 from /usr/local/include/php/Zend/zend_API.h:25,
                 from /usr/local/include/php/main/php.h:37,
                 from
/wrkdirs/usr/ports/databases/php-memcache/work-php74/pecl-memcache-4.0.4/ph=
p7/memcache_pool.h:44,
                 from
/wrkdirs/usr/ports/databases/php-memcache/work-php74/pecl-memcache-4.0.4/ph=
p7/memcache_binary_protocol.c:36:
/usr/local/include/php/Zend/zend_compile.h:363: error: redefinition of type=
def
'zend_property_info'
/usr/local/include/php/Zend/zend_types.h:385: error: previous declaration of
'zend_property_info' was her

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240813-7788>