lang/php81: Upgrade from 8.1.4 to 8.1.5
Changelog:
Core:
Fixed bug #8176 (Enum values in property initializers leak).
Fixed freeing of internal attribute arguments.
Fixed bug #8070 (memory leak of internal function attribute hash).
Fixed bug #8160 (ZTS support on Alpine is broken).
Filter:
Fixed signedness confusion in php_filter_validate_domain().
Intl:
Fixed bug #8115 (Can't catch arg type deprecation when instantiating Intl classes).
Fixed bug #8142 (Compilation error on cygwin).
Fixed bug #7734 (Fix IntlPartsIterator key off-by-one error and first key).
MBString:
Fixed bug #8208 (mb_encode_mimeheader: $indent functionality broken).
MySQLi:
Fixed bug #8068 (mysqli_fetch_object creates inaccessible properties).
Pcntl:
Fixed bug #8142 (Compilation error on cygwin).
PgSQL:
Fixed result_type related stack corruption on LLP64 architectures.
Fixed bug #8253 (pg_insert() fails for references).
Sockets:
Fixed Solaris builds.
SPL:
Fixed bug #8121 (SplFileObject - seek and key with csv file inconsistent).
Fixed bug #8192 (Cannot override DirectoryIterator::current() without return typehint in 8.1).
Standard:
Fixed bug #8048 (Force macOS to use statfs).
Sponsored by: Bounce Experts
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php81
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
PORTNAME= php81
|
||||
DISTVERSION= 8.1.4
|
||||
PORTREVISION?= 3
|
||||
DISTVERSION= 8.1.5
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= lang devel www
|
||||
MASTER_SITES= PHP/distributions
|
||||
DISTNAME= php-${DISTVERSION}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1647457083
|
||||
SHA256 (php-8.1.4.tar.xz) = 05a8c0ac30008154fb38a305560543fc172ba79fb957084a99b8d3b10d5bdb4b
|
||||
SIZE (php-8.1.4.tar.xz) = 11700448
|
||||
TIMESTAMP = 1650059198
|
||||
SHA256 (php-8.1.5.tar.xz) = 7647734b4dcecd56b7e4bd0bc55e54322fa3518299abcdc68eb557a7464a2e8a
|
||||
SIZE (php-8.1.5.tar.xz) = 11752684
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php81
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php81
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php81
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php81
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php81
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php81
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php81
|
||||
|
||||
Reference in New Issue
Block a user