Hello ports@, Here's a simple update for php 7.0. Builds, packages, and runs for me. OK?
martijn@ Index: 7.0/Makefile =================================================================== RCS file: /cvs/ports/lang/php/7.0/Makefile,v retrieving revision 1.23 diff -u -p -r1.23 Makefile --- 7.0/Makefile 4 Nov 2016 11:35:19 -0000 1.23 +++ 7.0/Makefile 9 Dec 2016 13:36:02 -0000 @@ -3,8 +3,7 @@ BROKEN-sparc64= SIGBUS during phar generation PV= 7.0 -V= ${PV}.12 -REVISION-curl= 0 +V= ${PV}.14 WANTLIB-main+= stdc++ ncurses readline BUILD_DEPENDS+= devel/bison Index: 7.0/distinfo =================================================================== RCS file: /cvs/ports/lang/php/7.0/distinfo,v retrieving revision 1.12 diff -u -p -r1.12 distinfo --- 7.0/distinfo 31 Oct 2016 15:06:10 -0000 1.12 +++ 7.0/distinfo 9 Dec 2016 13:36:02 -0000 @@ -1,4 +1,4 @@ -SHA256 (php-7.0.12.tar.bz2) = OMRylP6PsjmwIw3GOpPD5ARPRyq5O13/i2X+tBA6aic= +SHA256 (php-7.0.14.tar.bz2) = +8Q2mg1CtV/RznXrTz0XsBLadUpnVn2OMoj7+7dJBTQ= SHA256 (suhosin-0.9.38.tar.gz) = wC12xOfOd3kQo3wYGBy2f9npDv4BB/6rPeMTG1+JvOo= -SIZE (php-7.0.12.tar.bz2) = 15227851 +SIZE (php-7.0.14.tar.bz2) = 15239441 SIZE (suhosin-0.9.38.tar.gz) = 122800 Index: 7.0/patches/patch-ext_pcre_php_pcre_c =================================================================== RCS file: /cvs/ports/lang/php/7.0/patches/patch-ext_pcre_php_pcre_c,v retrieving revision 1.2 diff -u -p -r1.2 patch-ext_pcre_php_pcre_c --- 7.0/patches/patch-ext_pcre_php_pcre_c 31 Oct 2016 15:06:10 -0000 1.2 +++ 7.0/patches/patch-ext_pcre_php_pcre_c 9 Dec 2016 13:36:02 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-ext_pcre_php_pcre_c,v 1.2 2016/10/31 15:06:10 robert Exp $ ---- ext/pcre/php_pcre.c.orig.port Wed Oct 26 11:01:30 2016 -+++ ext/pcre/php_pcre.c Wed Oct 26 11:01:49 2016 -@@ -151,7 +151,7 @@ PHP_INI_BEGIN() +--- ext/pcre/php_pcre.c.orig.port Tue Dec 6 19:05:07 2016 ++++ ext/pcre/php_pcre.c Fri Dec 9 14:17:09 2016 +@@ -148,7 +148,7 @@ PHP_INI_BEGIN() STD_PHP_INI_ENTRY("pcre.backtrack_limit", "1000000", PHP_INI_ALL, OnUpdateLong, backtrack_limit, zend_pcre_globals, pcre_globals) STD_PHP_INI_ENTRY("pcre.recursion_limit", "100000", PHP_INI_ALL, OnUpdateLong, recursion_limit, zend_pcre_globals, pcre_globals) #ifdef HAVE_PCRE_JIT_SUPPORT Index: 7.0/patches/patch-main_php_ini_c =================================================================== RCS file: /cvs/ports/lang/php/7.0/patches/patch-main_php_ini_c,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 patch-main_php_ini_c --- 7.0/patches/patch-main_php_ini_c 14 Dec 2015 17:58:46 -0000 1.1.1.1 +++ 7.0/patches/patch-main_php_ini_c 9 Dec 2016 13:36:02 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-main_php_ini_c,v 1.1.1.1 2015/12/14 17:58:46 robert Exp $ ---- main/php_ini.c.orig.port Sun Dec 6 14:09:32 2015 -+++ main/php_ini.c Sun Dec 6 14:10:01 2015 +--- main/php_ini.c.orig.port Tue Dec 6 19:05:07 2016 ++++ main/php_ini.c Fri Dec 9 14:17:20 2016 @@ -572,7 +572,7 @@ int php_init_config(void) /* If still no ini file found, search for php.ini file in search path */