Skip to content

Commit

Permalink
Add deprecation notice to PHP PECL extensions documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoordsij committed Jan 2, 2025
1 parent 97dacf8 commit 33b08e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions php/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ RUN pie install phpredis/phpredis:^6.1 \

### PECL extensions

⚠️ Note: Installation of PEAR and thus also PECL with PHP is deprecated and thus subject to removal in a future PHP version. See also https://github.com/php/php-src/commit/e93d6d97aab7a5de1f7b8dc750ca9d08214de8c4.

Some extensions are not provided with the PHP source, but are instead available through [PECL](https://pecl.php.net/). To install a PECL extension, use `pecl install` to download and compile it, then use `docker-php-ext-enable` to enable it:

```dockerfile
Expand Down

0 comments on commit 33b08e7

Please sign in to comment.