pickle icon indicating copy to clipboard operation
pickle copied to clipboard

PHP Extension installer

Results 43 pickle issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/FriendsOfPHP/pickle/issues/247 Previous behavior: default to `latest` version, if no stability or version was requested. New behavior: default to `stable`.

``` $ pickle install --defaults redis - Installing redis (latest-stable): Downloading (100%) +-----------------------------------+----------+ | Package name | redis | | Package version (current release) | 5.3.5RC1 | | Package status...

Bumps [composer/composer](https://github.com/composer/composer) from 1.10.24 to 1.10.26. Release notes Sourced from composer/composer's releases. 1.10.26 Security: Fixed command injection vulnerability in HgDriver/GitDriver (GHSA-x7cr-6qr6-2hh6 / CVE-2022-24828) 1.10.25 Fixed selfupdate on Windows + PHP...

dependencies

``` pickle install --source --defaults redis ``` just selects latest stable 5.3.5.

``` PS C:\Users\mt\Downloads> php .\pickle.phar install redis +---------------+---------------------------------------------------------------+ | php Path | C:\Users\mt\soft\install\php-8.1.1-nts-Win32-vs16-x64\php.exe | | php Version | 8.1.1 | | Compiler | vs16 | | Architecture | x64 |...

how come it doesn't have the command 'uninstall' as it has 'install' ?

Error: `Couldn't parse or find the version defined in the (?:PHP_)?OPENSWOOLE_(?:EXT_)?VERSION macro` installation of pickle worked: ``` bash-5.1# wget https://github.com/FriendsOfPHP/pickle/releases/latest/download/pickle.phar --2021-11-01 18:23:13-- https://github.com/FriendsOfPHP/pickle/releases/latest/download/pickle.phar Resolving github.com (github.com)... 140.82.121.3 Connecting to github.com...

This works: ```sh $ install -v --dry-run --no-interaction xdebug-3.0.4 - Installing xdebug (3.0.4): Downloading (100%) Extracting archive+-----------------------------------+--------+ | Package name | xdebug | | Package version (current release) | 3.0.4...

``` pickle install gnupg ``` After the program is executed, pickle will parse the gpg package [config.m4](https://github.com/php-gnupg/php-gnupg/blob/master/config.m4#L65) Log: ``` ~$ pickle install gnupg - Installing gnupg (latest-stable): Downloading (100%) +-----------------------------------+--------+...

Many people out there (probably most of users who use unix-systems) will need `pickle` command to be available globally in terminal. That simple hint be useful for users.