Created attachment 169523 [details] update to 2.0.3 diff This adds PHP 7 support with very few API changes (from package.xml): - EventUtil::createSocket method added(PHP7) - removed the first(EventBase) argument of EventBufferEvent::sslFilter method, since the internal EventBase object must match EventBase object within the underlying EventBufferEvent code tested on FreeBSD 10.2-Release amd64 with PHP 5.6 and PHP 7 Poudriere logs: http://fneu.fr/freebsd/pecl-event/
Created attachment 169577 [details] I updated to 2.0.4 I updated to 2.0.4.
A commit references this bug: Author: sunpoet Date: Sat Apr 23 06:58:42 UTC 2016 New revision: 413855 URL: https://svnweb.freebsd.org/changeset/ports/413855 Log: - Update to 2.0.4 and unbreak build with PHP 7.0 - While I'm here: - Add LICENSE_FILE - Remove unnecessary PHP_MODNAME - Pet portlint - Update BROKEN: use lowercase for leading character Changes: https://pecl.php.net/package-changelog.php?package=event PR: 208956 Submitted by: Mickael Maillot <mickael.maillot@gmail.com> Approved by: John Chen <johnpupu@gmail.com> (maintainer) Changes: head/devel/pecl-event/Makefile head/devel/pecl-event/distinfo
Committed. Thanks!