Получаем информацию об установленных пакетах PHP
root@cloud:/ # pkg info | grep php | awk '{print $1}'
php73-7.3.25
php73-bcmath-7.3.25
php73-bz2-7.3.25
php73-ctype-7.3.25
php73-curl-7.3.25
php73-dom-7.3.25
php73-exif-7.3.25
php73-extensions-1.0
php73-fileinfo-7.3.25
php73-filter-7.3.25
php73-ftp-7.3.25
php73-gd-7.3.25
php73-gmp-7.3.25
php73-hash-7.3.25
php73-iconv-7.3.25
php73-imap-7.3.25
php73-intl-7.3.25
php73-json-7.3.25
php73-mbstring-7.3.25
php73-opcache-7.3.25
php73-openssl-7.3.25
php73-pdo-7.3.25
php73-pdo_mysql-7.3.25
php73-pdo_sqlite-7.3.25
php73-pecl-APCu-5.1.18
php73-pecl-imagick-im7-3.4.4
php73-pecl-memcached-3.1.5
php73-pecl-redis-5.3.1
php73-phar-7.3.25
php73-posix-7.3.25
php73-session-7.3.25
php73-simplexml-7.3.25
php73-sqlite3-7.3.25
php73-tokenizer-7.3.25
php73-xml-7.3.25
php73-xmlreader-7.3.25
php73-xmlwriter-7.3.25
php73-zip-7.3.25
php73-zlib-7.3.25
Создадим список, который необходимо будет установить. Командами замены формируем список пакетов PHP версии 7.3, которые уже установлены. Затем в названиях заменяем 73 на 74 и убираем окончания с информацией содержащей версии.
Удаляем пакеты PHP при помощи сформированного списка
root@cloud:/ # pkg delete mod_php73 php73 php73-bz2 php73-ctype php73-curl php73-dom php73-extensions-1.0 php73-filter php73-gd php73-iconv php73-json php73-mbstring php73-mysqli php73-opcache php73-openssl php73-pdo php73-pdo_sqlite php73-phar php73-posix php73-session php73-simplexml php73-sqlite3 php73-tokenizer php73-xml php73-xmlreader php73-xmlwriter php73-zip php73-zlib
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 39 packages (of 0 packages in the universe):
Installed packages to be REMOVED:
php73: 7.3.25
php73-bcmath: 7.3.25
php73-bz2: 7.3.25
php73-ctype: 7.3.25
php73-curl: 7.3.25
php73-dom: 7.3.25
php73-exif: 7.3.25
php73-extensions: 1.0
php73-fileinfo: 7.3.25
php73-filter: 7.3.25
php73-ftp: 7.3.25
php73-gd: 7.3.25
php73-gmp: 7.3.25
php73-hash: 7.3.25
php73-iconv: 7.3.25
php73-imap: 7.3.25
php73-intl: 7.3.25
php73-json: 7.3.25
php73-mbstring: 7.3.25
php73-opcache: 7.3.25
php73-openssl: 7.3.25
php73-pdo: 7.3.25
php73-pdo_mysql: 7.3.25
php73-pdo_sqlite: 7.3.25
php73-pecl-APCu: 5.1.18
php73-pecl-imagick-im7: 3.4.4
php73-pecl-memcached: 3.1.5
php73-pecl-redis: 5.3.1
php73-phar: 7.3.25
php73-posix: 7.3.25
php73-session: 7.3.25
php73-simplexml: 7.3.25
php73-sqlite3: 7.3.25
php73-tokenizer: 7.3.25
php73-xml: 7.3.25
php73-xmlreader: 7.3.25
php73-xmlwriter: 7.3.25
php73-zip: 7.3.25
php73-zlib: 7.3.25
Number of packages to be removed: 39
The operation will free 38 MiB.
[1/39] Deinstalling php73-extensions-1.0...
[2/39] Deinstalling php73-pdo_mysql-7.3.25...
[2/39] Deleting files for php73-pdo_mysql-7.3.25: 100%
[3/39] Deinstalling php73-pdo_sqlite-7.3.25...
[3/39] Deleting files for php73-pdo_sqlite-7.3.25: 100%
[4/39] Deinstalling php73-pecl-memcached-3.1.5...
[4/39] Deleting files for php73-pecl-memcached-3.1.5: 100%
[5/39] Deinstalling php73-pecl-redis-5.3.1...
[5/39] Deleting files for php73-pecl-redis-5.3.1: 100%
[6/39] Deinstalling php73-phar-7.3.25...
[6/39] Deleting files for php73-phar-7.3.25: 100%
[7/39] Deinstalling php73-xmlreader-7.3.25...
[7/39] Deleting files for php73-xmlreader-7.3.25: 100%
[8/39] Deinstalling php73-bcmath-7.3.25...
[8/39] Deleting files for php73-bcmath-7.3.25: 100%
[9/39] Deinstalling php73-bz2-7.3.25...
[9/39] Deleting files for php73-bz2-7.3.25: 100%
[10/39] Deinstalling php73-ctype-7.3.25...
[10/39] Deleting files for php73-ctype-7.3.25: 100%
[11/39] Deinstalling php73-curl-7.3.25...
[11/39] Deleting files for php73-curl-7.3.25: 100%
[12/39] Deinstalling php73-dom-7.3.25...
[12/39] Deleting files for php73-dom-7.3.25: 100%
[13/39] Deinstalling php73-exif-7.3.25...
[13/39] Deleting files for php73-exif-7.3.25: 100%
[14/39] Deinstalling php73-fileinfo-7.3.25...
[14/39] Deleting files for php73-fileinfo-7.3.25: 100%
[15/39] Deinstalling php73-filter-7.3.25...
[15/39] Deleting files for php73-filter-7.3.25: 100%
[16/39] Deinstalling php73-ftp-7.3.25...
[16/39] Deleting files for php73-ftp-7.3.25: 100%
[17/39] Deinstalling php73-gd-7.3.25...
[17/39] Deleting files for php73-gd-7.3.25: 100%
[18/39] Deinstalling php73-gmp-7.3.25...
[18/39] Deleting files for php73-gmp-7.3.25: 100%
[19/39] Deinstalling php73-hash-7.3.25...
[19/39] Deleting files for php73-hash-7.3.25: 100%
[20/39] Deinstalling php73-iconv-7.3.25...
[20/39] Deleting files for php73-iconv-7.3.25: 100%
[21/39] Deinstalling php73-imap-7.3.25...
[21/39] Deleting files for php73-imap-7.3.25: 100%
[22/39] Deinstalling php73-intl-7.3.25...
[22/39] Deleting files for php73-intl-7.3.25: 100%
[23/39] Deinstalling php73-json-7.3.25...
[23/39] Deleting files for php73-json-7.3.25: 100%
[24/39] Deinstalling php73-mbstring-7.3.25...
[24/39] Deleting files for php73-mbstring-7.3.25: 100%
[25/39] Deinstalling php73-opcache-7.3.25...
[25/39] Deleting files for php73-opcache-7.3.25: 100%
[26/39] Deinstalling php73-openssl-7.3.25...
[26/39] Deleting files for php73-openssl-7.3.25: 100%
[27/39] Deinstalling php73-pdo-7.3.25...
[27/39] Deleting files for php73-pdo-7.3.25: 100%
[28/39] Deinstalling php73-pecl-APCu-5.1.18...
[28/39] Deleting files for php73-pecl-APCu-5.1.18: 100%
[29/39] Deinstalling php73-pecl-imagick-im7-3.4.4...
[29/39] Deleting files for php73-pecl-imagick-im7-3.4.4: 100%
[30/39] Deinstalling php73-posix-7.3.25...
[30/39] Deleting files for php73-posix-7.3.25: 100%
[31/39] Deinstalling php73-session-7.3.25...
[31/39] Deleting files for php73-session-7.3.25: 100%
[32/39] Deinstalling php73-simplexml-7.3.25...
[32/39] Deleting files for php73-simplexml-7.3.25: 100%
[33/39] Deinstalling php73-sqlite3-7.3.25...
[33/39] Deleting files for php73-sqlite3-7.3.25: 100%
[34/39] Deinstalling php73-tokenizer-7.3.25...
[34/39] Deleting files for php73-tokenizer-7.3.25: 100%
[35/39] Deinstalling php73-xml-7.3.25...
[35/39] Deleting files for php73-xml-7.3.25: 100%
[36/39] Deinstalling php73-xmlwriter-7.3.25...
[36/39] Deleting files for php73-xmlwriter-7.3.25: 100%
[37/39] Deinstalling php73-zip-7.3.25...
[37/39] Deleting files for php73-zip-7.3.25: 100%
[38/39] Deinstalling php73-zlib-7.3.25...
[38/39] Deleting files for php73-zlib-7.3.25: 100%
[39/39] Deinstalling php73-7.3.25...
You may need to manually remove /usr/local/etc/php-fpm.d/www.conf if it is no longer needed.
[39/39] Deleting files for php73-7.3.25: 100%
root@cloud:/ #
Или можно удалить всё касающееся PHP без списка (кому лень возится со списками)
pkg delete -fy \*php7\*
Проверяем наличие PHP пакетов.
root@cloud:/ # pkg info php73\*
pkg: No package(s) matching php73*
Теперь устанавливаем пакеты из сформированного ранее списка:
root@cloud:/ # pkg install -y `cat ~/php74_packages_install_v2.txt`
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 38 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
php74: 7.4.13
php74-bcmath: 7.4.13
php74-bz2: 7.4.13
php74-ctype: 7.4.13
php74-curl: 7.4.13
php74-dom: 7.4.13
php74-exif: 7.4.13
php74-extensions: 1.0
php74-fileinfo: 7.4.13
php74-filter: 7.4.13
php74-ftp: 7.4.13
php74-gd: 7.4.13
php74-gmp: 7.4.13
php74-iconv: 7.4.13
php74-imap: 7.4.13
php74-intl: 7.4.13
php74-json: 7.4.13
php74-mbstring: 7.4.13
php74-opcache: 7.4.13
php74-openssl: 7.4.13
php74-pdo: 7.4.13
php74-pdo_mysql: 7.4.13
php74-pdo_sqlite: 7.4.13
php74-pecl-APCu: 5.1.18
php74-pecl-imagick-im7: 3.4.4
php74-pecl-memcached: 3.1.5
php74-pecl-redis: 5.3.1
php74-phar: 7.4.13
php74-posix: 7.4.13
php74-session: 7.4.13
php74-simplexml: 7.4.13
php74-sqlite3: 7.4.13
php74-tokenizer: 7.4.13
php74-xml: 7.4.13
php74-xmlreader: 7.4.13
php74-xmlwriter: 7.4.13
php74-zip: 7.4.13
php74-zlib: 7.4.13
Number of packages to be installed: 38
The process will require 42 MiB more space.
6 MiB to be downloaded.
[1/38] Fetching php74-7.4.13.txz: 100% 4 MiB 2.1MB/s 00:02
[2/38] Fetching php74-bcmath-7.4.13.txz: 100% 20 KiB 20.0kB/s 00:01
[3/38] Fetching php74-bz2-7.4.13.txz: 100% 11 KiB 10.8kB/s 00:01
[4/38] Fetching php74-ctype-7.4.13.txz: 100% 6 KiB 6.0kB/s 00:01
[5/38] Fetching php74-curl-7.4.13.txz: 100% 31 KiB 31.8kB/s 00:01
[6/38] Fetching php74-dom-7.4.13.txz: 100% 54 KiB 55.4kB/s 00:01
[7/38] Fetching php74-exif-7.4.13.txz: 100% 29 KiB 29.8kB/s 00:01
[8/38] Fetching php74-extensions-1.0.txz: 100% 1 KiB 1.1kB/s 00:01
[9/38] Fetching php74-fileinfo-7.4.13.txz: 100% 268 KiB 274.5kB/s 00:01
[10/38] Fetching php74-filter-7.4.13.txz: 100% 19 KiB 19.7kB/s 00:01
[11/38] Fetching php74-ftp-7.4.13.txz: 100% 24 KiB 24.4kB/s 00:01
[12/38] Fetching php74-gd-7.4.13.txz: 100% 30 KiB 30.6kB/s 00:01
[13/38] Fetching php74-gmp-7.4.13.txz: 100% 19 KiB 19.8kB/s 00:01
[14/38] Fetching php74-iconv-7.4.13.txz: 100% 17 KiB 17.8kB/s 00:01
[15/38] Fetching php74-imap-7.4.13.txz: 100% 31 KiB 31.6kB/s 00:01
[16/38] Fetching php74-intl-7.4.13.txz: 100% 123 KiB 126.0kB/s 00:01
[17/38] Fetching php74-json-7.4.13.txz: 100% 21 KiB 21.5kB/s 00:01
[18/38] Fetching php74-mbstring-7.4.13.txz: 100% 745 KiB 762.9kB/s 00:01
[19/38] Fetching php74-opcache-7.4.13.txz: 100% 200 KiB 205.0kB/s 00:01
[20/38] Fetching php74-openssl-7.4.13.txz: 100% 57 KiB 57.9kB/s 00:01
[21/38] Fetching php74-pdo-7.4.13.txz: 100% 45 KiB 46.5kB/s 00:01
[22/38] Fetching php74-pdo_mysql-7.4.13.txz: 100% 17 KiB 17.0kB/s 00:01
[23/38] Fetching php74-pdo_sqlite-7.4.13.txz: 100% 13 KiB 13.0kB/s 00:01
[24/38] Fetching php74-pecl-APCu-5.1.18.txz: 100% 49 KiB 49.7kB/s 00:01
[25/38] Fetching php74-pecl-imagick-im7-3.4.4.txz: 100% 87 KiB 89.6kB/s 00:01
[26/38] Fetching php74-pecl-memcached-3.1.5.txz: 100% 38 KiB 39.0kB/s 00:01
[27/38] Fetching php74-pecl-redis-5.3.1.txz: 100% 150 KiB 153.9kB/s 00:01
[28/38] Fetching php74-phar-7.4.13.txz: 100% 104 KiB 106.6kB/s 00:01
[29/38] Fetching php74-posix-7.4.13.txz: 100% 12 KiB 12.3kB/s 00:01
[30/38] Fetching php74-session-7.4.13.txz: 100% 35 KiB 36.0kB/s 00:01
[31/38] Fetching php74-simplexml-7.4.13.txz: 100% 23 KiB 23.1kB/s 00:01
[32/38] Fetching php74-sqlite3-7.4.13.txz: 100% 19 KiB 19.6kB/s 00:01
[33/38] Fetching php74-tokenizer-7.4.13.txz: 100% 9 KiB 9.3kB/s 00:01
[34/38] Fetching php74-xml-7.4.13.txz: 100% 19 KiB 19.8kB/s 00:01
[35/38] Fetching php74-xmlreader-7.4.13.txz: 100% 12 KiB 12.5kB/s 00:01
[36/38] Fetching php74-xmlwriter-7.4.13.txz: 100% 13 KiB 12.9kB/s 00:01
[37/38] Fetching php74-zip-7.4.13.txz: 100% 21 KiB 21.1kB/s 00:01
[38/38] Fetching php74-zlib-7.4.13.txz: 100% 18 KiB 18.0kB/s 00:01
Checking integrity... done (0 conflicting)
[1/38] Installing php74-7.4.13...
[1/38] Extracting php74-7.4.13: 100%
[2/38] Installing php74-dom-7.4.13...
[2/38] Extracting php74-dom-7.4.13: 100%
[3/38] Installing php74-pdo-7.4.13...
[3/38] Extracting php74-pdo-7.4.13: 100%
[4/38] Installing php74-ctype-7.4.13...
[4/38] Extracting php74-ctype-7.4.13: 100%
[5/38] Installing php74-filter-7.4.13...
[5/38] Extracting php74-filter-7.4.13: 100%
[6/38] Installing php74-iconv-7.4.13...
[6/38] Extracting php74-iconv-7.4.13: 100%
[7/38] Installing php74-json-7.4.13...
[7/38] Extracting php74-json-7.4.13: 100%
[8/38] Installing php74-opcache-7.4.13...
[8/38] Extracting php74-opcache-7.4.13: 100%
[9/38] Installing php74-pdo_sqlite-7.4.13...
[9/38] Extracting php74-pdo_sqlite-7.4.13: 100%
[10/38] Installing php74-phar-7.4.13...
[10/38] Extracting php74-phar-7.4.13: 100%
[11/38] Installing php74-posix-7.4.13...
[11/38] Extracting php74-posix-7.4.13: 100%
[12/38] Installing php74-session-7.4.13...
[12/38] Extracting php74-session-7.4.13: 100%
[13/38] Installing php74-simplexml-7.4.13...
[13/38] Extracting php74-simplexml-7.4.13: 100%
[14/38] Installing php74-sqlite3-7.4.13...
[14/38] Extracting php74-sqlite3-7.4.13: 100%
[15/38] Installing php74-tokenizer-7.4.13...
[15/38] Extracting php74-tokenizer-7.4.13: 100%
[16/38] Installing php74-xml-7.4.13...
[16/38] Extracting php74-xml-7.4.13: 100%
[17/38] Installing php74-xmlreader-7.4.13...
[17/38] Extracting php74-xmlreader-7.4.13: 100%
[18/38] Installing php74-xmlwriter-7.4.13...
[18/38] Extracting php74-xmlwriter-7.4.13: 100%
[19/38] Installing php74-bcmath-7.4.13...
[19/38] Extracting php74-bcmath-7.4.13: 100%
[20/38] Installing php74-bz2-7.4.13...
[20/38] Extracting php74-bz2-7.4.13: 100%
[21/38] Installing php74-curl-7.4.13...
[21/38] Extracting php74-curl-7.4.13: 100%
[22/38] Installing php74-exif-7.4.13...
[22/38] Extracting php74-exif-7.4.13: 100%
[23/38] Installing php74-extensions-1.0...
[24/38] Installing php74-fileinfo-7.4.13...
[24/38] Extracting php74-fileinfo-7.4.13: 100%
[25/38] Installing php74-ftp-7.4.13...
[25/38] Extracting php74-ftp-7.4.13: 100%
[26/38] Installing php74-gd-7.4.13...
[26/38] Extracting php74-gd-7.4.13: 100%
[27/38] Installing php74-gmp-7.4.13...
[27/38] Extracting php74-gmp-7.4.13: 100%
[28/38] Installing php74-imap-7.4.13...
[28/38] Extracting php74-imap-7.4.13: 100%
[29/38] Installing php74-intl-7.4.13...
[29/38] Extracting php74-intl-7.4.13: 100%
[30/38] Installing php74-mbstring-7.4.13...
[30/38] Extracting php74-mbstring-7.4.13: 100%
[31/38] Installing php74-openssl-7.4.13...
[31/38] Extracting php74-openssl-7.4.13: 100%
[32/38] Installing php74-pdo_mysql-7.4.13...
[32/38] Extracting php74-pdo_mysql-7.4.13: 100%
[33/38] Installing php74-pecl-APCu-5.1.18...
[33/38] Extracting php74-pecl-APCu-5.1.18: 100%
[34/38] Installing php74-pecl-imagick-im7-3.4.4...
[34/38] Extracting php74-pecl-imagick-im7-3.4.4: 100%
[35/38] Installing php74-pecl-memcached-3.1.5...
[35/38] Extracting php74-pecl-memcached-3.1.5: 100%
[36/38] Installing php74-pecl-redis-5.3.1...
[36/38] Extracting php74-pecl-redis-5.3.1: 100%
[37/38] Installing php74-zip-7.4.13...
[37/38] Extracting php74-zip-7.4.13: 100%
[38/38] Installing php74-zlib-7.4.13...
[38/38] Extracting php74-zlib-7.4.13: 100%
=====
Message from php74-dom-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-dom.ini
=====
Message from php74-pdo-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-pdo.ini
=====
Message from php74-ctype-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-ctype.ini
=====
Message from php74-filter-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-filter.ini
=====
Message from php74-iconv-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-iconv.ini
=====
Message from php74-json-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-json.ini
=====
Message from php74-opcache-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-10-opcache.ini
=====
Message from php74-pdo_sqlite-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-30-pdo_sqlite.ini
=====
Message from php74-phar-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-phar.ini
=====
Message from php74-posix-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-posix.ini
=====
Message from php74-session-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-18-session.ini
=====
Message from php74-simplexml-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-simplexml.ini
=====
Message from php74-sqlite3-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-sqlite3.ini
=====
Message from php74-tokenizer-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-tokenizer.ini
=====
Message from php74-xml-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-xml.ini
=====
Message from php74-xmlreader-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-30-xmlreader.ini
=====
Message from php74-xmlwriter-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-xmlwriter.ini
=====
Message from php74-bcmath-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-bcmath.ini
=====
Message from php74-bz2-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-bz2.ini
=====
Message from php74-curl-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-curl.ini
=====
Message from php74-exif-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-exif.ini
=====
Message from php74-fileinfo-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-fileinfo.ini
=====
Message from php74-ftp-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-ftp.ini
=====
Message from php74-gd-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-gd.ini
=====
Message from php74-gmp-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-gmp.ini
=====
Message from php74-imap-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-30-imap.ini
=====
Message from php74-intl-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-intl.ini
=====
Message from php74-mbstring-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-mbstring.ini
=====
Message from php74-openssl-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-openssl.ini
=====
Message from php74-pdo_mysql-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-30-pdo_mysql.ini
=====
Message from php74-pecl-APCu-5.1.18:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-apcu.ini
=====
Message from php74-pecl-imagick-im7-3.4.4:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-imagick.ini
=====
Message from php74-pecl-memcached-3.1.5:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-30-memcached.ini
=====
Message from php74-pecl-redis-5.3.1:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-30-redis.ini
=====
Message from php74-zip-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-zip.ini
=====
Message from php74-zlib-7.4.13:
--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-zlib.ini
root@cloud:/ #
Комментариев нет:
Отправить комментарий