mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
lang/php* : Change default to 8.2
As active support of php81 ends on 25th November, 2023 it's time to switch the default version to 8.2. See https://www.php.net/supported-versions.php for more details. PR: 274463 Approved by: portmgr (exp-run)
This commit is contained in:
parent
c64d62c1b4
commit
6e3887a5d3
@ -193,8 +193,8 @@ PHP_EXT_DIR= 20200930
|
||||
PHP_EXT_INC= hash json openssl pcre spl
|
||||
. else
|
||||
# (rene) default to DEFAULT_VERSIONS
|
||||
PHP_EXT_DIR= 20210902
|
||||
PHP_EXT_INC= hash json openssl pcre spl
|
||||
PHP_EXT_DIR= 20220829
|
||||
PHP_EXT_INC= hash json openssl pcre random spl
|
||||
. endif
|
||||
|
||||
# Try to figure out what the PHP_EXT_DIR should be WRT the
|
||||
|
@ -131,7 +131,7 @@ PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R}
|
||||
# Possible values: 11, 12, 13, 14, 15, 16
|
||||
PGSQL_DEFAULT?= 15
|
||||
# Possible values: 8.0, 8.1, 8.2, 8.3
|
||||
PHP_DEFAULT?= 8.1
|
||||
PHP_DEFAULT?= 8.2
|
||||
# Possible values: rust, legacy
|
||||
. if empty(ARCH:Naarch64:Namd64:Narmv7:Ni386:Npowerpc64:Npowerpc64le:Npowerpc:Nriscv64)
|
||||
PYCRYPTOGRAPHY_DEFAULT?= rust
|
||||
|
16
UPDATING
16
UPDATING
@ -5,6 +5,22 @@ they are unavoidable.
|
||||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20231125:
|
||||
AFFECTS: users of lang/php81
|
||||
AUTHOR: bofh@FreeBSD.org
|
||||
|
||||
The default version of PHP has been switched from 8.1 to 8.2.
|
||||
|
||||
If you use binary packages you should make a list of php packages
|
||||
before running 'pkg upgrade':
|
||||
|
||||
# pkg info \*php81\* > ~/installed-php-ports-list
|
||||
|
||||
After the upgrade, check with such list if all your php extensions
|
||||
are still installed, and reinstall them if needed.
|
||||
|
||||
If you use mod_php81 you need to deinstall it and install mod_php82.
|
||||
|
||||
20231104:
|
||||
AFFECTS: users of security/libressl
|
||||
AUTHOR: brnrd@FreeBSD.org
|
||||
|
Loading…
Reference in New Issue
Block a user