Add PECL customization guide to README

This commit is contained in:
Shivam Mathur 2022-03-22 19:20:39 +05:30
parent dfd2c8da97
commit c19f6bbdcd
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -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