aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2019-05-08 14:24:02 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2019-05-08 14:24:02 +0000
commit6ce0d7887ed7d5ce0e8bdd050d783ba5833ab633 (patch)
tree10f41df76d949ecfe0098e7f3cf679f35a559554 /databases
parent2b7cfa80d83cd0e5d261aed0654f18fff7e81947 (diff)
downloadports-6ce0d7887ed7d5ce0e8bdd050d783ba5833ab633.tar.gz
ports-6ce0d7887ed7d5ce0e8bdd050d783ba5833ab633.zip
MFH: r501000
lang/php72: Upgrade from 7.2.17 to 7.2.18 Changelog: CLI: Fixed bug #77794 (Incorrect Date header format in built-in server). EXIF: Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG). Interbase: Fixed bug #72175 (Impossibility of creating multiple connections to Interbase with php 7.x). Intl: Fixed bug #77895 (IntlDateFormatter::create fails in strict mode if $locale = null). litespeed: LiteSpeed SAPI 7.3.1, better process management, new API function litespeed_finish_request(). Mail: Fixed bug #77821 (Potential heap corruption in TSendMail()). PCRE: Fixed bug #77827 (preg_match does not ignore \r in regex flags). PDO: Fixed bug #77849 (Disable cloning of PDO handle/connection objects). phpdbg: Fixed bug #76801 (too many open files). Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints). Fixed bug #77805 (phpdbg build fails when readline is shared). Reflection: Fixed bug #77772 (ReflectionClass::getMethods(null) doesn't work). Fixed bug #77882 (Different behavior: always calls destructor). Standard: Fixed bug #77680 (recursive mkdir on ftp stream wrapper is incorrect). Fixed bug #77844 (Crash due to null pointer in parse_ini_string with INI_SCANNER_TYPED). Fixed bug #77853 (Inconsistent substr_compare behaviour with empty haystack). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.18 Approved by: ports-secteam (mivy)
Notes
Notes: svn path=/branches/2019Q2/; revision=501023
Diffstat (limited to 'databases')
-rw-r--r--databases/php72-interbase/files/patch-interbase.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/php72-interbase/files/patch-interbase.c b/databases/php72-interbase/files/patch-interbase.c
deleted file mode 100644
index 0f8791beb793..000000000000
--- a/databases/php72-interbase/files/patch-interbase.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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++;