FreeBSD Bugzilla – Attachment 230294 Details for
Bug 260595
Mk/bsd.default-versions.mk: Change PHP default version to 8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for changing default PHP version to 8.0
php-default-version-change.diff (text/plain), 1.30 KB, created by
Torsten Zuehlsdorff
on 2021-12-21 20:41:46 UTC
(
hide
)
Description:
Patch for changing default PHP version to 8.0
Filename:
MIME Type:
Creator:
Torsten Zuehlsdorff
Created:
2021-12-21 20:41:46 UTC
Size:
1.30 KB
patch
obsolete
>diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk >index 1ee4c9715269..fa770a3aa9c8 100644 >--- a/Mk/bsd.default-versions.mk >+++ b/Mk/bsd.default-versions.mk >@@ -108,7 +108,7 @@ PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R} > # Possible values: 9.6, 10, 11, 12, 13, 14 > PGSQL_DEFAULT?= 13 > # Possible values: 7.3, 7.4, 8.0 >-PHP_DEFAULT?= 7.4 >+PHP_DEFAULT?= 8.0 > # Possible values: 2.7, 3.6, 3.7, 3.8, 3.9, 3.10 > PYTHON_DEFAULT?= 3.8 > # Possible values: 2.7 >diff --git a/UPDATING b/UPDATING >index fc64800ab0ae..80cd73e089d3 100644 >--- a/UPDATING >+++ b/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. > >+20211221: >+ AFFECTS: users of lang/php74 >+ AUTHOR: tz@FreeBSD.org >+ >+ The default version of PHP has been switched from 7.4 to 8.0. >+ >+ If you use binary packages you should make a list of php packages >+ before running 'pkg upgrade': >+ >+ # pkg info php7\* > ~/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_php74 you need to deinstall it and install mod_php80. >+ > 20201116: > AFFECTS: users of emulators/qemu50 > AUTHOR: bofh@FreeBSD.org
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 260595
:
230294
|
230551
|
230571
|
230697
|
231140
|
231186