Hello, I need to install php74-intl of this particular version to install ouncloud, but after installing php74-intl it is automatically removed immediately: "It is scheduled to be removed on or after 2022-11-29." How do I install php74-intl?
Code:
root@cloud:/ # pkg instal /usr/local/www/apache24/data/php74_ext/php74-intl-7.4.33.pkg
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
php74-intl: 7.4.33
Number of packages to be installed: 1
Proceed with this action? [y/N]: y
[1/1] Installing php74-intl-7.4.33...
Extracting php74-intl-7.4.33: 100%
=====
Message from php74-intl-7.4.33:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-intl.ini
--
===> NOTICE:
This port is deprecated; you may wish to reconsider installing it:
Upstream Security Support ends on 2022-11-28.
It is scheduled to be removed on or after 2022-11-29.
root@cloud:/ # php -m
[PHP Modules]
bz2
Core
ctype
curl
date
dom
filter
gd
hash
iconv
json
libxml
mbstring
mysqlnd
openssl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
Reflection
session
SimpleXML
SPL
sqlite3
standard
tokenizer
xml
xmlreader
xmlwriter
Zend OPcache
zip
zlib
[Zend Modules]
Zend OPcache
root@cloud:/ #