Torsten Zuehlsdorff
ad7728b35d
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
MFH: 2019Q2
2019-05-08 06:45:13 +00:00
Torsten Zuehlsdorff
b817a5b90e
PHP 7.1 and PHP 7.2: add TEST_TARGET to all extensions
...
This enables "make test" in every extension and eases
the test of changes to PHP.
I did ignore PHP 7.0 intentionally since it only receives
security updates and will EOL at the end of the year. Therefore
no great amount of work is expected for 7.0.
2018-07-24 08:44:32 +00:00
Torsten Zuehlsdorff
40797a5351
lang/php72: Update from 7.2.4 to 7.2.5
...
Changelog: http://www.php.net/ChangeLog-7.php#7.2.5
MFH: 2018Q2
Security: CVE-2018-5712
2018-04-26 14:50:39 +00:00
Jose Alonso Cardenas Marquez
857d77f1a9
- Bump PORTREVISION. databases/firebird25-* ports were updated
2018-04-25 18:40:14 +00:00
Torsten Zuehlsdorff
687591dd75
Add PHP 7.2 RC6
...
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
2017-11-16 10:48:48 +00:00