Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jul 2020 11:29:06 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r541857 - branches/2020Q3/lang/php74
Message-ID:  <202007101129.06ABT6Ij087135@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Fri Jul 10 11:29:05 2020
New Revision: 541857
URL: https://svnweb.freebsd.org/changeset/ports/541857

Log:
  MFH: r541855
  
  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
  
  Approved by:	ports-secteam (joneum, implicit for PHP Updates)

Modified:
  branches/2020Q3/lang/php74/Makefile
  branches/2020Q3/lang/php74/distinfo
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/lang/php74/Makefile
==============================================================================
--- branches/2020Q3/lang/php74/Makefile	Fri Jul 10 11:28:05 2020	(r541856)
+++ branches/2020Q3/lang/php74/Makefile	Fri Jul 10 11:29:05 2020	(r541857)
@@ -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: branches/2020Q3/lang/php74/distinfo
==============================================================================
--- branches/2020Q3/lang/php74/distinfo	Fri Jul 10 11:28:05 2020	(r541856)
+++ branches/2020Q3/lang/php74/distinfo	Fri Jul 10 11:29:05 2020	(r541857)
@@ -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?202007101129.06ABT6Ij087135>