Date: Fri, 10 Jul 2020 11:25:41 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541855 - head/lang/php74 Message-ID: <202007101125.06ABPfBR086573@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Fri Jul 10 11:25:41 2020 New Revision: 541855 URL: https://svnweb.freebsd.org/changeset/ports/541855 Log: lang/php74: Upgrade from 7.4.7 to 7.4.8 Changelog: Core: Fixed bug #79595 (zend_init_fpu() alters FPU precision). Fixed bug #79650 (php-win.exe 100% cpu lockup). Fixed bug #79668 (get_defined_functions(true) may miss functions). Fixed bug #79657 ("yield from" hangs when invalid value encountered). Fixed bug #79683 (Fake reflection scope affects __toString()). Fixed possibly unsupported timercmp() usage. Exif: Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes). Fileinfo: Fixed bug #79681 (mime_content_type/finfo returning incorrect mimetype). Filter: Fixed bug #73527 (Invalid memory access in php_filter_strip). GD: Fixed bug #79676 (imagescale adds black border with IMG_BICUBIC). OpenSSL: Fixed bug #62890 (default_socket_timeout=-1 causes connection to timeout). PDO SQLite: Fixed bug #79664 (PDOStatement::getColumnMeta fails on empty result set). phpdbg: Fixed bug #73926 (phpdbg will not accept input on restart execution). Fixed bug #73927 (phpdbg fails with windows error prompt at "watch array"). Fixed several mostly Windows related phpdbg bugs. SPL: Fixed bug #79710 (Reproducible segfault in error_handler during GC involved an SplFileObject). Standard: Fixed bug #74267 (segfault with streams and invalid data). Sponsored by: Bounce Experts Modified: head/lang/php74/Makefile head/lang/php74/distinfo Modified: head/lang/php74/Makefile ============================================================================== --- head/lang/php74/Makefile Fri Jul 10 11:24:36 2020 (r541854) +++ head/lang/php74/Makefile Fri Jul 10 11:25:41 2020 (r541855) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php74 -DISTVERSION= 7.4.7 +DISTVERSION= 7.4.8 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php74/distinfo ============================================================================== --- head/lang/php74/distinfo Fri Jul 10 11:24:36 2020 (r541854) +++ head/lang/php74/distinfo Fri Jul 10 11:25:41 2020 (r541855) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592076691 -SHA256 (php-7.4.7.tar.xz) = 53558f8f24cd8ab6fa0ea252ca8198e2650160649681ce5230c1df1dc2b52faf -SIZE (php-7.4.7.tar.xz) = 10286580 +TIMESTAMP = 1594374468 +SHA256 (php-7.4.8.tar.xz) = 642843890b732e8af01cb661e823ae01472af1402f211c83009c9b3abd073245 +SIZE (php-7.4.8.tar.xz) = 10281976
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007101125.06ABPfBR086573>