Manage PHP pecl extensions.
New in version 0.17.0.
Installs one or several pecl extensions.
The pecl extensions to install.
Use default answers for extensions such as pecl_http which ask questions before installation. Without this option, the pecl.installed state will hang indefinitely when trying to install these extensions.
Whether to force the installed version or not
CLI Example:
salt '*' pecl.install fuse
List installed pecl extensions.
CLI Example:
salt '*' pecl.list
Uninstall one or several pecl extensions.
The pecl extensions to uninstall.
CLI Example:
salt '*' pecl.uninstall fuse
Update one or several pecl extensions.
The pecl extensions to update.
CLI Example:
salt '*' pecl.update fuse
Generated on September 21, 2023 at 15:20:49 UTC.
You are viewing docs built from a recent snapshot of the master branch. Switch to docs for the latest stable release, 3006.3.
© 2023 VMware, Inc. | Privacy Policy