From c19f6bbdcda5f50e50c3f84fcc84321b48b744d6 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Tue, 22 Mar 2022 19:20:39 +0530 Subject: [PATCH] Add PECL customization guide to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8c44f766..b67692df 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,8 @@ PHP extensions can be set up using the `extensions` input. It accepts a `string` extensions: xdebug-beta ``` +- On `Ubuntu` and `macOS` to compile and install an extension from PECL with libraries or custom configuration follow this [guide](https://github.com/shivammathur/setup-php/wiki/Add-extension-from-PECL-with-libraries-and-custom-configuration "Guide to compile and install PHP extensions using PECL with libraries and custom configuration in setup-php"). + - Shared extensions can be disabled by prefixing them with a `:`. All extensions depending on the specified extension will also be disabled. ```yaml