mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
Notable changes: - mcrypt module was removed - sodium module was added - sybase_ct artifacts removed Also many PECL ports will not work with this version since some files got renamed. Reviewed by: mat, ale, Rainer Duffner <rainer@ultra-secure.de> Differential Revision: https://reviews.freebsd.org/D12980
11 lines
406 B
C
11 lines
406 B
C
--- 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++;
|