Index: branches/2017Q1/databases/php70-interbase/Makefile =================================================================== --- branches/2017Q1/databases/php70-interbase/Makefile (revision 430695) +++ branches/2017Q1/databases/php70-interbase/Makefile (revision 430696) @@ -1,10 +1,12 @@ # Created by: Alex Dupre # $FreeBSD$ CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php70 +PORTREVISION= 1 + PKGNAMESUFFIX= -interbase .include "${MASTERDIR}/Makefile" Index: branches/2017Q1/databases/php70-interbase/files/patch-interbase.c =================================================================== --- branches/2017Q1/databases/php70-interbase/files/patch-interbase.c (nonexistent) +++ branches/2017Q1/databases/php70-interbase/files/patch-interbase.c (revision 430696) @@ -0,0 +1,11 @@ +--- interbase.c.orig 2016-12-16 10:59:02 UTC ++++ interbase.c +@@ -940,7 +940,7 @@ static void _php_ibase_connect(INTERNAL_ + xlink = (zend_resource*) le->ptr; + if ((!persistent && xlink->type == le_link) || xlink->type == le_plink) { + if (IBG(default_link)) { +- zend_list_close(IBG(default_link)); ++ zend_list_delete(IBG(default_link)); + } + xlink->gc.refcount++; + xlink->gc.refcount++; Property changes on: branches/2017Q1/databases/php70-interbase/files/patch-interbase.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2017Q1 =================================================================== --- branches/2017Q1 (revision 430695) +++ branches/2017Q1 (revision 430696) Property changes on: branches/2017Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r430557