mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
lang/php80: Upgrade from 8.0.17 to 8.0.18
Changelog: Core: 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 #8142 (Compilation error on cygwin). 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). Standard: Fixed bug #8048 (Force macOS to use statfs). Sponsored by: Bounce Experts
This commit is contained in:
parent
db966c312b
commit
adc832aeba
@ -1,4 +1,3 @@
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php80
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= php80
|
||||
DISTVERSION= 8.0.17
|
||||
PORTREVISION?= 3
|
||||
DISTVERSION= 8.0.18
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= lang devel www
|
||||
MASTER_SITES= PHP
|
||||
DISTNAME= php-${DISTVERSION}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1647565520
|
||||
SHA256 (php/php-8.0.17.tar.xz) = 4e7d94bb3d144412cb8b2adeb599fb1c6c1d7b357b0d0d0478dc5ef53532ebc5
|
||||
SIZE (php/php-8.0.17.tar.xz) = 10771016
|
||||
TIMESTAMP = 1650059162
|
||||
SHA256 (php/php-8.0.18.tar.xz) = db161652cacae4b31c347fbf2e17b80656473cb365f2bb3460c4552f5647e2e7
|
||||
SIZE (php/php-8.0.18.tar.xz) = 10871224
|
||||
|
@ -1,4 +1,3 @@
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php80
|
||||
|
@ -1,4 +1,3 @@
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php80
|
||||
|
@ -1,4 +1,3 @@
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php80
|
||||
|
@ -1,4 +1,3 @@
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php80
|
||||
|
@ -1,4 +1,3 @@
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php80
|
||||
|
@ -1,4 +1,3 @@
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php80
|
||||
|
@ -1,4 +1,3 @@
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php80
|
||||
|
Loading…
Reference in New Issue
Block a user