Skip to content

Commit 1b13e6b

Browse files
authored
Update system_install_ubuntu_2204.rst
PHP 8.1 is missing required extension ext-grpc, so I added: php8.1-grpc
1 parent caa7d8a commit 1b13e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_pim/manual/system_requirements/system_install_ubuntu_2204.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Then, install PHP and the required extensions:
5555

5656
.. code-block:: bash
5757
58-
$ apt-get install php8.1-cli php8.1-apcu php8.1-bcmath php8.1-curl php8.1-opcache php8.1-fpm php8.1-gd php8.1-intl php8.1-mysql php8.1-xml php8.1-zip php8.1-mbstring php8.1-imagick
58+
$ apt-get install php8.1-cli php8.1-apcu php8.1-bcmath php8.1-curl php8.1-opcache php8.1-fpm php8.1-gd php8.1-intl php8.1-mysql php8.1-xml php8.1-zip php8.1-mbstring php8.1-imagick php8.1-grpc
5959
6060
Composer v2
6161
***********

0 commit comments

Comments
 (0)