git: 9857dbaec202 - main - lang/php81: Update version 8.1.3=>8.1.4

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 18 Mar 2022 01:02:30 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9857dbaec202645819dc8a01d2e63c1f92930efa

commit 9857dbaec202645819dc8a01d2e63c1f92930efa
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-03-18 00:59:56 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-03-18 00:59:56 +0000

    lang/php81: Update version 8.1.3=>8.1.4
    
    Core:
      Fixed Haiku ZTS build.
      Fixed bug #8059 arginfo not regenerated for extension.
      Fixed bug #8083 Segfault when dumping uncalled fake closure with
      static variables.
      Fixed bug #7958 (Nested CallbackFilterIterator is leaking memory).
      Fixed bug #8074 (Wrong type inference of range() result).
      Fixed bug #8140 (Wrong first class callable by name optimization).
      Fixed bug #8082 (op_arrays with temporary run_time_cache leak memory
      when observed).
    GD:
      Fixed libpng warning when loading interlaced images.
    FPM:
      Fixed bug #76109 (Unsafe access to fpm scoreboard).
    Iconv:
      Fixed bug #7953 (ob_clean() only does not set Content-Encoding).
      Fixed bug #7980 (Unexpected result for iconv_mime_decode).
    MBString:
      Fixed bug #8128 (mb_check_encoding wrong result for 7bit).
    MySQLnd:
      Fixed bug #8058 (NULL pointer dereference in mysqlnd package).
    Reflection:
      Fixed bug #8080 (ReflectionClass::getConstants() depends on def.
      order).
    Zlib:
      Fixed bug #7953 (ob_clean() only does not set Content-Encoding).
    
    Relnotes:       yes
---
 lang/php81/Makefile | 8 +++++---
 lang/php81/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/lang/php81/Makefile b/lang/php81/Makefile
index b8d690b1e283..670df40197ca 100644
--- a/lang/php81/Makefile
+++ b/lang/php81/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	php81
-DISTVERSION=	8.1.3
+DISTVERSION=	8.1.4
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
@@ -269,7 +269,8 @@ CONFIGURE_ARGS+=	--enable-filter
 CONFIGURE_ARGS+=	--enable-ftp
 
 CONFIGURE_ENV+=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
-		OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
+		OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \
+		PHP_OPENSSL=yes
 
 LDFLAGS+=	-L${OPENSSLLIB} -lcrypto -lssl
 USES+=		pkgconfig ssl
@@ -332,7 +333,8 @@ CONFIGURE_ARGS+=	--with-imap-ssl=${OPENSSLBASE} \
 			--with-imap=${LOCALBASE}
 
 CONFIGURE_ENV+=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
-		OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
+		OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \
+		PHP_OPENSSL=yes
 
 LDFLAGS+=	-L${OPENSSLLIB} -lcrypto -lssl
 USES+=		ssl
diff --git a/lang/php81/distinfo b/lang/php81/distinfo
index 1d6e4d4611e2..deb49199ff55 100644
--- a/lang/php81/distinfo
+++ b/lang/php81/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645185745
-SHA256 (php-8.1.3.tar.xz) = 5d65a11071b47669c17452fb336c290b67c101efb745c1dbe7525b5caf546ec6
-SIZE (php-8.1.3.tar.xz) = 11751576
+TIMESTAMP = 1647457083
+SHA256 (php-8.1.4.tar.xz) = 05a8c0ac30008154fb38a305560543fc172ba79fb957084a99b8d3b10d5bdb4b
+SIZE (php-8.1.4.tar.xz) = 11700448