Skip to content

Commit

Permalink
Add PECL customization guide to README
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Mar 22, 2022
1 parent dfd2c8d commit c19f6bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c19f6bb

Please sign in to comment.