Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 2019 21:25:10 +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: r506578 - head/lang/php72
Message-ID:  <201907132125.x6DLPAVa054506@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Sat Jul 13 21:25:10 2019
New Revision: 506578
URL: https://svnweb.freebsd.org/changeset/ports/506578

Log:
  lang/php72: Upgrade from 7.2.19 to 7.2.20
  
  Changelog:
  
      Core:
          Fixed bug #76980 (Interface gets skipped if autoloader throws an exception).
      DOM:
          Fixed bug #78025 (segfault when accessing properties of DOMDocumentType).
      MySQLi:
          Fixed bug #77956 (When mysqli.allow_local_infile = Off, use a meaningful error message).
          Fixed bug #38546 (bindParam incorrect processing of bool types).
      Opcache:
          Fixed bug #78106 (Path resolution fails if opcache disabled during request).
      OpenSSL:
          Fixed bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c).
      Sockets:
          Fixed bug #78038 (Socket_select fails when resource array contains references).
      Standard:
          Fixed bug #77135 (Extract with EXTR_SKIP should skip $this).
          Fixed bug #77937 (preg_match failed).
      Zip:
          Fixed bug #76345 (zip.h not found).
  
  Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.20
  
  MFH:		2019Q3

Modified:
  head/lang/php72/Makefile
  head/lang/php72/distinfo

Modified: head/lang/php72/Makefile
==============================================================================
--- head/lang/php72/Makefile	Sat Jul 13 20:48:16 2019	(r506577)
+++ head/lang/php72/Makefile	Sat Jul 13 21:25:10 2019	(r506578)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	php72
-DISTVERSION=	7.2.19
+DISTVERSION=	7.2.20
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions

Modified: head/lang/php72/distinfo
==============================================================================
--- head/lang/php72/distinfo	Sat Jul 13 20:48:16 2019	(r506577)
+++ head/lang/php72/distinfo	Sat Jul 13 21:25:10 2019	(r506578)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1559316031
-SHA256 (php-7.2.19.tar.xz) = 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
-SIZE (php-7.2.19.tar.xz) = 12176404
+TIMESTAMP = 1562963325
+SHA256 (php-7.2.20.tar.xz) = eff09da83e235c2ba25c85deea1d4f663bd71d50fd51ad11e1acebe26d733494
+SIZE (php-7.2.20.tar.xz) = 12183712



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907132125.x6DLPAVa054506>