Skip to content

Commit

Permalink
Update system_install_ubuntu_2204.rst
Browse files Browse the repository at this point in the history
PHP 8.1 is missing required extension ext-grpc, so I added: php8.1-grpc
  • Loading branch information
donaldbales authored Mar 28, 2023
1 parent caa7d8a commit 1b13e6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Then, install PHP and the required extensions:

.. code-block:: bash
$ 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
$ 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
Composer v2
***********
Expand Down

0 comments on commit 1b13e6b

Please sign in to comment.