mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
79811875e6
Changelog: Core: Fixed bug #78535 (auto_detect_line_endings value not parsed as bool). Fixed bug #78620 (Out of memory error). Exif: Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7) (Kalle) FPM: Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE). (CVE-2019-11043) MBString: Fixed bug #78579 (mb_decode_numericentity: args number inconsistency). Fixed bug #78609 (mb_check_encoding() no longer supports stringable objects). MySQLi: Fixed bug #76809 (SSL settings aren't respected when persistent connections are used). PDO_MySQL: Fixed bug #78623 (Regression caused by "SP call yields additional empty result set"). Session: Fixed bug #78624 (session_gc return value for user defined session handlers). Standard: Fixed bug #76342 (file_get_contents waits twice specified timeout). Fixed bug #78612 (strtr leaks memory when integer keys are used and the subject string shorter). Fixed bug #76859 (stream_get_line skips data if used with data-generating filter). Zip: Fixed bug #78641 (addGlob can modify given remove_path value). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.24 MFH: 2019Q4
17 lines
234 B
Makefile
17 lines
234 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php72
|
|
|
|
PKGNAMESUFFIX= -intl
|
|
|
|
USES= compiler:c++11-lib
|
|
USE_CXXSTD= gnu++11
|
|
|
|
CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include "${MASTERDIR}/Makefile"
|